Home
last modified time | relevance | path

Searched refs:fldd (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dvfp1.s37 fldd d0, [r0] define
164 fldd d0, [r1] define
165 fldd d0, [r14] define
166 fldd d0, [r0, #0] define
167 fldd d0, [r0, #1020] define
168 fldd d0, [r0, #-1020] define
169 fldd d1, [r0] define
170 fldd d2, [r0] define
171 fldd d15, [r0]
Dvfp1_t2.s40 fldd d0, [r0] define
167 fldd d0, [r1] define
168 fldd d0, [r14] define
169 fldd d0, [r0, #0] define
170 fldd d0, [r0, #1020] define
171 fldd d0, [r0, #-1020] define
172 fldd d1, [r0] define
173 fldd d2, [r0] define
174 fldd d15, [r0]
Dvfp-bad.s8 fldd d0, [r0], #8 define
9 fldd d0, [r0, #-8]! define
Dvfp-bad_t2.s11 fldd d0, [r0], #8 define
12 fldd d0, [r0, #-8]! define
Dvfp-bad.l6 [^:]*:8: Error: instruction does not support writeback -- `fldd d0,\[r0\],#8'
Dvfp-bad_t2.l6 [^:]*:11: Error: instruction does not support writeback -- `fldd d0,\[r0\],#8'
Dvfpv3xd.s4 fldd d0, [r0] define
Dgroup-reloc-ldc-parsing-bad.l92 [^:]*:51: Error: this group relocation is not allowed on this instruction -- `fldd d0,\[r0,#:pc_g0_…
94 [^:]*:51: Error: this group relocation is not allowed on this instruction -- `fldd d0,\[r0,#:sb_g0_…
96 [^:]*:51: Error: unknown group relocation -- `fldd d0,\[r0,#:foo:\(sym\)\]'
Dgroup-reloc-ldc-encoding-bad.s148 vfp_test fldd fstd d0 0x1
149 vfp_test fldd fstd d0 0x808
Dgroup-reloc-ldc-parsing-bad.s51 ldctest2 fldd d0
Dvfpv3-32drs.s17 fldd d19,[r10,#4]
Dvfpv3-d16-bad.l16 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fldd d19,\[r10,#4\]'
Dgroup-reloc-ldc.s137 vfp_test fldd fstd d0
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c2483 const tic6x_insn_field *fldd; in tic6x_try_encode() local
2484 fldd = tic6x_field_from_fmt (fmt, opct->fixed_fields[fld].field_id); in tic6x_try_encode()
2485 if (fldd == NULL) in tic6x_try_encode()
2487 opcode_value |= opct->fixed_fields[fld].min_val << fldd->bitfields[0].low_pos; in tic6x_try_encode()
2493 const tic6x_insn_field *fldd; in tic6x_try_encode() local
2504 fldd = tic6x_field_from_fmt (fmt, opct->variable_fields[fld].field_id); in tic6x_try_encode()
2505 if (fldd == NULL) in tic6x_try_encode()
2518 || ucexp.X_add_number >= (1 << fldd->bitfields[0].width)) in tic6x_try_encode()
2537 if (fldd->bitfields[0].low_pos != 7 || fldd->bitfields[0].width != 16) in tic6x_try_encode()
2548 if (sign_value < -(1 << (fldd->bitfields[0].width - 1)) in tic6x_try_encode()
[all …]
/toolchain/binutils/binutils-2.25/cpu/
Dsh64-media.cpu486 (dshmi fldd "Floating point load (double)"
/toolchain/binutils/binutils-2.25/include/opcode/
DChangeLog-9103451 (fldw, fldd, fstw, fstd, bb): Likewise.