Home
last modified time | relevance | path

Searched refs:LXEBR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-03.ll91 ; Test a case where we spill the source of at least one LXEBR. We want
/external/v8/src/s390/
Dconstants-s390.h618 LXEBR = 0xB306, // Load Lengthened (short to extended BFP) enumerator
Dsimulator-s390.h782 EVALUATE(LXEBR);
Dsimulator-s390.cc1003 EvalTable[LXEBR] = &Simulator::Evaluate_LXEBR; in EvalTableInit()
8570 EVALUATE(LXEBR) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td175 def LXEBR : UnaryRRE<"lxeb", 0xB306, fextend, FP128, FP32>;