Searched refs:CGHI (Results 1 – 21 of 21) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-11.ll | 41 ; Check the next value up, which must use CGHI instead. 54 ; Check the high end of the CGHI range. 129 ; Check the next value down, which must use CGHI instead. 142 ; Check the low end of the CGHI range.
|
D | int-cmp-13.ll | 29 ; Check the next value up, which must use CGHI instead. 42 ; Check the high end of the CGHI range. 143 ; Check the next value down, which must use CGHI instead. 156 ; Check the low end of the CGHI range.
|
D | int-cmp-14.ll | 29 ; Check the next value up, which must use CGHI instead. 42 ; Check the high end of the CGHI range. 143 ; Check the next value down, which must use CGHI instead. 156 ; Check the low end of the CGHI range.
|
D | RAbasic-invalid-LR-update.mir | 236 CGHI undef %93, 0, implicit-def $cc 238 CGHI undef %97, 0, implicit-def $cc
|
D | clear-liverange-spillreg.mir | 351 CGHI %120, 4, implicit-def $cc
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-11.ll | 41 ; Check the next value up, which must use CGHI instead. 54 ; Check the high end of the CGHI range. 129 ; Check the next value down, which must use CGHI instead. 142 ; Check the low end of the CGHI range.
|
D | int-cmp-14.ll | 29 ; Check the next value up, which must use CGHI instead. 42 ; Check the high end of the CGHI range. 143 ; Check the next value down, which must use CGHI instead. 156 ; Check the low end of the CGHI range.
|
D | int-cmp-13.ll | 29 ; Check the next value up, which must use CGHI instead. 42 ; Check the high end of the CGHI range. 143 ; Check the next value down, which must use CGHI instead. 156 ; Check the low end of the CGHI range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1398 case SystemZ::CGHI: in getFusedCompare() 1416 case SystemZ::CGHI: in getFusedCompare() 1437 case SystemZ::CGHI: in getFusedCompare() 1458 case SystemZ::CGHI: in getFusedCompare() 1479 case SystemZ::CGHI: in getFusedCompare()
|
D | SystemZLongBranch.cpp | 411 splitCompareBranch(Branch, SystemZ::CGHI); in relaxBranch()
|
D | SystemZInstrInfo.td | 1283 def CGHI : CompareRI<"cghi", 0xA7F, z_scmp, GR64, imm64sx16>;
|
D | SystemZISelLowering.cpp | 5795 BuildMI(MBB, DL, TII->get(SystemZ::CGHI)) in emitMemMemWrapper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1711 case SystemZ::CGHI: in getFusedCompare() 1737 case SystemZ::CGHI: in getFusedCompare() 1758 case SystemZ::CGHI: in getFusedCompare() 1779 case SystemZ::CGHI: in getFusedCompare() 1800 case SystemZ::CGHI: in getFusedCompare()
|
D | SystemZLongBranch.cpp | 416 splitCompareBranch(Branch, SystemZ::CGHI); in relaxBranch()
|
D | SystemZInstrInfo.td | 1441 def CGHI : CompareRI<"cghi", 0xA7F, z_scmp, GR64, imm64sx16>;
|
D | SystemZISelLowering.cpp | 6809 BuildMI(MBB, DL, TII->get(SystemZ::CGHI)) in emitMemMemWrapper()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 626 EVALUATE(CGHI);
|
D | constants-s390.h | 807 V(cghi, CGHI, 0xA7F) /* type = RI_A COMPARE HALFWORD IMMEDIATE (64<-16) */
|
D | simulator-s390.cc | 917 EvalTable[CGHI] = &Simulator::Evaluate_CGHI; in EvalTableInit() 4674 EVALUATE(CGHI) { in EVALUATE() argument 4675 DCHECK_OPCODE(CGHI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 436 16783325U, // CGHI 1778 // CGHI, CHI, LGHI, LHI
|
D | SystemZGenDisassemblerTables.inc | 271 /* 688 */ MCD_OPC_Decode, 159, 3, 26, // Opcode: CGHI
|