Searched refs:OILF (Results 1 – 19 of 19) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | or_EI.stdout.exp | 157 OILF 0000000000000000 | 0000000000000000 = 0000000000000000 (cc=0) 158 OILF 0000000000000001 | 0000000000000000 = 0000000000000001 (cc=1) 159 OILF 000000000000FFFF | 0000000000000000 = 000000000000FFFF (cc=1) 160 OILF 0000000000007FFF | 0000000000000000 = 0000000000007FFF (cc=1) 161 OILF 0000000000008000 | 0000000000000000 = 0000000000008000 (cc=1) 162 OILF 00000000FFFFFFFF | 0000000000000000 = 00000000FFFFFFFF (cc=1) 163 OILF 0000000080000000 | 0000000000000000 = 0000000080000000 (cc=1) 164 OILF 000000007FFFFFFF | 0000000000000000 = 000000007FFFFFFF (cc=1) 165 OILF AAAAAAAAAAAAAAAA | 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1) 166 OILF 8000000000000000 | 0000000000000000 = 8000000000000000 (cc=0) [all …]
|
D | or_EI.c | 20 immsweep(OILF, 00000000); in do_imm_insns() 21 immsweep(OILF, 000000ff); in do_imm_insns() 22 immsweep(OILF, 00000055); in do_imm_insns() 23 immsweep(OILF, 000000aa); in do_imm_insns() 24 immsweep(OILF, 0000ffff); in do_imm_insns() 25 immsweep(OILF, 00005555); in do_imm_insns() 26 immsweep(OILF, 0000aaaa); in do_imm_insns() 27 immsweep(OILF, ffff0000); in do_imm_insns() 28 immsweep(OILF, 55550000); in do_imm_insns() 29 immsweep(OILF, aaaa0000); in do_imm_insns() [all …]
|
D | opcodes.h | 321 #define OILF(r1,i2) RIL_RU(c0,r1,d,i2) macro
|
/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/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>;
|
D | SystemZISelLowering.cpp | 6111 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILF, 32); in EmitInstrWithCustomInserter()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1349 case OILF: in DecodeSixByte()
|
D | constants-s390.h | 711 OILF = 0xC0D, // Or Immediate (low) enumerator
|
D | simulator-s390.h | 694 EVALUATE(OILF);
|
D | simulator-s390.cc | 915 EvalTable[OILF] = &Simulator::Evaluate_OILF; in EvalTableInit() 4546 case OILF: in DecodeSixByte() 4556 } else if (OILF == op) { in DecodeSixByte() 7927 EVALUATE(OILF) { in EVALUATE() argument 7928 DCHECK_OPCODE(OILF); in EVALUATE()
|
D | assembler-s390.cc | 1447 RIL1_FORM_EMIT(oilf, OILF) in RX_FORM_EMIT()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1109 // Implement in terms of LLIHF/OILF.
|