Searched refs:StoreFp (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator.h | 146 void StoreFp(Register arg, int16_t offset, FpRegister data) { in StoreFp() function
|
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 958 listener_->template StoreFp<Float32>(arg, args.offset, data); in Store() 961 listener_->template StoreFp<Float64>(arg, args.offset, data); in Store()
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 283 void StoreFp(Register arg, int16_t offset, FpRegister data) { in StoreFp() function
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 364 void StoreFp(Register arg, int16_t offset, FpRegister data) { in StoreFp() function
|