Home
last modified time | relevance | path

Searched refs:TF (Results 1 – 25 of 118) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp296 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); in printOperand() local
302 assert(TF == SparcMCExpr::VK_Sparc_None && in printOperand()
305 assert((TF == SparcMCExpr::VK_Sparc_HI in printOperand()
306 || TF == SparcMCExpr::VK_Sparc_H44 in printOperand()
307 || TF == SparcMCExpr::VK_Sparc_HH in printOperand()
308 || TF == SparcMCExpr::VK_Sparc_LM in printOperand()
309 || TF == SparcMCExpr::VK_Sparc_TLS_GD_HI22 in printOperand()
310 || TF == SparcMCExpr::VK_Sparc_TLS_LDM_HI22 in printOperand()
311 || TF == SparcMCExpr::VK_Sparc_TLS_LDO_HIX22 in printOperand()
312 || TF == SparcMCExpr::VK_Sparc_TLS_IE_HI22 in printOperand()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.md870 [(set (match_operand:TF 0 "general_operand" "")
871 (match_operand:TF 1 "general_operand" ""))]
938 [(set (match_operand:TF 0 "destination_tfmode_operand" "=f,f, m")
939 (match_operand:TF 1 "general_tfmode_operand" "fG,m,fG"))]
1033 [(set (match_operand:TF 0 "fr_register_operand" "=f")
1034 (float_extend:TF (match_operand:SF 1 "fr_register_operand" "f")))]
1040 [(set (match_operand:TF 0 "fr_register_operand" "=f")
1041 (float_extend:TF (match_operand:DF 1 "fr_register_operand" "f")))]
1055 (float_truncate:SF (match_operand:TF 1 "fr_register_operand" "f")))]
1062 (float_truncate:DF (match_operand:TF 1 "fr_register_operand" "f")))]
[all …]
/openbsd-src/sys/arch/sh/sh/
H A Ddb_interface.c548 #define TF(x) db_printf("tf_" #x "\t\t0x%08x\t", tf->tf_ ## x); \ in db_frame_cmd() macro
551 TF(ubc); in db_frame_cmd()
552 TF(spc); in db_frame_cmd()
553 TF(ssr); in db_frame_cmd()
554 TF(gbr); in db_frame_cmd()
555 TF(macl); in db_frame_cmd()
556 TF(mach); in db_frame_cmd()
557 TF(pr); in db_frame_cmd()
558 TF(r13); in db_frame_cmd()
559 TF(r1 in db_frame_cmd()
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.f1 LOGICAL TF(5) variable
3 NAMELIST /LIST/ TF,TT,FF,XYZ local
4 DATA TF /5*.FALSE./
11 IF (TF(5)) CALL ABORT
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp28 unsigned char TF = MO.getTargetFlags(); in lowerSymbolOperand() local
32 if (TF & AVRII::MO_NEG) { in lowerSymbolOperand()
43 if (TF & AVRII::MO_LO) { in lowerSymbolOperand()
52 } else if (TF & AVRII::MO_HI) { in lowerSymbolOperand()
61 } else if (TF != 0) { in lowerSymbolOperand()
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64-modes.def23 /* IA64 requires both XF and TF modes.
32 FLOAT_MODE (TF, 16, ieee_quad_format);
38 TF 16/16 16/16
44 TF - -
50 TF 16/8 -
66 ADJUST_ALIGNMENT (TF, (TARGET_ILP32 && TARGET_HPUX) ? 8 : 16);
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc-i.c173 #define TF(a,b,c) \ macro
177 {"tf.z", TF (0, 0, 0)},
179 {"tf.z.unc", TF (0, 0, 1)},
181 {"tf.z.and", TF (0, 1, 0)},
183 {"tf.nz.and", TF (0, 1, 1)},
185 {"tf.z.or", TF (1, 0, 0)},
187 {"tf.nz.or", TF (1, 0, 1)},
189 {"tf.z.or.andcm", TF (1, 1, 0)},
191 {"tf.nz.or.andcm", TF (1, 1, 1)},
193 #undef TF
H A Dcgen-types.h42 typedef long double XF, TF; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.md348 (compare:CCFP (match_operand:TF 0 "register_operand" "")
349 (match_operand:TF 1 "register_operand" "")))]
402 (compare:CCFPE (match_operand:TF 1 "register_operand" "e")
403 (match_operand:TF 2 "register_operand" "e")))]
439 (compare:CCFP (match_operand:TF 1 "register_operand" "e")
440 (match_operand:TF 2 "register_operand" "e")))]
3194 [(set (match_operand:TF 0 "general_operand" "")
3195 (match_operand:TF 1 "general_operand" ""))]
3254 [(set (match_operand:TF 0 "nonimmediate_operand" "=e,o,U,r")
3255 (match_operand:TF 1 "input_operand" "oe,GeUr,o,roG"))]
[all …]
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.md397 (compare:CCFP (match_operand:TF 0 "register_operand" "")
398 (match_operand:TF 1 "register_operand" "")))]
451 (compare:CCFPE (match_operand:TF 1 "register_operand" "e")
452 (match_operand:TF 2 "register_operand" "e")))]
488 (compare:CCFP (match_operand:TF 1 "register_operand" "e")
489 (match_operand:TF 2 "register_operand" "e")))]
2811 [(set (match_operand:TF 0 "nonimmediate_operand" "")
2812 (match_operand:TF 1 "general_operand" ""))]
2820 [(set (match_operand:TF 0 "nonimmediate_operand" "=b,e,o,U,r")
2821 (match_operand:TF 1 "input_operand" "G,oe,GeUr,o,roG"))]
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp652 if (unsigned int TF = GADN->getTargetFlags()) in print_details() local
653 OS << " [TF=" << TF << ']'; in print_details()
658 if (unsigned int TF = JTDN->getTargetFlags()) in print_details() local
659 OS << " [TF=" << TF << ']'; in print_details()
670 if (unsigned int TF = CP->getTargetFlags()) in print_details() local
671 OS << " [TF=" << TF << ']'; in print_details()
674 if (unsigned TF = TI->getTargetFlags()) in print_details() local
675 OS << " [TF=" << TF << ']'; in print_details()
688 if (unsigned int TF = ES->getTargetFlags()) in print_details() local
689 OS << " [TF=" << TF << ']'; in print_details()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.md2066 (compare:CC (match_operand:TF 0 "register_operand" "")
2067 (match_operand:TF 1 "nonmemory_operand" "")))]
2078 (compare:CC (match_operand:TF 0 "register_operand" "f")
2079 (match_operand:TF 1 "nonmemory_operand" "fGH")))]
2085 [(set (match_operand:TF 0 "general_operand" "")
2086 (match_operand:TF 1 "fpmove_src_operand" ""))]
2095 [(set (match_operand:TF 0 "general_operand" "=r,f,d,d,m")
2096 (match_operand:TF 1 "fpmove_src_operand" "r,GH,F,m,d"))]
2123 [(set (match_operand:TF 0 "register_operand" "=f,d")
2124 (float_extend:TF
[all …]
/openbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c685 p->attr.rr_entry.TF.flags[0] = TF_MODIFY | TF_ACCESS | TF_ATTRIBUTES; in cd9660node_rrip_tf()
686 p->attr.rr_entry.TF.h.length[0] = 5; in cd9660node_rrip_tf()
687 p->attr.rr_entry.TF.h.version[0] = 1; in cd9660node_rrip_tf()
694 cd9660_time_915(p->attr.rr_entry.TF.timestamp, in cd9660node_rrip_tf()
696 p->attr.rr_entry.TF.h.length[0] += 7; in cd9660node_rrip_tf()
698 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 7, in cd9660node_rrip_tf()
700 p->attr.rr_entry.TF.h.length[0] += 7; in cd9660node_rrip_tf()
702 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 14, in cd9660node_rrip_tf()
704 p->attr.rr_entry.TF.h.length[0] += 7; in cd9660node_rrip_tf()
/openbsd-src/gnu/gcc/gcc/config/
H A Dfloatunsitf.c4 typedef float TFtype __attribute__ ((mode (TF)));
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D464.crt15 TF/Xp4Ofbh5PHyiykYLsKKEe2QIDAQABozIwMDAMBgNVHRMBAf8EAjAAMCAGA1Ud
H A D156.crt15 TF/D2oLd8+hlm+FqmPzTorotTwIDAQABoyEwHzAMBgNVHRMBAf8EAjAAMA8GA1Ud
H A D833.crt17 AQELBQADggEBAG8+jA4RQsFmAzKR4UwxVdSGiXJrCysw4Oe+TF+umLckqrEOIwMy
H A D3552.key10 XzU32+j6k3sWC+SnV/Zyl3z9KBOzdzufelQz4cv14mdbV9IE4O9Jk/TF+VFzqmz6
H A D2885.key8 f428oBR3XjnESL6Pv1YqJ5zYr5yxBxb1/TF+UP+NIw6gR8CZSYy88dyws5M8e6AM
H A D2099.key4 gGKFOkZwM78+MhykLsRcLPPO5bluGtVm4jNaK6Zqxdqr74SbKsH6HkJI+TF/n/sQ
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp198 unsigned TF = MO.getTargetFlags(); in PrintSymbolOperand() local
199 if (TF & ARMII::MO_LO16) in PrintSymbolOperand()
201 else if (TF & ARMII::MO_HI16) in PrintSymbolOperand()
203 GetARMGVSymbol(MO.getGlobal(), TF)->print(O, MAI); in PrintSymbolOperand()
227 unsigned TF = MO.getTargetFlags(); in printOperand() local
228 if (TF == ARMII::MO_LO16) in printOperand()
230 else if (TF == ARMII::MO_HI16) in printOperand()
938 unsigned char TF = Subtarget->isTargetMachO() ? ARMII::MO_NONLAZY : 0; in emitMachineConstantPoolValue() local
939 MCSym = GetARMGVSymbol(GV, TF); in emitMachineConstantPoolValue()
1481 const unsigned TF = Op.getTargetFlags(); in emitInstruction() local
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386-modes.def21 /* The x86_64 ABI specifies both XF and TF modes.
26 FLOAT_MODE (TF, 16, ieee_quad_format);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.md704 (compare:CC (match_operand:TF 0 "cmp_fp_expander_operand" "")
705 (match_operand:TF 1 "cmp_fp_expander_operand" "")))]
831 (match_operand:TF 0 "register_operand" "f")
832 (match_operand:TF 1 "register_operand" "f")))]
854 (match_operand:TF 1 "register_operand" "f")
855 (match_operand:TF 2 "register_operand" "f"))]
2443 [(set (match_operand:TF 0 "nonimmediate_operand" "")
2444 (match_operand:TF 1 "general_operand" ""))]
2484 [(set (match_operand:TF 0 "push_operand" "=<,<,<")
2485 (match_operand:TF 1 "general_no_elim_operand" "f,Fo,*r"))]
[all …]
/openbsd-src/usr.sbin/lpr/common_source/
H A Dlp.h73 extern char *TF; /* name of troff(1) filter (per job) */
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltins.cpp250 TargetFeatures TF(TargetFetureMap); in evaluateRequiredTargetFeatures() local
251 return TF.hasRequiredFeatures(RequiredFeatures); in evaluateRequiredTargetFeatures()

12345