Searched refs:CGFR (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-05.ll | 20 ; Check unsigned register comparison, which can't use CGFR. 207 ; Check that comparisons of spilled values can use CGF rather than CGFR. 294 ; Check the comparison can be reversed if that allows CGFR to be used.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-05.ll | 20 ; Check unsigned register comparison, which can't use CGFR. 207 ; Check that comparisons of spilled values can use CGF rather than CGFR. 294 ; Check the comparison can be reversed if that allows CGFR to be used.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 901 EVALUATE(CGFR);
|
D | constants-s390.h | 1399 V(cgfr, CGFR, 0xB930) /* type = RRE COMPARE (64<-32) */ \
|
D | simulator-s390.cc | 1189 EvalTable[CGFR] = &Simulator::Evaluate_CGFR; in EvalTableInit() 6977 EVALUATE(CGFR) { in EVALUATE() argument 6978 DCHECK_OPCODE(CGFR); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1278 def CGFR : CompareRRE<"cgf", 0xB930, null_frag, GR64, GR32>; 1315 defm : SXB<z_scmp, GR64, CGFR>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1427 def CGFR : CompareRRE<"cgfr", 0xB930, null_frag, GR64, GR32>; 1473 defm : SXB<z_scmp, GR64, CGFR>;
|
D | SystemZScheduleZ196.td | 518 def : InstRW<[WLat2, FXU2, GroupAlone], (instregex "CGFR$")>;
|
D | SystemZScheduleZEC12.td | 528 def : InstRW<[WLat2, FXU, NormalGr], (instregex "CGFR$")>;
|
D | SystemZScheduleZ13.td | 552 def : InstRW<[WLat2, FXb, NormalGr], (instregex "CGFR$")>;
|
D | SystemZScheduleZ14.td | 561 def : InstRW<[WLat2, FXb, NormalGr], (instregex "CGFR$")>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 433 4201823U, // CGFR
|
D | SystemZGenDisassemblerTables.inc | 629 /* 2351 */ MCD_OPC_Decode, 156, 3, 83, // Opcode: CGFR
|