Searched refs:fEA_BREVR (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 112 #define fEA_BREVR(REG) (EA = fbrev(REG))
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | ldst.idef | 28 Q6INSN(L2_##TAG##_pbr, OPER"(Rx32++Mu2:brev)", ATTRIB,DESCR,{fEA_BREVR(RxV); fPM_M(RxV,M… 110 Q6INSN(S2_##TAG##_pbr, OPER"(Rx32++Mu2:brev)="DEST, ATTRIB,DESCR,{fEA_BREVR(RxV); fPM_M(RxV,M…
|
H A D | macros.def | 899 fEA_BREVR, /* Calculate EA with bit reversed bottom of REGISTER */
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 456 #define fEA_BREVR(REG) gen_helper_fbrev(EA, REG) macro
|