HomeSort by relevance Sort by last modified time
    Searched full:ldeb (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/CodeGen/SystemZ/
args-07.ll 32 ; CHECK: ldeb %f0, 0([[TMP]])
34 ; CHECK: ldeb %f2, 0([[TMP]])
36 ; CHECK: ldeb %f4, 0([[TMP]])
38 ; CHECK: ldeb %f6, 0([[TMP]])
fp-const-04.ll 10 ; CHECK: ldeb %f0, 0([[REGISTER]])
fp-conv-02.ll 16 ; Check the low end of the LDEB range.
19 ; CHECK: ldeb %f0, 0(%r2)
26 ; Check the high end of the aligned LDEB range.
29 ; CHECK: ldeb %f0, 4092(%r2)
42 ; CHECK: ldeb %f0, 0(%r2)
54 ; CHECK: ldeb %f0, 0(%r2)
62 ; Check that LDEB allows indices.
66 ; CHECK: ldeb %f0, 400(%r1,%r2)
76 ; to use LDEB if possible.
79 ; CHECK-SCALAR: ldeb {{%f[0-9]+}}, 16{{[04]}}(%r15
    [all...]
frame-15.ll 23 ; for word-addressing instructions like LDEB.
31 ; CHECK-NOFP: ldeb {{%f[0-7]}}, 4092(%r15)
35 ; CHECK-FP: ldeb {{%f[0-7]}}, 4092(%r11)
57 ; CHECK-NOFP: ldeb {{%f[0-7]}}, 0(%r1,%r15)
62 ; CHECK-FP: ldeb {{%f[0-7]}}, 0(%r1,%r11)
84 ; CHECK-NOFP: ldeb {{%f[0-7]}}, 4(%r1,%r15)
89 ; CHECK-FP: ldeb {{%f[0-7]}}, 4(%r1,%r11)
111 ; CHECK-NOFP: ldeb {{%f[0-7]}}, 4092(%r1,%r15)
116 ; CHECK-FP: ldeb {{%f[0-7]}}, 4092(%r1,%r11)
138 ; CHECK-NOFP: ldeb {{%f[0-7]}}, 0(%r1,%r15
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 174 def LDEBR : UnaryRRE<"ldeb", 0xB304, fextend, FP64, FP32>;
179 def LDEB : UnaryRXE<"ldeb", 0xED04, extloadf32, FP64, 4>;
  /external/v8/src/s390/
disasm-s390.cc     [all...]
simulator-s390.h 1215 EVALUATE(LDEB);
assembler-s390.cc 1969 void Assembler::ldeb(DoubleRegister d1, const MemOperand& opnd) { function in class:v8::internal::Assembler
    [all...]
assembler-s390.h     [all...]
constants-s390.h 223 V(ldeb, LDEB, 0xED04) /* type = RXE LOAD LENGTHENED (short to long BFP) */ \
    [all...]
simulator-s390.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrFP.td 264 "ldeb\t{$dst, $src}",
  /prebuilts/go/darwin-x86/src/math/
pow_s390x.s 358 WORD $0xED824004 //ldeb %f8,4(%r2,%r4)
  /prebuilts/go/linux-x86/src/math/
pow_s390x.s 358 WORD $0xED824004 //ldeb %f8,4(%r2,%r4)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 218 ldeb %f6,4095(%r5,%r10)
esa-g5.d 224 .*: ed 65 af ff 00 04 [ ]*ldeb %f6,4095\(%r5,%r10\)
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs     [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt     [all...]
  /external/capstone/arch/SystemZ/
SystemZGenAsmWriter.inc 597 13635703U, // LDEB
    [all...]
SystemZMapping.c     [all...]
SystemZGenDisassemblerTables.inc     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i370-opc.c     [all...]
s390-opc.txt 317 ed0000000004 ldeb RXE_FRRD "load lengthened short to long bfp" g5 esa,zarch
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]

Completed in 1624 milliseconds

1 2