/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh4a.md | 174 ;; Single precision floating point computation FCMP/EQ, 175 ;; FCMP/GT, FADD, FLOAT, FMAC, FMUL, FSUB, FTRC, FRVHG, FSCHG
|
H A D | sh4.md | 393 ;; Single precision floating point computation FCMP/EQ, 394 ;; FCMP/GT, FADD, FLOAT, FMAC, FMUL, FSUB, FTRC, FRVHG, FSCHG 443 ;; Double-precision FCMP (FCMP/EQ,FCMP/GT)
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | m88k-dis.c | 212 …{0x84003800,"fcmp.ss ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {5,1,PFLT,FCMP ,0,1,1,1,0… 213 …{0x84003880,"fcmp.sd ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0… 214 …{0x84003a00,"fcmp.ds ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0… 215 …{0x84003a80,"fcmp.dd ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0…
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | mmix-modes.def | 38 the FCMP or FCMPE insn. The result is (integer) -1 or 1 for
|
H A D | mmix.md | 510 "FCMP%e0 %0,%1,%2")
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix-modes.def | 38 the FCMP or FCMPE insn. The result is (integer) -1 or 1 for
|
H A D | mmix.md | 456 "FCMP%e0 %0,%1,%2")
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | m88k-dis.c | 217 …{0x84003800,"fcmp.ss ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {5,1,PFLT,FCMP ,0,1,1,1,0… 218 …{0x84003880,"fcmp.sd ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0… 219 …{0x84003a00,"fcmp.ds ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0… 220 …{0x84003a80,"fcmp.dd ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0…
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | m88k.h | 346 #define FCMP NOP +6 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | m88k.h | 347 #define FCMP NOP +6 macro
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 881 MachineInstr *FCMP = BuildMI(MBB, I, I.getDebugLoc(), TII.get(FCMPOpcode)) in select() local 885 if (!constrainSelectedInstRegOperands(*FCMP, TII, TRI, RBI)) in select()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 59 FCMP, enumerator
|
H A D | SystemZOperators.td | 256 def z_fcmp : SDNode<"SystemZISD::FCMP", SDT_ZCmp>;
|
H A D | SystemZISelLowering.cpp | 2783 C.Opcode = SystemZISD::FCMP; in getCmp() 5921 OPCODE(FCMP); in getTargetNodeName()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 166 FCMP, enumerator
|
H A D | AArch64SchedCyclone.td | 467 // FCMP,FCMPE,FCCMP,FCCMPE
|
H A D | AArch64SchedTSV110.td | 486 def : InstRW<[TSV110Wr_3cyc_1F], (instregex "^FCMP(E)?(S|D)r(r|i)$")>;
|
H A D | AArch64SchedFalkorDetails.td | 1115 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^FCMP(E)?(S|D)r(r|i)$")>;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 86 FCMP, enumerator
|
H A D | X86ISelDAGToDAG.cpp | 5534 case X86ISD::FCMP: in Select()
|
H A D | X86InstrInfo.td | 145 def X86fcmp : SDNode<"X86ISD::FCMP", SDTX86FCmp>;
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 97 (instregex "FCMP(O|U)(S|D)$"),
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.md | 10860 ;; Single precision floating point computation FCMP/EQ, 10861 ;; FCMP/GT, FADD, FLOAT, FMAC, FMUL, FSUB, FTRC, FRVHG, FSCHG 10910 ;; Double-precision FCMP (FCMP/EQ,FCMP/GT)
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 1385 // Note 2: the result of a FCMP is not available until the 2nd cycle
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6188 MachineInstrBuilder FCMP = in lowerFPTOUI() local 6190 MIRBuilder.buildSelect(Dst, FCMP, FPTOSI, Res); in lowerFPTOUI()
|