Home
last modified time | relevance | path

Searched refs:CLGF (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-cmp-06.ll161 ; 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/
Dint-cmp-06.ll161 ; 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/
Dsimulator-s390.h1004 EVALUATE(CLGF);
Dconstants-s390.h862 V(clgf, CLGF, 0xE331) /* type = RXY_A COMPARE LOGICAL (64<-32) */ \
Dsimulator-s390.cc1292 EvalTable[CLGF] = &Simulator::Evaluate_CLGF; in EvalTableInit()
7957 EVALUATE(CLGF) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td493 def : InstRW<[WLat1LSU, RegReadAdv, FXU, LSU, NormalGr], (instregex "CLGF$")>;
495 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLGF(I|R)$")>;
DSystemZScheduleZEC12.td504 def : InstRW<[WLat1LSU, RegReadAdv, FXU, LSU, NormalGr], (instregex "CLGF$")>;
506 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLGF(I|R)$")>;
DSystemZScheduleZ13.td528 def : InstRW<[WLat1LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CLGF$")>;
530 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLGF(I|R)$")>;
DSystemZScheduleZ14.td537 def : InstRW<[WLat1LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CLGF$")>;
539 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLGF(I|R)$")>;
DSystemZInstrInfo.td1503 def CLGF : CompareRXY<"clgf", 0xE331, z_ucmp, GR64, azextloadi32, 4>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc466 13636572U, // CLGF
1762 // C, CDB, CEB, CG, CGF, CGH, CH, CHF, CHY, CL, CLG, CLGF, CLHF, CLY, CY,...
DSystemZGenDisassemblerTables.inc1047 /* 834 */ MCD_OPC_Decode, 189, 3, 109, // Opcode: CLGF
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1339 def CLGF : CompareRXY<"clgf", 0xE331, z_ucmp, GR64, azextloadi32, 4>;