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

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c13239 // VMOV rD[x], rT (ARM core register to scalar)
13242 UInt rT = INSN(15,12); local
13245 if (rT == 15 || (isT && rT == 13)) {
13254 isT ? getIRegT(rT) : getIRegA(rT))),
13256 DIP("vmov%s.8 d%u[%u], r%u\n", nCC(conq), rD, index, rT);
13265 isT ? getIRegT(rT) : getIRegA(rT))),
13267 DIP("vmov%s.16 d%u[%u], r%u\n", nCC(conq), rD, index, rT);
13289 UInt rT = INSN(15,12); local
13377 UInt rT = INSN(15,12); local
16099 UInt rT = INSN(15,12); local
16153 UInt rT = INSN(3,0); local
16777 UInt rT = INSN(15,12); local
16803 UInt rT = INSN(15,12); local
16832 UInt rT = INSN(15,12); local
16858 UInt rT = INSN(15,12); local
16888 UInt rT = INSN(15,12); local
16917 UInt rT = INSN(15,12); local
16944 UInt rT = INSN(15,12); local
16973 UInt rT = INSN(15,12); local
17000 UInt rT = INSN(15,12); local
17029 UInt rT = INSN(15,12); local
17055 UInt rT = INSN(15,12); local
17080 UInt rT = INSN(15,12); local
17107 UInt rT = INSN(15,12); local
17134 UInt rT = INSN(15,12); local
17158 UInt rT = INSN(15,12); local
17182 UInt rT = INSN(15,12); local
17233 UInt rT = INSN(15,12); local
20061 UInt rT = INSN1(15,12); local
20254 UInt rT = INSN1(15,12); local
20402 UInt rT = INSN1(15,12); local
20531 UInt rT = INSN1(15,12); local
21335 UInt rT = INSN1(15,12); local
21357 UInt rT = INSN1(15,12); local
21377 UInt rT = INSN1(15,12); local
21399 UInt rT = INSN1(15,12); local
21429 UInt rT = INSN1(15,12); local
21457 UInt rT = INSN1(15,12); local
21599 UInt rT = INSN1(15,12); local
21622 UInt rT = INSN1(15,12); local
21643 UInt rT = INSN1(15,12); local
21673 UInt rT = INSN1(15,12); local
21702 UInt rT = INSN1(15,12); local
21723 UInt rT = INSN1(15,12); local
21746 UInt rT = INSN1(15,12); local
21771 UInt rT = INSN1(15,12); local
[all...]
H A Dguest_arm64_toIR.c4925 UInt rT = INSN(4,0); local
4929 putIReg64orZR(rT, loadLE(Ity_I64, mkU64(ea)));
4931 putIReg32orZR(rT, loadLE(Ity_I32, mkU64(ea)));
4933 DIP("ldr %s, 0x%llx (literal)\n", nameIRegOrZR(bX == 1, rT), ea);
6517 UInt rT = INSN(4,0); local
6522 getIReg64orZR(rT), mkU64(0));
6525 getIReg32orZR(rT), mkU32(0));
6535 bIfZ ? "" : "n", nameIRegOrZR(is64, rT),
6587 0xD51BD0 010 Rt MSR tpidr_el0, rT
6588 0xD53BD0 010 Rt MRS rT, tpidr_el
[all...]
H A Dguest_ppc_toIR.c19958 UInt rT = ifieldRegDS( theInstr ); local
19963 rT,
19970 DIP("isel r%u,r%u,r%u,crb%u\n", rT,rA,rB,bi);

Completed in 295 milliseconds