Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td194 def CELFBR : UnaryRRF4<"celfbr", 0xB390, FP32, GR32>;
202 def : Pat<(f32 (uint_to_fp GR32:$src)), (CELFBR 0, GR32:$src, 0)>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td238 def CELFBR : TernaryRRFe<"celfbr", 0xB390, FP32, GR32>;
246 def : Pat<(f32 (uint_to_fp GR32:$src)), (CELFBR 0, GR32:$src, 0)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc421 719330373U, // CELFBR
1767 // CDLFBR, CDLGBR, CELFBR, CELGBR, CFDBR, CFEBR, CFXBR, CGDBR, CGEBR, CGX...
1870 // AsmLOCGR, AsmLOCR, AsmSTOC, AsmSTOCG, CDLFBR, CDLGBR, CELFBR, CELGBR, ...
DSystemZGenDisassemblerTables.inc456 /* 1546 */ MCD_OPC_Decode, 144, 3, 55, // Opcode: CELFBR
/external/v8/src/s390/
Dsimulator-s390.h786 EVALUATE(CELFBR);
Dconstants-s390.h390 V(celfbr, CELFBR, \
Dsimulator-s390.cc1075 EvalTable[CELFBR] = &Simulator::Evaluate_CELFBR; in EvalTableInit()
5909 EVALUATE(CELFBR) { in EVALUATE() argument
5910 DCHECK_OPCODE(CELFBR); in EVALUATE()