Searched refs:fCL1_4 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/hexagon/imported/ |
H A D | shift.idef | 1017 "Count leading sign bits - 1", { if (RsV == 0) { RdV = 0; } else { RdV = (fMAX(fCL1_4(RsV),fCL1_4(~… 1021 { RdV = (fMAX(fCL1_4(RsV),fCL1_4(~RsV)))+siV;} ) 1080 "Count leading bits", {RdV = fMAX(fCL1_4(RsV),fCL1_4(~RsV));}) 1084 "Count leading bits", {RdV = fCL1_4(~RsV);}) 1087 "Count leading bits", {RdV = fCL1_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 D | compare.idef | 586 SIZE = fMIN(6,fCL1_4(~fBREV_4(TLBLO)));
|
H A D | macros.def | 1495 DEF_MACRO(fCL1_4,
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 625 #define fCL1_4(VAL) clo32(VAL) macro
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 2130 …","Vd32.uw=vcl0(Vu32.uw)", "Count Leading Zeros in Word", VdV.uw[i]=fCL1_4(~VuV.uw[i])) 2134 VdV.w[i]=fMAX(fCL1_4(~VuV.w[i]),fCL1_4(VuV.w[i]))-1; fHIDE(IV1DEAD();)) 2140 VdV.w[i] = fMAX(fCL1_4(~VuV.w[i]),fCL1_4(VuV.w[i])) + VvV.w[i])
|