Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h650 struct AmoArgs { struct
651 AmoOpcode opcode;
652 MemoryDataOperandType operand_type;
653 uint8_t dst;
654 uint8_t src1;
655 uint8_t src2;
656 bool rl : 1;
657 bool aq : 1;