Lines Matching refs:Ta
4663 IRTemp ta = newTemp(Ity_I64);
4664 assign(ta, binop(Iop_Add64, getIReg64orSP(nn), mkU64(offs)));
4668 putIReg64orZR(tt, mkexpr(gen_zwidening_load(szB, ta)));
4670 gen_narrowing_store(szB, ta, getIReg64orZR(tt));
4721 // Compute the transfer address TA and the writeback address WA.
4825 // Compute the transfer address TA and the writeback address WA.
5261 // Compute the transfer address TA and the writeback address WA.
5694 /* Generate the transfer address (TA) and if necessary the
5905 /* Generate the transfer address (TA) and if necessary the
6073 /* Generate the transfer address (TA) and if necessary the
6219 /* Generate the transfer address (TA) and if necessary the
8284 0q0 01110 000 m 0 len 000 n d TBL Vd.Ta, {Vn .. V(n+len)%32}, Vm.Ta
8285 0q0 01110 000 m 0 len 100 n d TBX Vd.Ta, {Vn .. V(n+len)%32}, Vm.Ta
8286 where Ta = 16b(q=1) or 8b(q=0)
8305 const HChar* Ta = bitQ ==1 ? "16b" : "8b";
8308 nm, nameQReg128(dd), Ta, nn, (nn + len) % 32, nameQReg128(mm), Ta);
10674 0q0 011110 immh immb 101001 n d SSHLL Vd.Ta, Vn.Tb, #sh
10675 0q1 011110 immh immb 101001 n d USHLL Vd.Ta, Vn.Tb, #sh
10676 where Ta,Tb,sh
10690 const HChar* ta = "??";
10700 ta = "2d";
10709 ta = "4s";
10718 ta = "8h";
10732 nameQReg128(dd), ta, nameQReg128(nn), tb, sh);