Lines Matching refs:Ta
4739 IRTemp ta = newTemp(Ity_I64);
4740 assign(ta, binop(Iop_Add64, getIReg64orSP(nn), mkU64(offs)));
4744 putIReg64orZR(tt, mkexpr(gen_zwidening_load(szB, ta)));
4746 gen_narrowing_store(szB, ta, getIReg64orZR(tt));
4797 // Compute the transfer address TA and the writeback address WA.
4900 // Compute the transfer address TA and the writeback address WA.
5018 // Compute the transfer address TA and the writeback address WA.
5417 // Compute the transfer address TA and the writeback address WA.
5850 /* Generate the transfer address (TA) and if necessary the
6061 /* Generate the transfer address (TA) and if necessary the
6229 /* Generate the transfer address (TA) and if necessary the
6375 /* Generate the transfer address (TA) and if necessary the
8612 0q0 01110 000 m 0 len 000 n d TBL Vd.Ta, {Vn .. V(n+len)%32}, Vm.Ta
8613 0q0 01110 000 m 0 len 100 n d TBX Vd.Ta, {Vn .. V(n+len)%32}, Vm.Ta
8614 where Ta = 16b(q=1) or 8b(q=0)
8633 const HChar* Ta = bitQ ==1 ? "16b" : "8b";
8636 nm, nameQReg128(dd), Ta, nn, (nn + len) % 32, nameQReg128(mm), Ta);
11002 0q0 011110 immh immb 101001 n d SSHLL Vd.Ta, Vn.Tb, #sh
11003 0q1 011110 immh immb 101001 n d USHLL Vd.Ta, Vn.Tb, #sh
11004 where Ta,Tb,sh
11018 const HChar* ta = "??";
11028 ta = "2d";
11037 ta = "4s";
11046 ta = "8h";
11060 nameQReg128(dd), ta, nameQReg128(nn), tb, sh);