Searched refs:DecodeSType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 401 template <typename T> static RISCVInst DecodeSType(uint32_t inst) { in DecodeSType() function 434 {"SB", 0x707F, 0x23, DecodeSType<SB>}, 435 {"SH", 0x707F, 0x1023, DecodeSType<SH>}, 436 {"SW", 0x707F, 0x2023, DecodeSType<SW>}, 458 {"SD", 0x707F, 0x3023, DecodeSType<SD>}, 552 {"FSW", 0x707F, 0x2027, DecodeSType<FSW>}, 586 {"FSD", 0x707F, 0x3027, DecodeSType<FSD>},
|