Searched refs:OILL (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm/test/CodeGen/SystemZ/ |
D | or-02.ll | 5 ; Check the lowest useful OILL value. 14 ; Check the high end of the OILL range.
|
D | or-04.ll | 5 ; Check the lowest useful OILL value. 14 ; Check the high end of the OILL range. 78 ; Check the high end of the OILL range.
|
D | atomicrmw-or-03.ll | 19 ; Check the lowest useful OILL value. 33 ; Check the high end of the OILL range.
|
D | atomicrmw-or-04.ll | 19 ; Check the lowest useful OILL value. 33 ; Check the high end of the OILL range.
|
D | insert-03.ll | 28 ; Check the highest useful IILL value. (We use OILL rather than IILL
|
D | int-const-02.ll | 120 ; Check the high end of the OILL range. 197 ; Check the next value up, which must use OILL too.
|
D | insert-04.ll | 28 ; Check the highest useful IILL value. (We use OILL rather than IILL
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | or-02.ll | 5 ; Check the lowest useful OILL value. 14 ; Check the high end of the OILL range.
|
D | or-04.ll | 5 ; Check the lowest useful OILL value. 14 ; Check the high end of the OILL range. 78 ; Check the high end of the OILL range.
|
D | atomicrmw-or-03.ll | 19 ; Check the lowest useful OILL value. 33 ; Check the high end of the OILL range.
|
D | atomicrmw-or-04.ll | 19 ; Check the lowest useful OILL value. 33 ; Check the high end of the OILL range.
|
D | insert-03.ll | 28 ; Check the highest useful IILL value. (We use OILL rather than IILL
|
D | int-const-02.ll | 120 ; Check the high end of the OILL range. 197 ; Check the next value up, which must use OILL too.
|
D | insert-04.ll | 28 ; Check the highest useful IILL value. (We use OILL rather than IILL
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 395 LOWER_LOW(OILL); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1125 expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 395 LOWER_LOW(OILL); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1432 expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false); in expandPostRAPseudo()
|
D | SystemZScheduleZ196.td | 400 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OILL(64)?$")>;
|
D | SystemZScheduleZEC12.td | 411 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OILL(64)?$")>;
|
D | SystemZScheduleZ13.td | 434 def : InstRW<[WLat1, FXa, NormalGr], (instregex "OILL(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 606 EVALUATE(OILL);
|
D | constants-s390.h | 791 V(oill, OILL, 0xA5B) /* type = RI_A OR IMMEDIATE (low low) */ \
|
D | simulator-s390.cc | 897 EvalTable[OILL] = &Simulator::Evaluate_OILL; in EvalTableInit() 4482 EVALUATE(OILL) { in EVALUATE() argument 4483 DCHECK_OPCODE(OILL); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 795 20978086U, // OILL 1799 // IIHH, IIHL, IILH, IILL, NIHH, NIHL, NILH, NILL, OIHH, OIHL, OILH, OILL
|
12