Home
last modified time | relevance | path

Searched refs:OGR (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dor-03.ll8 ; Check OGR.
99 ; Check that ORs of spilled values can use OG rather than OGR.
Dor-07.ll32 ; Check that we can still use OGR in obvious cases.
Dxor-03.ll99 ; Check that XORs of spilled values can use OG rather than OGR.
/external/v8/src/s390/
Ddisasm-s390.cc694 case OGR: in DecodeFourByte()
Dconstants-s390.h705 OGR = 0xB981, // Or (64) enumerator
Dsimulator-s390.h971 EVALUATE(OGR);
Dsimulator-s390.cc1192 EvalTable[OGR] = &Simulator::Evaluate_OGR; in EvalTableInit()
3194 case OGR: in DecodeFourByteArithmetic64Bit()
3215 case OGR: in DecodeFourByteArithmetic64Bit()
3360 case OGR: in DecodeFourByteArithmetic()
10185 EVALUATE(OGR) { in EVALUATE() argument
10186 DCHECK_OPCODE(OGR); in EVALUATE()
Dassembler-s390.cc2278 void Assembler::ogr(Register r1, Register r2) { rre_form(OGR, r1, r2); } in ogr()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1067 defm OGR : BinaryRREAndK<"og", 0xB981, 0xB9E6, or, GR64, GR64>;
DSystemZISelLowering.cpp6113 return emitAtomicLoadBinary(MI, MBB, SystemZ::OGR, 64); in EmitInstrWithCustomInserter()