Searched refs:CLGF (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-06.ll | 161 ; Check the high end of the aligned CLGF range. 193 ; Check the high end of the negative aligned CLGF range. 208 ; Check the low end of the CLGF range. 240 ; Check that CLGF allows an index. 257 ; Check that comparisons of spilled values can use CLGF rather than CLGFR. 370 ; Check the comparison can be reversed if that allows CLGF to be used.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-06.ll | 161 ; Check the high end of the aligned CLGF range. 193 ; Check the high end of the negative aligned CLGF range. 208 ; Check the low end of the CLGF range. 240 ; Check that CLGF allows an index. 257 ; Check that comparisons of spilled values can use CLGF rather than CLGFR. 370 ; Check the comparison can be reversed if that allows CLGF to be used.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1004 EVALUATE(CLGF);
|
D | constants-s390.h | 862 V(clgf, CLGF, 0xE331) /* type = RXY_A COMPARE LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1292 EvalTable[CLGF] = &Simulator::Evaluate_CLGF; in EvalTableInit() 7957 EVALUATE(CLGF) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 493 def : InstRW<[WLat1LSU, RegReadAdv, FXU, LSU, NormalGr], (instregex "CLGF$")>; 495 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLGF(I|R)$")>;
|
D | SystemZScheduleZEC12.td | 504 def : InstRW<[WLat1LSU, RegReadAdv, FXU, LSU, NormalGr], (instregex "CLGF$")>; 506 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLGF(I|R)$")>;
|
D | SystemZScheduleZ13.td | 528 def : InstRW<[WLat1LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CLGF$")>; 530 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLGF(I|R)$")>;
|
D | SystemZScheduleZ14.td | 537 def : InstRW<[WLat1LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CLGF$")>; 539 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLGF(I|R)$")>;
|
D | SystemZInstrInfo.td | 1503 def CLGF : CompareRXY<"clgf", 0xE331, z_ucmp, GR64, azextloadi32, 4>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 466 13636572U, // CLGF 1762 // C, CDB, CEB, CG, CGF, CGH, CH, CHF, CHY, CL, CLG, CLGF, CLHF, CLY, CY,...
|
D | SystemZGenDisassemblerTables.inc | 1047 /* 834 */ MCD_OPC_Decode, 189, 3, 109, // Opcode: CLGF
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1339 def CLGF : CompareRXY<"clgf", 0xE331, z_ucmp, GR64, azextloadi32, 4>;
|