Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-div-01.ll75 ; Check that divisions of spilled values can use DEB rather than DEBR.
/external/v8/src/s390/
Ddisasm-s390.cc976 case DEBR: in DecodeFourByte()
Dconstants-s390.h406 DEBR = 0xB30D, // Divide (short BFP) enumerator
Dsimulator-s390.h789 EVALUATE(DEBR);
Dsimulator-s390.cc1010 EvalTable[DEBR] = &Simulator::Evaluate_DEBR; in EvalTableInit()
4147 case DEBR: in DecodeFourByteFloatingPoint()
4210 } else if (op == DEBR) { in DecodeFourByteFloatingPoint()
8632 EVALUATE(DEBR) { in EVALUATE() argument
8633 DCHECK_OPCODE(DEBR); in EVALUATE()
Dassembler-s390.cc2706 rre_form(DEBR, Register::from_code(r1.code()), in debr()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td430 def DEBR : BinaryRRE<"deb", 0xB30D, fdiv, FP32, FP32>;