Home
last modified time | relevance | path

Searched refs:OpSingleInputOpcode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h147 enum class OpSingleInputOpcode : uint16_t { enum
757 OpSingleInputOpcode opcode;
1152 std::optional<OpSingleInputOpcode> si_opcode; in DecodeCompressedMiscAlu()
1155 si_opcode = OpSingleInputOpcode::kZexth; in DecodeCompressedMiscAlu()
1158 si_opcode = OpSingleInputOpcode::kZextb; in DecodeCompressedMiscAlu()
1161 si_opcode = OpSingleInputOpcode::kZextw; in DecodeCompressedMiscAlu()
1164 si_opcode = OpSingleInputOpcode::kSextb; in DecodeCompressedMiscAlu()
1167 si_opcode = OpSingleInputOpcode::kSexth; in DecodeCompressedMiscAlu()
1655 OpSingleInputOpcode single_input_opcode{opcode_bits}; in DecodeOp()
1658 case OpSingleInputOpcode::kZexth: { in DecodeOp()
[all …]
Dsemantics_player.h487 case Decoder::OpSingleInputOpcode::kZextb: in OpSingleInput()
490 case Decoder::OpSingleInputOpcode::kZexth: in OpSingleInput()
493 case Decoder::OpSingleInputOpcode::kZextw: in OpSingleInput()
496 case Decoder::OpSingleInputOpcode::kSextb: in OpSingleInput()
499 case Decoder::OpSingleInputOpcode::kSexth: in OpSingleInput()