Home
last modified time | relevance | path

Searched refs:kAdd (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc39 case OpOpcode::kAdd: in Op()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h92 kAdd = 0b0000'000'000, enumerator
1438 .opcode = OpOpcode::kAdd, in DecodeCompressedJr_Jalr_Mv_Add()
1456 .opcode = OpOpcode::kAdd, in DecodeCompressedJr_Jalr_Mv_Add()
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc289 case OpOpcode::kAdd: in Op()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h164 case Decoder::OpOpcode::kAdd: in Op()