Searched refs:LAY (Results 1 – 25 of 36) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | alloca-02.ll | 2 ; used directly in a load or store. There must always be an LA or LAY.
|
D | asm-02.ll | 74 ; Check that LAY is used if there is an index but the displacement is too large
|
D | frame-14.ll | 83 ; and the offset is also out of LAY's range, so expect a constant load
|
D | frame-16.ll | 83 ; and the offset is also out of LAY's range, so expect a constant load
|
D | frame-15.ll | 246 ; should force an LAY from the outset. We don't yet do any kind of anchor
|
/external/llvm/test/CodeGen/SystemZ/ |
D | alloca-02.ll | 2 ; used directly in a load or store. There must always be an LA or LAY.
|
D | asm-02.ll | 74 ; Check that LAY is used if there is an index but the displacement is too large
|
D | frame-14.ll | 83 ; and the offset is also out of LAY's range, so expect a constant load
|
D | frame-16.ll | 83 ; and the offset is also out of LAY's range, so expect a constant load
|
D | frame-15.ll | 246 ; should force an LAY from the outset. We don't yet do any kind of anchor
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1026 EVALUATE(LAY);
|
D | constants-s390.h | 885 V(lay, LAY, 0xE371) /* type = RXY_A LOAD ADDRESS */ \
|
D | simulator-s390.cc | 1314 EvalTable[LAY] = &Simulator::Evaluate_LAY; in EvalTableInit() 8201 EVALUATE(LAY) { in EVALUATE() argument 8202 DCHECK_OPCODE(LAY); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 24 // This expands to an LA or LAY instruction. We restrict the offset 25 // to the range of LA and keep the LAY range in reserve for when 759 def LAY : InstRXY<0xE371, (outs GR64:$R1), (ins laaddr20pair:$XBD2),
|
D | SystemZInstrInfo.cpp | 883 if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl()
|
D | SystemZISelLowering.cpp | 5815 BuildMI(*MBB, MI, MI.getDebugLoc(), TII->get(SystemZ::LAY), Reg) in emitMemMemWrapper() 5824 BuildMI(*MBB, MI, MI.getDebugLoc(), TII->get(SystemZ::LAY), Reg) in emitMemMemWrapper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1145 if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 27 // This expands to an LA or LAY instruction. We restrict the offset 28 // to the range of LA and keep the LAY range in reserve for when
|
D | SystemZScheduleZ196.td | 104 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>; // Pseudo -> LA / LAY
|
D | SystemZScheduleZEC12.td | 107 // Pseudo -> LA / LAY
|
D | SystemZScheduleZ13.td | 119 // Pseudo -> LA / LAY
|
D | SystemZISelLowering.cpp | 6833 BuildMI(*MBB, MI, MI.getDebugLoc(), TII->get(SystemZ::LAY), Reg) in emitMemMemWrapper() 6842 BuildMI(*MBB, MI, MI.getDebugLoc(), TII->get(SystemZ::LAY), Reg) in emitMemMemWrapper()
|
D | SystemZScheduleZ14.td | 119 // Pseudo -> LA / LAY
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 585 13639367U, // LAY
|
D | SystemZGenDisassemblerTables.inc | 1083 /* 977 */ MCD_OPC_Decode, 180, 4, 109, // Opcode: LAY
|
12