Searched refs:OILL (Results 1 – 16 of 16) sorted by relevance
/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 | atomicrmw-or-03.ll | 19 ; Check the lowest useful OILL value. 33 ; 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-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()
|
D | SystemZInstrInfo.td | 1078 def OILL : BinaryRI<"oill", 0xA5B, or, GR32, imm32ll16>;
|
D | SystemZISelLowering.cpp | 6107 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILL, 32); in EmitInstrWithCustomInserter()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 628 case OILL: in DecodeFourByte()
|
D | constants-s390.h | 713 OILL = 0xA5B, // Or Immediate (low low) enumerator
|
D | simulator-s390.h | 662 EVALUATE(OILL);
|
D | simulator-s390.cc | 883 EvalTable[OILL] = &Simulator::Evaluate_OILL; in EvalTableInit() 3573 case OILL: in DecodeFourByteArithmetic() 3579 if (OILL == op) { in DecodeFourByteArithmetic() 7637 EVALUATE(OILL) { in EVALUATE() argument 7638 DCHECK_OPCODE(OILL); in EVALUATE()
|
D | assembler-s390.cc | 1448 RI1_FORM_EMIT(oill, OILL) in RX_FORM_EMIT()
|