Home
last modified time | relevance | path

Searched defs:high_opcode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1616 uint8_t high_opcode = GetBits<28, 4>(); in DecodeMiscMem() local
1652 uint8_t high_opcode = GetBits<25, 7>(); in DecodeOp() local
1687 uint8_t high_opcode = GetBits<27, 5>(); in DecodeAmo() local
1893 uint16_t high_opcode = GetBits<20 + kShiftFieldSize, 12 - kShiftFieldSize>(); in DecodeOp() local
1906 uint16_t high_opcode = GetBits<20 + kShiftFieldSize, 12 - kShiftFieldSize>(); in DecodeOp() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc6264 Opcode high_opcode = opcode; in CanEncodeConstantAsImmediate() local