Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h827 using OpImmArgs = OpImmArgsTemplate<OpImmOpcode>; variable
1130 const OpImmArgs args = { in DecodeCompressedLi()
1164 const OpImmArgs args = { in DecodeCompressedMiscAlu()
1262 const OpImmArgs args = { in DecodeCompressedLuiAddi16sp()
1337 const OpImmArgs args = { in DecodeCompressedAddi()
1410 const OpImmArgs args = { in DecodeCompressedAddi4spn()
Dsemantics_player.h752 template <typename OpImmArgs>
753 void OpImm(OpImmArgs&& args) { in OpImm()
755 Register result = Overloaded{[&](const typename Decoder::OpImmArgs& args) { in OpImm()