Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp676 if (unsigned int TF = GADN->getTargetFlags()) print_details() local
682 if (unsigned int TF = JTDN->getTargetFlags()) print_details() local
694 if (unsigned int TF = CP->getTargetFlags()) print_details() local
698 if (unsigned TF = TI->getTargetFlags()) print_details() local
712 if (unsigned int TF = ES->getTargetFlags()) print_details() local
844 if (unsigned int TF = BA->getTargetFlags()) print_details() local
[all...]
H A DLegalizeVectorOps.cpp1650 {TF, fHI, fLO}); in ExpandUINT_TO_FLOAT() local
873 SDValue TF = TLI.scalarizeVectorStore(ST, DAG); ExpandStore() local
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h302 TF == PPCII::MO_GOT_TLSLD_PCREL_FLAG || in hasTLSFlag() argument
287 hasPCRelFlag(unsigned TF) hasPCRelFlag() argument
295 hasGOTFlag(unsigned TF) hasGOTFlag() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h80 SubtargetFeatures TF; variable
H A DRuntimeDyldChecker.cpp820 RuntimeDyldCheckerImpl(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldCheckerImpl() argument
1033 RuntimeDyldChecker(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldChecker() argument
/freebsd-src/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; emitMachineConstantPoolValue() local
1573 const unsigned TF = Op.getTargetFlags(); emitInstruction() local
1589 unsigned TF = MI->getOperand(1).getTargetFlags(); emitInstruction() local
1622 unsigned TF = MI->getOperand(2).getTargetFlags(); emitInstruction() local
[all...]
H A DARMExpandPseudoInsts.cpp959 unsigned TF = MO.getTargetFlags() | TargetFlag; getMovOperand() local
2692 unsigned TF = MO1.getTargetFlags(); ExpandMI() local
/freebsd-src/bin/pax/
H A Doptions.h67 #define TF 0x00002000 macro
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp250 TargetFeatures TF(TargetFetureMap); evaluateRequiredTargetFeatures() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp315 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); in printOperand() local
H A DSparcISelLowering.cpp1058 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 LowerCall_32() local
1393 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 LowerCall_64() local
2103 withTargetFlags(SDValue Op,unsigned TF,SelectionDAG & DAG) const withTargetFlags() argument
[all...]
/freebsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h187 ISO_RRIP_TF TF; member
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp483 TransferFunctions TF(*this, val, obs, block); in runOnBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp481 static const char *getTargetFlagName(const TargetInstrInfo *TII, unsigned TF) { in getTargetFlagName() argument
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5241 UINT32 TF:1; ///< Trap Flag. member
5267 UINT32 TF:1; ///< Trap Flag. member

12