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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c10880 // VMOV rD[x], rT (ARM core register to scalar)
10883 UInt rT = INSN(15,12); local
10886 if (rT == 15 || (isT && rT == 13)) {
10895 isT ? getIRegT(rT) : getIRegA(rT))),
10897 DIP("vmov%s.8 d%u[%u], r%u\n", nCC(conq), rD, index, rT);
10906 isT ? getIRegT(rT) : getIRegA(rT))),
10908 DIP("vmov%s.16 d%u[%u], r%u\n", nCC(conq), rD, index, rT);
10930 UInt rT = INSN(15,12); local
11018 UInt rT = INSN(15,12); local
13436 UInt rT = INSN(15,12); local
13490 UInt rT = INSN(3,0); local
16834 UInt rT = INSN1(15,12); local
17018 UInt rT = INSN1(15,12); local
17154 UInt rT = INSN1(15,12); local
17265 UInt rT = INSN1(15,12); local
17897 UInt rT = INSN1(15,12); local
17919 UInt rT = INSN1(15,12); local
17939 UInt rT = INSN1(15,12); local
17961 UInt rT = INSN1(15,12); local
17991 UInt rT = INSN1(15,12); local
18019 UInt rT = INSN1(15,12); local
[all...]
H A Dguest_ppc_toIR.c14099 UInt rT = ifieldRegDS( theInstr ); local
14104 rT,
14110 DIP("isel r%u,r%u,r%u,crb%u\n", rT,rA,rB,bi);

Completed in 146 milliseconds