Searched refs:LAY (Results 1 – 18 of 18) sorted by relevance
/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 | disasm-s390.cc | 1277 case LAY: in DecodeSixByte()
|
D | constants-s390.h | 491 LAY = 0xE371, // Load Address enumerator
|
D | simulator-s390.h | 1078 EVALUATE(LAY);
|
D | simulator-s390.cc | 1299 EvalTable[LAY] = &Simulator::Evaluate_LAY; in EvalTableInit() 4514 case LAY: { in DecodeSixByte() 11229 EVALUATE(LAY) { in EVALUATE() argument 11230 DCHECK_OPCODE(LAY); in EVALUATE()
|
D | assembler-s390.cc | 1472 rxy_form(LAY, r1, opnd.rx(), opnd.rb(), opnd.offset()); in lay()
|
/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/valgrind/none/tests/s390x/ |
D | opcodes.h | 256 #define LAY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,71) macro
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 5550 18BD;CANADIAN SYLLABICS LAY;Lo;0;L;;;;;N;;;;;
|
D | ppucd.txt | 7570 cp;18BD;na=CANADIAN SYLLABICS LAY
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 5550 18BD;CANADIAN SYLLABICS LAY;Lo;0;L;;;;;N;;;;;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 5550 18BD;CANADIAN SYLLABICS LAY;Lo;0;L;;;;;N;;;;;
|