Home
last modified time | relevance | path

Searched refs:CMPI (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1056 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument
1057 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToDecImm()
1058 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToDecImm()
1076 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToIncImm()
1077 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToIncImm()
1146 MachineInstr *CMPI = MRI->getVRegDef(CndReg); in eligibleForCompareElimination() local
1148 if (CMPI->getParent() != &BB) in eligibleForCompareElimination()
1152 for (MachineOperand &MO : CMPI->operands()) in eligibleForCompareElimination()
1204 MachineInstr *CMPI = MRI->getVRegDef(BI->getOperand(1).getReg()); in eligibleForCompareElimination() local
1206 if (CMPI->getOperand(I).isReg()) { in eligibleForCompareElimination()
[all …]
/netbsd/sys/arch/m68k/fpsp/
H A Dstwotox.sa242 CMPI.L #$3FB98000,D0 ...|X| >= 2**(-70)?
247 CMPI.L #$400D80C0,D0 ...|X| > 16480?
300 CMPI.L #$3FFF8000,D0
346 CMPI.L #$3FB98000,D0 ...|X| >= 2**(-70)?
351 CMPI.L #$400B9B07,D0 ...|X| <= 16480*log2/log10 ?
H A Dscosh.sa110 CMPI.L #$400CB167,d0
134 CMPI.L #$400CB2B3,d0
H A Dssin.sa215 CMPI.L #$3FD78000,D0 ...|X| >= 2**(-40)?
220 CMPI.L #$4004BC7E,D0 ...|X| < 15 PI?
378 CMPI.L #$3FFF8000,D0
445 CMPI.L #28,D0
544 CMPI.L #4,D0
569 CMPI.L #$3FD78000,D0 ...|X| >= 2**(-40)?
574 CMPI.L #$4004BC7E,D0 ...|X| < 15 PI?
754 CMPI.L #$3FFF8000,D0
H A Dsetox.sa492 CMPI.L #$3FBE0000,d0 ...2^(-65)
499 CMPI.L #$400CB167,d0 ...16380 log2 trunc. 16 bits
604 CMPI.L #$400CB27C,d0 ...16480 log2
658 CMPI.L #$3FFD0000,d0 ...1/4
666 CMPI.L #$4004C215,d0 ...70log2 rounded up to 16 bits
759 CMPI.L #63,d0
769 CMPI.L #-3,d0
793 CMPI.L #$3FBE0000,d0 ...2^(-65)
798 CMPI.L #$00330000,d0 ...2^(-16312)
H A Dsatan.sa273 CMPI.L #$3FFB8000,D0 ...|X| >= 1/16?
278 CMPI.L #$4002FFFF,D0 ...|X| < 16 ?
369 CMPI.L #$3FFF8000,d0
379 CMPI.L #$3FD78000,d0
430 CMPI.L #$40638000,d0
H A Dstan.sa203 CMPI.L #$3FD78000,D0 ...|X| >= 2**(-40)?
207 CMPI.L #$4004BC7E,D0 ...|X| < 15 PI?
320 CMPI.L #$3FFF8000,D0
376 CMPI.L #28,D0
H A Dsasin.sa94 CMPI.L #$3FFF8000,D0
H A Dsatanh.sa98 CMPI.L #$3FFF8000,D0
H A Dsacos.sa95 CMPI.L #$3FFF8000,D0
H A Dslogn.sa563 CMPI.L #$3FFF8000,D0 ...SEE IF 1+Z > 1
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mips/
H A Dmips16-insn-e.s59 cmpi.e $16, 0 # CMPI
H A Dmips16-insn-t.s59 cmpi.t $16, 0 # CMPI
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-insn-e.s59 cmpi.e $16, 0 # CMPI
H A Dmips16-insn-t.s59 cmpi.t $16, 0 # CMPI
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/m32r/
H A DChangeLog102 * cmpi.cgs: Test CMPI instruction.
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/m32r/
H A DChangeLog102 * cmpi.cgs: Test CMPI instruction.
/netbsd/external/gpl3/gdb/dist/binutils/testsuite/binutils-all/mips/
H A Dmips16-extend-insn.s314 extend 0x123 # CMPI
/netbsd/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/mips/
H A Dmips16-extend-insn.s314 extend 0x123 # CMPI
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_32.c133 …return push_inst(compiler, ((flags & ALT_FORM2) ? CMPI : CMPLI) | CRD(0) | A(src1) | compiler->imm… in emit_single_op()
H A DsljitNativeARM_T2_32.c112 #define CMPI 0x2800 macro
602 return push_inst16(compiler, CMPI | IMM8(imm) | RDN3(reg)); in emit_op_imm()
736 return push_inst16(compiler, CMPI | RDN3(dst)); in emit_op_imm()
H A DsljitNativePPC_64.c256 …return push_inst(compiler, ((flags & ALT_FORM2) ? CMPI : CMPLI) | CRD(0 | ((flags & ALT_SIGN_EXT) … in emit_single_op()
/netbsd/external/gpl3/gdb/dist/sim/mips/
H A Dm16.igen625 01110,3.RX,8.IMMED:RI:16::CMPI
633 11110,6.IMM_10_5,5.IMM_15_11 + 01110,3.RX,000,5.IMM_4_0:EXT-RI:16::CMPI
/netbsd/external/gpl3/gdb.old/dist/sim/mips/
H A Dm16.igen625 01110,3.RX,8.IMMED:RI:16::CMPI
633 11110,6.IMM_10_5,5.IMM_15_11 + 01110,3.RX,000,5.IMM_4_0:EXT-RI:16::CMPI
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td699 // Format: CMPI rx, immediate MIPS16e
708 // Format: CMPI rx, immediate MIPS16e

12