Searched refs:CDLGBR (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 199 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/ |
D | SystemZInstrFP.td | 243 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/ |
D | SystemZGenAsmWriter.inc | 416 719330410U, // CDLGBR 1767 // CDLFBR, CDLGBR, CELFBR, CELGBR, CFDBR, CFEBR, CFXBR, CGDBR, CGEBR, CGX... 1870 // AsmLOCGR, AsmLOCR, AsmSTOC, AsmSTOCG, CDLFBR, CDLGBR, CELFBR, CELGBR, ...
|
D | SystemZGenDisassemblerTables.inc | 495 /* 1727 */ MCD_OPC_Decode, 139, 3, 68, // Opcode: CDLGBR
|
/external/v8/src/s390/ |
D | simulator-s390.h | 799 EVALUATE(CDLGBR);
|
D | constants-s390.h | 416 V(cdlgbr, CDLGBR, \
|
D | simulator-s390.cc | 1088 EvalTable[CDLGBR] = &Simulator::Evaluate_CDLGBR; in EvalTableInit() 6177 EVALUATE(CDLGBR) { in EVALUATE() argument 6178 DCHECK_OPCODE(CDLGBR); in EVALUATE()
|