Home
last modified time | relevance | path

Searched refs:SGR (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-sub-04.ll8 ; Check SGR.
99 ; Check that subtractions of spilled values can use SG rather than SGR.
Dint-sub-08.ll32 ; Check that we can still use SGR in obvious cases.
/external/v8/src/s390/
Ddisasm-s390.cc667 case SGR: in DecodeFourByte()
Dconstants-s390.h758 SGR = 0xB909, // Subtract (64) enumerator
Dsimulator-s390.h923 EVALUATE(SGR);
Dsimulator-s390.cc1144 EvalTable[SGR] = &Simulator::Evaluate_SGR; in EvalTableInit()
3193 case SGR: in DecodeFourByteArithmetic64Bit()
3209 case SGR: in DecodeFourByteArithmetic64Bit()
3359 case SGR: in DecodeFourByteArithmetic()
9845 EVALUATE(SGR) { in EVALUATE() argument
9846 DCHECK_OPCODE(SGR); in EVALUATE()
Dassembler-s390.cc2046 void Assembler::sgr(Register r1, Register r2) { rre_form(SGR, r1, r2); } in sgr()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td960 defm SGR : BinaryRREAndK<"sg", 0xB909, 0xB9E9, sub, GR64, GR64>;
DSystemZISelLowering.cpp6071 return emitAtomicLoadBinary(MI, MBB, SystemZ::SGR, 64); in EmitInstrWithCustomInserter()