/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | vfp1.s | 37 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]
|
D | vfp1_t2.s | 40 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]
|
D | vfp-bad.s | 8 fldd d0, [r0], #8 define 9 fldd d0, [r0, #-8]! define
|
D | vfp-bad_t2.s | 11 fldd d0, [r0], #8 define 12 fldd d0, [r0, #-8]! define
|
D | vfp-bad.l | 6 [^:]*:8: Error: instruction does not support writeback -- `fldd d0,\[r0\],#8'
|
D | vfp-bad_t2.l | 6 [^:]*:11: Error: instruction does not support writeback -- `fldd d0,\[r0\],#8'
|
D | vfpv3xd.s | 4 fldd d0, [r0] define
|
D | group-reloc-ldc-parsing-bad.l | 92 [^:]*: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\)\]'
|
D | group-reloc-ldc-encoding-bad.s | 148 vfp_test fldd fstd d0 0x1 149 vfp_test fldd fstd d0 0x808
|
D | group-reloc-ldc-parsing-bad.s | 51 ldctest2 fldd d0
|
D | vfpv3-32drs.s | 17 fldd d19,[r10,#4]
|
D | vfpv3-d16-bad.l | 16 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fldd d19,\[r10,#4\]'
|
D | group-reloc-ldc.s | 137 vfp_test fldd fstd d0
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic6x.c | 2483 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/ |
D | sh64-media.cpu | 486 (dshmi fldd "Floating point load (double)"
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog-9103 | 451 (fldw, fldd, fstw, fstd, bb): Likewise.
|