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.h299 struct AmoArgs { struct
300 AmoOpcode opcode;
301 uint8_t dst;
302 uint8_t src1;
303 uint8_t src2;
304 bool rl : 1;
305 bool aq : 1;