Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c4557 UInt szLg2 = (isInt ? 0 : (SLICE_UInt(insn, 23, 23) << 2)) in gen_indexed_EA() local
4578 switch (szLg2) { in gen_indexed_EA()
4602 rhs = binop(Iop_Shl64, getIReg64orZR(mm), mkU8(szLg2)); in gen_indexed_EA()
4604 nameIReg64orZR(nn), nameIReg64orZR(mm), szLg2); in gen_indexed_EA()
4613 unop(Iop_32Uto64, getIReg32orZR(mm)), mkU8(szLg2)); in gen_indexed_EA()
4615 nameIReg64orZR(nn), nameIReg32orZR(mm), szLg2); in gen_indexed_EA()
4624 unop(Iop_32Sto64, getIReg32orZR(mm)), mkU8(szLg2)); in gen_indexed_EA()
4626 nameIReg64orZR(nn), nameIReg32orZR(mm), szLg2); in gen_indexed_EA()
4733 UInt szLg2 = INSN(31,30); in dis_ARM64_load_store() local
4734 UInt szB = 1 << szLg2; in dis_ARM64_load_store()
[all …]