Home
last modified time | relevance | path

Searched refs:fBREV_4 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef1101 Q6INSN(S2_brev, "Rd32=brev(Rs32)", ATTRIBS(A_ARCHV2), "Bit Reverse",{RdV = fBREV_4(RsV);})
1103 Q6INSN(S2_ct0, "Rd32=ct0(Rs32)", ATTRIBS(A_ARCHV2), "Count Trailing",{RdV = fCL1_4(~fBREV_4(RsV…
1104 Q6INSN(S2_ct1, "Rd32=ct1(Rs32)", ATTRIBS(A_ARCHV2), "Count Trailing",{RdV = fCL1_4(fBREV_4(RsV)…
H A Dcompare.idef586 SIZE = fMIN(6,fCL1_4(~fBREV_4(TLBLO)));
H A Dmacros.def1485 DEF_MACRO(fBREV_4,
/openbmc/qemu/target/hexagon/
H A Dmacros.h623 #define fBREV_4(VAL) revbit32(VAL) macro