Home
last modified time | relevance | path

Searched refs:LAY (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dalloca-02.ll2 ; used directly in a load or store. There must always be an LA or LAY.
Dasm-02.ll74 ; Check that LAY is used if there is an index but the displacement is too large
Dframe-14.ll83 ; and the offset is also out of LAY's range, so expect a constant load
Dframe-16.ll83 ; and the offset is also out of LAY's range, so expect a constant load
Dframe-15.ll246 ; should force an LAY from the outset. We don't yet do any kind of anchor
/external/llvm/test/CodeGen/SystemZ/
Dalloca-02.ll2 ; used directly in a load or store. There must always be an LA or LAY.
Dasm-02.ll74 ; Check that LAY is used if there is an index but the displacement is too large
Dframe-14.ll83 ; and the offset is also out of LAY's range, so expect a constant load
Dframe-16.ll83 ; and the offset is also out of LAY's range, so expect a constant load
Dframe-15.ll246 ; should force an LAY from the outset. We don't yet do any kind of anchor
/external/v8/src/s390/
Dsimulator-s390.h1026 EVALUATE(LAY);
Dconstants-s390.h885 V(lay, LAY, 0xE371) /* type = RXY_A LOAD ADDRESS */ \
Dsimulator-s390.cc1314 EvalTable[LAY] = &Simulator::Evaluate_LAY; in EvalTableInit()
8201 EVALUATE(LAY) { in EVALUATE() argument
8202 DCHECK_OPCODE(LAY); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td24 // 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),
DSystemZInstrInfo.cpp883 if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl()
DSystemZISelLowering.cpp5815 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/
DSystemZInstrInfo.cpp1145 if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl()
DSystemZInstrInfo.td27 // 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
DSystemZScheduleZ196.td104 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>; // Pseudo -> LA / LAY
DSystemZScheduleZEC12.td107 // Pseudo -> LA / LAY
DSystemZScheduleZ13.td119 // Pseudo -> LA / LAY
DSystemZISelLowering.cpp6833 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()
DSystemZScheduleZ14.td119 // Pseudo -> LA / LAY
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc585 13639367U, // LAY
DSystemZGenDisassemblerTables.inc1083 /* 977 */ MCD_OPC_Decode, 180, 4, 109, // Opcode: LAY

12