Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td198 def CELGBR : UnaryRRF4<"celgbr", 0xB3A0, FP32, GR64>;
206 def : Pat<(f32 (uint_to_fp GR64:$src)), (CELGBR 0, GR64:$src, 0)>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td242 def CELGBR : TernaryRRFe<"celgbr", 0xB3A0, FP32, GR64>;
250 def : Pat<(f32 (uint_to_fp GR64:$src)), (CELGBR 0, GR64:$src, 0)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc422 719330418U, // CELGBR
1767 // CDLFBR, CDLGBR, CELFBR, CELGBR, CFDBR, CFEBR, CFXBR, CGDBR, CGEBR, CGX...
1870 // AsmLOCGR, AsmLOCR, AsmSTOC, AsmSTOCG, CDLFBR, CDLGBR, CELFBR, CELGBR, ...
DSystemZGenDisassemblerTables.inc492 /* 1714 */ MCD_OPC_Decode, 145, 3, 67, // Opcode: CELGBR
/external/v8/src/s390/
Dsimulator-s390.h798 EVALUATE(CELGBR);
Dconstants-s390.h414 V(celgbr, CELGBR, \
Dsimulator-s390.cc1087 EvalTable[CELGBR] = &Simulator::Evaluate_CELGBR; in EvalTableInit()
6168 EVALUATE(CELGBR) { in EVALUATE() argument
6169 DCHECK_OPCODE(CELGBR); in EVALUATE()