Searched refs:SLICE_UInt (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | guest_arm64_toIR.c | 247 #define SLICE_UInt(_uint,_bMax,_bMin) \ macro 1890 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) 2292 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) 3000 UInt optS = SLICE_UInt(insn, 15, 12); 3001 UInt mm = SLICE_UInt(insn, 20, 16); 3002 UInt nn = SLICE_UInt(insn, 9, 5); 3003 UInt szLg2 = (isInt ? 0 : (SLICE_UInt(insn, 23, 23) << 2)) 3004 | SLICE_UInt(insn, 31, 30); // Log2 of the size 3009 if (SLICE_UInt(insn, 11, 10) != BITS2(1,0)) 3013 && SLICE_UInt(ins [all...] |
H A D | guest_arm_toIR.c | 268 #define SLICE_UInt(_uint,_bMax,_bMin) \ macro 2606 UInt imm1 = SLICE_UInt(i0,10,10); 2607 UInt imm3 = SLICE_UInt(i1,14,12); 2608 UInt imm8 = SLICE_UInt(i1,7,0); 5243 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) 8327 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) 8840 # define INSN(_bMax,_bMin) SLICE_UInt(insn32, (_bMax), (_bMin)) 8928 # define INSNA(_bMax,_bMin) SLICE_UInt(insnv6m, (_bMax), (_bMin)) 8929 # define INSNT0(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 16) & 0xFFFF), \ 8931 # define INSNT1(_bMax,_bMin) SLICE_UInt( ((insnv6 [all...] |
Completed in 68 milliseconds