Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td199 def CDLGBR : UnaryRRF4<"cdlgbr", 0xB3A1, FP64, GR64>;
207 def : Pat<(f64 (uint_to_fp GR64:$src)), (CDLGBR 0, GR64:$src, 0)>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td243 def CDLGBR : TernaryRRFe<"cdlgbr", 0xB3A1, FP64, GR64>;
251 def : Pat<(f64 (uint_to_fp GR64:$src)), (CDLGBR 0, GR64:$src, 0)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc416 719330410U, // CDLGBR
1767 // CDLFBR, CDLGBR, CELFBR, CELGBR, CFDBR, CFEBR, CFXBR, CGDBR, CGEBR, CGX...
1870 // AsmLOCGR, AsmLOCR, AsmSTOC, AsmSTOCG, CDLFBR, CDLGBR, CELFBR, CELGBR, ...
DSystemZGenDisassemblerTables.inc495 /* 1727 */ MCD_OPC_Decode, 139, 3, 68, // Opcode: CDLGBR
/external/v8/src/s390/
Dsimulator-s390.h799 EVALUATE(CDLGBR);
Dconstants-s390.h416 V(cdlgbr, CDLGBR, \
Dsimulator-s390.cc1088 EvalTable[CDLGBR] = &Simulator::Evaluate_CDLGBR; in EvalTableInit()
6177 EVALUATE(CDLGBR) { in EVALUATE() argument
6178 DCHECK_OPCODE(CDLGBR); in EVALUATE()