Searched refs:szLg2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 4483 UInt szLg2 = (isInt ? 0 : (SLICE_UInt(insn, 23, 23) << 2)) in gen_indexed_EA() local 4504 switch (szLg2) { in gen_indexed_EA() 4528 rhs = binop(Iop_Shl64, getIReg64orZR(mm), mkU8(szLg2)); in gen_indexed_EA() 4530 nameIReg64orZR(nn), nameIReg64orZR(mm), szLg2); in gen_indexed_EA() 4539 unop(Iop_32Uto64, getIReg32orZR(mm)), mkU8(szLg2)); in gen_indexed_EA() 4541 nameIReg64orZR(nn), nameIReg32orZR(mm), szLg2); in gen_indexed_EA() 4550 unop(Iop_32Sto64, getIReg32orZR(mm)), mkU8(szLg2)); in gen_indexed_EA() 4552 nameIReg64orZR(nn), nameIReg32orZR(mm), szLg2); in gen_indexed_EA() 4657 UInt szLg2 = INSN(31,30); in dis_ARM64_load_store() local 4658 UInt szB = 1 << szLg2; in dis_ARM64_load_store() [all …]
|