Searched refs:XCR (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | m88k.h | 331 #define XCR ROT +3 macro 337 #define NOP XCR +1
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | m88k.h | 332 #define XCR ROT +3 macro 338 #define NOP XCR +1
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 756 static bool expandUDivOrURem(BinaryOperator *Instr, const ConstantRange &XCR, in expandUDivOrURem() argument 769 if (XCR.icmp(ICmpInst::ICMP_ULT, YCR)) { in expandUDivOrURem() 800 if (!XCR.icmp(ICmpInst::ICMP_ULT, in expandUDivOrURem() 829 static bool narrowUDivOrURem(BinaryOperator *Instr, const ConstantRange &XCR, in narrowUDivOrURem() argument 840 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); in narrowUDivOrURem() 873 ConstantRange XCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(0)); in processUDivOrURem() local 875 if (expandUDivOrURem(Instr, XCR, YCR)) in processUDivOrURem() 878 return narrowUDivOrURem(Instr, XCR, YCR); in processUDivOrURem()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | m88k-dis.c | 112 …{0x8000c000,"xcr ",{21,5,REG} ,{16,5,REG} ,{5,6,CRREG},{1,1,PINT,XCR, 0,1,1,1,0…
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | m88k-dis.c | 117 …{0x8000c000,"xcr ",{21,5,REG} ,{16,5,REG} ,{5,6,CRREG},{1,1,PINT,XCR, 0,1,1,1,0…
|