Searched refs:SLICE_UInt (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 235 #define SLICE_UInt(_uint,_bMax,_bMin) \ macro 2397 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) in dis_ARM64_data_processing_immediate() 2799 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) in dis_ARM64_data_processing_register() 4554 UInt optS = SLICE_UInt(insn, 15, 12); in gen_indexed_EA() 4555 UInt mm = SLICE_UInt(insn, 20, 16); in gen_indexed_EA() 4556 UInt nn = SLICE_UInt(insn, 9, 5); in gen_indexed_EA() 4557 UInt szLg2 = (isInt ? 0 : (SLICE_UInt(insn, 23, 23) << 2)) in gen_indexed_EA() 4558 | SLICE_UInt(insn, 31, 30); // Log2 of the size in gen_indexed_EA() 4563 if (SLICE_UInt(insn, 11, 10) != BITS2(1,0)) in gen_indexed_EA() 4567 && SLICE_UInt(insn, 29, 21) != BITS9(1,1,1,0,0,0,0,1,1)/*LDR*/ in gen_indexed_EA() [all …]
|
D | guest_arm_toIR.c | 276 #define SLICE_UInt(_uint,_bMax,_bMin) \ macro 2633 UInt imm1 = SLICE_UInt(i0,10,10); in thumbExpandImm_from_I0_I1() 2634 UInt imm3 = SLICE_UInt(i1,14,12); in thumbExpandImm_from_I0_I1() 2635 UInt imm8 = SLICE_UInt(i1,7,0); in thumbExpandImm_from_I0_I1() 5304 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) in dis_neon_data_2reg_and_scalar() 8388 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) in dis_neon_load_or_store() 8904 # define INSN(_bMax,_bMin) SLICE_UInt(insn32, (_bMax), (_bMin)) in decode_NEON_instruction_ARMv7_and_below() 8992 # define INSNA(_bMax,_bMin) SLICE_UInt(insnv6m, (_bMax), (_bMin)) in decode_V6MEDIA_instruction() 8993 # define INSNT0(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 16) & 0xFFFF), \ in decode_V6MEDIA_instruction() 8995 # define INSNT1(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 0) & 0xFFFF), \ in decode_V6MEDIA_instruction() [all …]
|