Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-03.ll17 ; Check the low end of the LXEB range.
30 ; Check the high end of the aligned LXEB range.
75 ; Check that LXEB allows indices.
92 ; to use LXEB if possible.
/external/v8/src/s390/
Dconstants-s390.h617 LXEB = 0xED06, // Load Lengthened (short to extended BFP) enumerator
Dsimulator-s390.h1207 EVALUATE(LXEB);
Dsimulator-s390.cc1428 EvalTable[LXEB] = &Simulator::Evaluate_LXEB; in EvalTableInit()
12317 EVALUATE(LXEB) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td180 def LXEB : UnaryRXE<"lxeb", 0xED06, extloadf32, FP128, 4>;