Searched refs:CLGEBR (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 239 def CLGEBR : UnaryRRF4<"clgebr", 0xB3AC, GR64, FP32>; 248 def : Pat<(i64 (fp_to_uint FP32:$src)), (CLGEBR 5, FP32:$src, 0)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 295 def CLGEBR : TernaryRRFe<"clgebr", 0xB3AC, GR64, FP32>; 304 def : Pat<(i64 (fp_to_uint FP32:$src)), (CLGEBR 5, FP32:$src, 0)>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 807 EVALUATE(CLGEBR);
|
D | constants-s390.h | 432 V(clgebr, CLGEBR, \
|
D | simulator-s390.cc | 1096 EvalTable[CLGEBR] = &Simulator::Evaluate_CLGEBR; in EvalTableInit() 6324 EVALUATE(CLGEBR) { in EVALUATE() argument 6325 DCHECK_OPCODE(CLGEBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 465 719330294U, // CLGEBR
|
D | SystemZGenDisassemblerTables.inc | 519 /* 1843 */ MCD_OPC_Decode, 188, 3, 76, // Opcode: CLGEBR
|