Home
last modified time | relevance | path

Searched refs:SGF (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-sub-02.ll17 ; Check SGF with no displacement.
28 ; Check the high end of the aligned SGF range.
54 ; Check the high end of the negative aligned SGF range.
66 ; Check the low end of the SGF range.
92 ; Check that SGF allows an index.
106 ; Check that subtractions of spilled values can use SGF rather than SGFR.
/external/v8/src/s390/
Ddisasm-s390.cc1256 case SGF: in DecodeSixByte()
Dconstants-s390.h756 SGF = 0xE319, // Subtract (64<-32) enumerator
Dsimulator-s390.h1042 EVALUATE(SGF);
Dsimulator-s390.cc1263 EvalTable[SGF] = &Simulator::Evaluate_SGF; in EvalTableInit()
5432 case SGF: in DecodeSixByteArithmetic()
5461 } else if (op == SGF) { in DecodeSixByteArithmetic()
10881 EVALUATE(SGF) { in EVALUATE() argument
10882 DCHECK_OPCODE(SGF); in EVALUATE()
Dassembler-s390.cc2042 rxy_form(SGF, r1, opnd.rx(), opnd.rb(), opnd.offset()); in sgf()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td965 def SGF : BinaryRXY<"sgf", 0xE319, sub, GR64, asextloadi32, 4>;