Searched refs:OILF (Results 1 – 25 of 30) sorted by relevance
12
/external/llvm/test/CodeGen/SystemZ/ |
D | or-02.ll | 32 ; Check the lowest useful OILF value, which is the next value up again. 50 ; Check the next value up, which must use OILF instead. 59 ; Check the highest useful OILF value.
|
D | atomicrmw-or-03.ll | 51 ; Check the lowest useful OILF value, which is the next value up. 69 ; Check the next value up, which must use OILF. 78 ; Check the largest useful OILF value.
|
D | or-04.ll | 32 ; Check the lowest useful OILF value, which is the next value up again. 50 ; Check the high end of the OILF range. 98 ; Check the next value up again, which must use OILF 118 ; of the OILF range.
|
D | atomicrmw-or-04.ll | 51 ; Check the lowest useful OILF value, which is the next value up again. 69 ; Check the next value up, which must use OILF. 78 ; Check the high end of the OILF range.
|
D | int-const-02.ll | 138 ; Check the next value up again, which should use OILF. 156 ; Check the high end of the OILF range.
|
D | insert-05.ll | 71 ; Check the highest useful LHI value. (We use OILF for -1 instead, although
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | or-02.ll | 32 ; Check the lowest useful OILF value, which is the next value up again. 50 ; Check the next value up, which must use OILF instead. 59 ; Check the highest useful OILF value.
|
D | atomicrmw-or-03.ll | 51 ; Check the lowest useful OILF value, which is the next value up. 69 ; Check the next value up, which must use OILF. 78 ; Check the largest useful OILF value.
|
D | or-04.ll | 32 ; Check the lowest useful OILF value, which is the next value up again. 50 ; Check the high end of the OILF range. 98 ; Check the next value up again, which must use OILF 118 ; of the OILF range.
|
D | atomicrmw-or-04.ll | 51 ; Check the lowest useful OILF value, which is the next value up again. 69 ; Check the next value up, which must use OILF. 78 ; Check the high end of the OILF range.
|
D | int-const-02.ll | 138 ; Check the next value up again, which should use OILF. 156 ; Check the high end of the OILF range.
|
D | insert-05.ll | 71 ; Check the highest useful LHI value. (We use OILF for -1 instead, although
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 397 LOWER_LOW(OILF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1121 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1091 // Expands to OILF or OIHF, depending on the choice of register. 1094 def OILF : BinaryRIL<"oilf", 0xC0D, or, GR32, uimm32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 397 LOWER_LOW(OILF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1428 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1178 // Expands to OILF or OIHF, depending on the choice of register. 1181 def OILF : BinaryRIL<"oilf", 0xC0D, or, GR32, uimm32>;
|
D | SystemZScheduleZ196.td | 398 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OILF(64)?$")>;
|
D | SystemZScheduleZEC12.td | 409 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OILF(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 638 EVALUATE(OILF);
|
D | constants-s390.h | 707 V(oilf, OILF, 0xC0D) /* type = RIL_A OR IMMEDIATE (low) */ \
|
D | simulator-s390.cc | 929 EvalTable[OILF] = &Simulator::Evaluate_OILF; in EvalTableInit() 4764 EVALUATE(OILF) { in EVALUATE() argument 4765 DCHECK_OPCODE(OILF); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 791 5248061U, // OILF 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1109 // Implement in terms of LLIHF/OILF.
|
12