Home
last modified time | relevance | path

Searched defs:TF (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/arm/include/
H A Dpmc_mdep.h57 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_pc) argument
58 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_r11) argument
59 #define PMC_TRAPFRAME_TO_SVC_SP(TF) ((TF)->tf_svc_sp) argument
60 #define PMC_TRAPFRAME_TO_USR_SP(TF) ((TF)->tf_usr_sp) argument
61 #define PMC_TRAPFRAME_TO_SVC_LR(TF) ((TF)->tf_svc_lr) argument
62 #define PMC_TRAPFRAME_TO_USR_LR(TF) ((TF)->tf_usr_lr) argument
65 #define PMC_FAKE_TRAPFRAME(TF) \ argument
/freebsd/sys/amd64/include/
H A Dpmc_mdep.h94 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_rip) argument
95 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_rbp) argument
96 #define PMC_TRAPFRAME_TO_USER_SP(TF) ((TF)->tf_rsp) argument
97 #define PMC_TRAPFRAME_TO_KERNEL_SP(TF) ((TF)->tf_rsp) argument
115 #define PMC_FAKE_TRAPFRAME(TF) \ argument
/freebsd/sys/i386/include/
H A Dpmc_mdep.h100 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_eip) argument
101 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_ebp) argument
119 #define PMC_TRAPFRAME_TO_USER_SP(TF) ((TF)->tf_esp) argument
120 #define PMC_TRAPFRAME_TO_KERNEL_SP(TF) ((uintptr_t) &((TF)->tf_esp)) argument
138 #define PMC_FAKE_TRAPFRAME(TF) \ argument
/freebsd/sys/riscv/include/
H A Dpmc_mdep.h52 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_ra) argument
53 #define PMC_TRAPFRAME_TO_FP(TF) (0) /* stub */ argument
/freebsd/sys/arm64/include/
H A Dpmc_mdep.h68 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_elr) argument
69 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_x[29]) argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp715 if (unsigned int TF = GADN->getTargetFlags()) in print_details() local
721 if (unsigned int TF = JTDN->getTargetFlags()) in print_details() local
733 if (unsigned int TF = CP->getTargetFlags()) in print_details() local
737 if (unsigned TF = TI->getTargetFlags()) in print_details() local
751 if (unsigned int TF = ES->getTargetFlags()) in print_details() local
895 if (unsigned int TF = BA->getTargetFlags()) in print_details() local
H A DLegalizeVectorOps.cpp838 SDValue TF = TLI.scalarizeVectorStore(ST, DAG); in ExpandStore() local
1644 SDValue TF = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, fHI.getValue(1), in ExpandUINT_TO_FLOAT() local
/freebsd/sys/powerpc/include/
H A Dpmc_mdep.h89 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->srr0) argument
90 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->fixreg[1]) argument
91 #define PMC_TRAPFRAME_TO_SP(TF) (0) argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp28 unsigned char TF = MO.getTargetFlags(); in lowerSymbolOperand() local
H A DAVRExpandPseudoInsts.cpp327 unsigned TF = MI.getOperand(2).getTargetFlags(); in expand() local
583 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local
591 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local
634 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local
1095 unsigned TF = MI.getOperand(0).getTargetFlags(); in expand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h300 static bool hasPCRelFlag(unsigned TF) { in hasPCRelFlag()
308 static bool hasGOTFlag(unsigned TF) { in hasGOTFlag()
315 static bool hasTLSFlag(unsigned TF) { in hasTLSFlag()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp197 unsigned TF = MO.getTargetFlags(); in PrintSymbolOperand() local
235 unsigned TF = MO.getTargetFlags(); in printOperand() local
955 unsigned char TF = Subtarget->isTargetMachO() ? ARMII::MO_NONLAZY : 0; in emitMachineConstantPoolValue() local
1573 const unsigned TF = Op.getTargetFlags(); in emitInstruction() local
1589 unsigned TF = MI->getOperand(1).getTargetFlags(); in emitInstruction() local
1622 unsigned TF = MI->getOperand(2).getTargetFlags(); in emitInstruction() local
H A DARMExpandPseudoInsts.cpp956 unsigned TF = MO.getTargetFlags() | TargetFlag; in getMovOperand() local
2708 unsigned TF = MO1.getTargetFlags(); in ExpandMI() local
/freebsd/bin/pax/
H A Doptions.h67 #define TF 0x00002000 macro
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha512_impl.c34 #define TF(E, N) \ macro
H A Dsha256_impl.c34 #define TF(E, N) \ macro
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp253 TargetFeatures TF(TargetFetureMap); in evaluateRequiredTargetFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp826 StringRef CPU, SubtargetFeatures TF, raw_ostream &ErrStream) in RuntimeDyldCheckerImpl()
1039 StringRef CPU, SubtargetFeatures TF, raw_ostream &ErrStream) in RuntimeDyldChecker()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp315 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); in printOperand() local
H A DSparcISelLowering.cpp1057 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 in LowerCall_32() local
1391 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 in LowerCall_64() local
2095 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF, in withTargetFlags()
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h187 ISO_RRIP_TF TF; member
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp483 TransferFunctions TF(*this, val, obs, block); in runOnBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp390 unsigned char TF = 0; in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp481 static const char *getTargetFlagName(const TargetInstrInfo *TII, unsigned TF) { in getTargetFlagName()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5241 UINT32 TF:1; ///< Trap Flag. member
5267 UINT32 TF:1; ///< Trap Flag. member

12