Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-04.ll17 ; Check the low end of the LXDB range.
30 ; Check the high end of the aligned LXDB range.
75 ; Check that LXDB allows indices.
92 ; to use LXDB if possible.
/external/v8/src/s390/
Dconstants-s390.h614 LXDB = 0xED05, // Load Lengthened (long to extended BFP) enumerator
Dsimulator-s390.h1206 EVALUATE(LXDB);
Dsimulator-s390.cc1427 EvalTable[LXDB] = &Simulator::Evaluate_LXDB; in EvalTableInit()
12311 EVALUATE(LXDB) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td181 def LXDB : UnaryRXE<"lxdb", 0xED05, extloadf64, FP128, 8>;