Searched refs:T9 (Results 1 - 21 of 21) sorted by path

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6499 Eu5H943/+T9/YNsscGumY+pSNdsqlc5gxFxrHOy34ZZYXT+L8u/X1/JrqV2up96J
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1950 static const u8 T9[] = { local
/freebsd-11-stable/lib/msun/ld128/
H A Dk_tanl.c34 T9 = 0x1.664f4882c10f9f32d6bbe09d8bcdp-6L, variable
86 r = T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 +
/freebsd-11-stable/lib/msun/ld80/
H A Dk_tanl.c58 T9 = 0.021869488536312216, /* 0x1664f4882cc1c2.0p-58 */ variable
94 r = T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 +
/freebsd-11-stable/lib/msun/src/
H A Ds_tanhl.c54 T9 = 2.1869488531393817e-2, /* 0x1664f488172022.0p-58 */ variable
69 T9 = 2.18694885361552028218693591149061717e-2L, /* 0x1664f4882c10f9f32d6b1a12a25e5.0p-118L */ variable
143 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) +
150 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)*
156 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)*
/freebsd-11-stable/sbin/iscontrol/
H A Dfsm.c63 T2, /*T3,*/ T4, T5, /*T6,*/ T7, T8, T9, enumerator in enum:__anon4803
407 return T9;
486 return T9;
671 | | / S5 \T9 / S6 \<+ ^
728 case T9: state = S6; break;
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S294 SAVE_REG(t9, T9, sp) ;\
355 RESTORE_REG(t9, T9, sp) ;\
467 SAVE_U_PCB_REG(t9, T9, k1)
557 RESTORE_U_PCB_REG(t9, T9, k1)
714 SAVE_U_PCB_REG(t9, T9, k1)
833 RESTORE_U_PCB_REG(t9, T9, k1)
H A Dswtch.S126 RESTORE_U_PCB_REG(t9, T9, k1)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1739 typename T9 = void, typename T10 = void>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2107 if (expandLoadAddress(Mips::T9, Mips::NoRegister, Inst.getOperand(0),
2117 JalrInst.addOperand(MCOperand::createReg(Mips::T9));
2913 if ((DstReg == Mips::T9 || DstReg == Mips::T9_64) && !UseSrcReg &&
3223 case Mips::T8: return Mips::T9;
3224 case Mips::T9: return Mips::K0;
5412 case Mips::F25: return Mips::T9;
5451 case Mips::COP025: return Mips::T9;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp383 Mips::S6, Mips::S7, Mips::T8, Mips::T9, Mips::K0, Mips::K1, Mips::GP,
H A DMips16ISelLowering.cpp484 // T9 should contain the address of the callee function if
497 RegsToPass.push_front(std::make_pair((unsigned)Mips::T9, Callee));
H A DMipsAsmPrinter.cpp1149 // ADDIU T9, T9, 52
1159 // SW T9, 0(SP)
1160 // LUI T9, %hi(__xray_FunctionEntry/Exit)
1161 // ORI T9, T9, %lo(__xray_FunctionEntry/Exit)
1163 // JALR T9
1165 // LW T9, 0(SP)
1192 // SD T9, 0(SP)
1193 // LUI T9,
[all...]
H A DMipsFastISel.cpp1560 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress);
1563 Mips::RA).addReg(Mips::T9);
H A DMipsISelLowering.cpp4118 return std::make_pair((unsigned)Mips::T9, &Mips::GPR32RegClass);
H A DMipsMachineFunction.cpp109 MF.getRegInfo().addLiveIn(Mips::T9);
110 MBB.addLiveIn(Mips::T9);
119 BuildMI(MBB, I, DL, TII.get(Mips::ADDu), V1).addReg(V0).addReg(Mips::T9);
147 .addReg(Mips::V0).addReg(Mips::T9);
H A DMipsOptimizePICCall.cpp155 unsigned DstReg = getRegTy(SrcReg, MF) == MVT::i32 ? Mips::T9 : Mips::T9_64;
H A DMipsRegisterInfo.cpp44 unsigned MipsRegisterInfo::getPICCallReg() { return Mips::T9; }
H A DMipsSEInstrInfo.cpp879 unsigned T9 = Subtarget.isGP64bit() ? Mips::T9_64 : Mips::T9; local
889 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9)
/freebsd-11-stable/lib/libc/mips/gen/
H A Dmakecontext.c87 mc->mc_regs[T9] = (intptr_t)func;
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h90 #define T9 25 macro

Completed in 290 milliseconds