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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a.s 32 ldab r0, [r0]
33 ldab r1, [r1]
34 ldab r14, [r14]
86 ldab r0, [r0]
87 ldab r1, [r1]
88 ldab r14, [r14]
armv8-a-bad.s 95 ldab pc, [r0]
96 ldab r0, [pc]
113 ldab pc, [r0]
114 ldab r0, [pc]
archv8m.s 34 ldab r0, [r1] label
armv8-a.d 32 0[0-9a-f]+ <[^>]+> e1d00c9f ldab r0, \[r0\]
33 0[0-9a-f]+ <[^>]+> e1d11c9f ldab r1, \[r1\]
34 0[0-9a-f]+ <[^>]+> e1deec9f ldab lr, \[lr\]
82 0[0-9a-f]+ <[^>]+> e8d0 0f8f ldab r0, \[r0\]
83 0[0-9a-f]+ <[^>]+> e8d1 1f8f ldab r1, \[r1\]
84 0[0-9a-f]+ <[^>]+> e8de ef8f ldab lr, \[lr\]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
hexprefix.s 6 ldab #0x12
m68hc11.exp 98 gas_m68hc11_error "" "ldab\n" "Invalid operand for .ldab."
99 gas_m68hc11_error "-m68hc11" "ldab 256,x\n" "Operand out of 8-bit range:.*256"
100 gas_m68hc11_error "-m68hc11" "ldab 257,y\n" "Operand out of 8-bit range:.*257"
101 gas_m68hc11_error "-m68hc11" "ldab -1,y\n" "Operand out of 8-bit range:.*-1"
102 gas_m68hc11_error "-m68hc11" "ldab bar,y\nbar=300" "value of 300 too large for field of 1 byte"
104 gas_m68hc11_error "-m68hc11" "ldab \[d,pc\]\n" "Indirect indexed addressing is not valid for 68HC11"
105 gas_m68hc11_error "" "ldab ,t\n" "Spurious .,. or bad indirect register"
106 gas_m68hc11_error "" "ldab 1,t\n" "Garbage at end of instruction:.*,t"
107 gas_m68hc11_error "" "ldab 1,,x\n" "Garbage at end of instruction:.*,x
    [all...]
hexprefix.d 10 0x00000003 ldab #0x12
bug-1825.s 16 ldab L3,pc ; 5-bit < 0 offset
17 ldab L4,pc ; 5-bit > 0 offset
malis.d 15 0+00b <L_constant\+0x4> ldab #0x8a
16 0+00d <L_constant\+0x6> ldab #0x7
25 0+023 <L11\+0xc> ldab #0xd2
malis.s 90 ldab #%10001010 ; -> ldab #0x8A
91 ldab #%0111 ; -> ldab #0x07
117 ldab #~L4 ; -> ldab #0xd2
118 # ldab #<_start ; force to 8-bit
120 # ldab #page(_start) ; 68HC12 page number of symbol
bug-1825.d 50 ldab L3,pc ; 5\-bit < 0 offset
51 17: e6 d0 ldab 0xfff0,PC \{0x9 <L3>\}
52 ldab L4,pc ; 5\-bit > 0 offset
53 19: e6 cf ldab 0xf,PC \{0x2a <L4>\}
insns.s 56 ldab #%page(test2) ; Check that the relocs are against symbol
insns12.s 17 ldab [32767,sp]
indexed12.d 19 ldab L1\-_main,x ; Offset/const of these 2 insns must be
20 1: e6 e0 93 ldab 0x93,X
126 ldab L1\-_main,x
127 88: e6 e0 93 ldab 0x93,X
132 ldab _external\+128,x
133 8d: e6 e2 00 80 ldab 0x80,X
insns-dwarf2.d 109 ldab #%page\(test2\) ; Check that the relocs are against symbol
110 5b: c6 00 ldab #0x0
indexed12.s 10 ldab L1-_main,x ; Offset/const of these 2 insns must be
67 ldab L1-_main,x
71 ldab _external+128,x
all_insns.s 189 L185: ldab #175
190 L186: ldab *Z59
191 L187: ldab 51,X
192 L188: ldab symbol205
193 L189: ldab 227,X
  /external/capstone/suite/MC/ARM/
load-store-acquire-release-v8-thumb.s.cs 11 0xd6,0xe8,0x8f,0x5f = ldab r5, [r6]
load-store-acquire-release-v8.s.cs 11 0x9f,0x5c,0xd6,0xe1 = ldab r5, [r6]
  /external/eigen/Eigen/src/misc/
lapacke.h 191 lapack_int ku, float* ab, lapack_int ldab, float* d,
196 lapack_int ku, double* ab, lapack_int ldab,
203 lapack_int ldab, float* d, float* e,
210 lapack_int ldab, double* d, double* e,
217 lapack_int ldab, const lapack_int* ipiv, float anorm,
221 lapack_int ldab, const lapack_int* ipiv,
225 const lapack_complex_float* ab, lapack_int ldab,
229 const lapack_complex_double* ab, lapack_int ldab,
235 lapack_int ldab, float* r, float* c, float* rowcnd,
239 lapack_int ldab, double* r, double* c
    [all...]
  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 31 ldab r5, [r6]
34 @ CHECK: ldab r5, [r6] @ encoding: [0xd6,0xe8,0x8f,0x5f]
load-store-acquire-release-v8.s 31 ldab r5, [r6]
34 @ CHECK: ldab r5, [r6] @ encoding: [0x9f,0x5c,0xd6,0xe1]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
far-hc11.s 85 ldab 4,x ; (4) Restore function parameter (low)
relax-direct.s 37 ldab _table+18
far-hc11.d 10 0+8001 <tramp._far_foo\+0x1> ldab \#0x0
14 0+800b <tramp._far_bar\+0x1> ldab \#0x0
51 0+805a <__far_trampoline\+0x4> ldab 0x4,x

Completed in 4748 milliseconds

1 2 3