Searched defs:rT (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c3431 UInt rT = INSN(4,0); local
3435 putIReg64orZR(rT, loadLE(Ity_I64, mkU64(ea)));
3437 putIReg32orZR(rT, loadLE(Ity_I32, mkU64(ea)));
3439 DIP("ldr %s, 0x%llx (literal)\n", nameIRegOrZR(bX == 1, rT), ea);
4650 UInt rT = INSN(4,0); local
4655 getIReg64orZR(rT), mkU64(0));
4658 getIReg32orZR(rT), mkU32(0));
4668 bIfZ ? "" : "n", nameIRegOrZR(is64, rT),
4720 0xD51BD0 010 Rt MSR tpidr_el0, rT
4721 0xD53BD0 010 Rt MRS rT, tpidr_el
[all...]
H A Dguest_arm_toIR.c13237 // VMOV rD[x], rT (ARM core register to scalar)
13240 UInt rT = INSN(15,12); local
13243 if (rT == 15 || (isT && rT == 13)) {
13252 isT ? getIRegT(rT) : getIRegA(rT))),
13254 DIP("vmov%s.8 d%u[%u], r%u\n", nCC(conq), rD, index, rT);
13263 isT ? getIRegT(rT) : getIRegA(rT))),
13265 DIP("vmov%s.16 d%u[%u], r%u\n", nCC(conq), rD, index, rT);
13287 UInt rT = INSN(15,12); local
13375 UInt rT = INSN(15,12); local
16053 UInt rT = INSN(15,12); local
16107 UInt rT = INSN(3,0); local
16731 UInt rT = INSN(15,12); local
16757 UInt rT = INSN(15,12); local
16786 UInt rT = INSN(15,12); local
16812 UInt rT = INSN(15,12); local
16842 UInt rT = INSN(15,12); local
16871 UInt rT = INSN(15,12); local
16898 UInt rT = INSN(15,12); local
16927 UInt rT = INSN(15,12); local
16954 UInt rT = INSN(15,12); local
16983 UInt rT = INSN(15,12); local
17009 UInt rT = INSN(15,12); local
17034 UInt rT = INSN(15,12); local
17061 UInt rT = INSN(15,12); local
17088 UInt rT = INSN(15,12); local
17112 UInt rT = INSN(15,12); local
17136 UInt rT = INSN(15,12); local
17187 UInt rT = INSN(15,12); local
20017 UInt rT = INSN1(15,12); local
20210 UInt rT = INSN1(15,12); local
20358 UInt rT = INSN1(15,12); local
20487 UInt rT = INSN1(15,12); local
21291 UInt rT = INSN1(15,12); local
21313 UInt rT = INSN1(15,12); local
21333 UInt rT = INSN1(15,12); local
21355 UInt rT = INSN1(15,12); local
21385 UInt rT = INSN1(15,12); local
21413 UInt rT = INSN1(15,12); local
21555 UInt rT = INSN1(15,12); local
21578 UInt rT = INSN1(15,12); local
21599 UInt rT = INSN1(15,12); local
21629 UInt rT = INSN1(15,12); local
21658 UInt rT = INSN1(15,12); local
21679 UInt rT = INSN1(15,12); local
21702 UInt rT = INSN1(15,12); local
21727 UInt rT = INSN1(15,12); local
[all...]
H A Dguest_ppc_toIR.c19567 UInt rT = ifieldRegDS( theInstr ); local
19572 rT,
19579 DIP("isel r%u,r%u,r%u,crb%u\n", rT,rA,rB,bi);

Completed in 609 milliseconds