/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | elf-rel30.l | 2 .*: unsupported constant in relocation 3 .*: unsupported constant in relocation 4 .*: unsupported constant in relocation 5 .*: unsupported constant in relocation 6 .*: unsupported constant in relocation 7 .*: unsupported constant in relocation 8 .*: unsupported constant in relocation 9 .*: unsupported constant in relocation 10 .*: unsupported constant in relocation 11 .*: unsupported constant in relocation [all …]
|
D | elf-consthilo.d | 2 #name: MIPS constant hi/lo
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-dis.c | 392 a->constant = p.val; in make_argument() 413 a->constant = p.val; in make_argument() 425 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000)); in make_argument() 431 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4) in make_argument() 435 a->constant = 0; in make_argument() 441 a->constant = p.val; in make_argument() 451 a->constant = p.val; in make_argument() 465 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000)); in make_argument() 471 a->constant = p.val; in make_argument() 480 a->constant = (p.val * 2); in make_argument() [all …]
|
D | crx-dis.c | 432 a->constant = p.val; in make_argument() 449 a->constant = p.val; in make_argument() 484 a->constant = p.val; in make_argument() 490 a->constant = p.val; in make_argument() 530 func (stream, "%s", gettrapstring (a->constant)); in print_arg() 533 func (stream, "%s", getcinvstring (a->constant)); in print_arg() 547 getregliststring (a->constant, string, reg_arg_type); in print_arg() 551 func (stream, "$0x%lx", a->constant & 0xffffffff); in print_arg() 555 getregliststring (a->constant, string, reg_arg_type); in print_arg() 560 func (stream, "$0x%lx", a->constant & 0xffffffff); in print_arg() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | unwind-bad.l | 2 .*:8: Error: First operand to \.save\.g must be a positive 4-bit constant 3 .*:10: Error: First operand to \.save\.g must be a positive 4-bit constant 4 .*:12: Error: First operand to \.save\.g must be a positive 4-bit constant 7 .*:20: Error: Operand to \.save\.f must be a positive 20-bit constant 8 .*:22: Error: Operand to \.save\.f must be a positive 20-bit constant 9 .*:24: Error: Operand to \.save\.f must be a positive 20-bit constant 12 .*:32: Error: First operand to \.save\.b must be a positive 5-bit constant 13 .*:34: Error: First operand to \.save\.b must be a positive 5-bit constant 14 .*:36: Error: First operand to \.save\.b must be a positive 5-bit constant 31 .*:80: Error: First operand to \.save\.gf must be a non-negative 4-bit constant [all …]
|
D | index.l | 22 .*.s:37: Error: [Rr]otating register index must be a non-negative constant 24 .*.s:40: Error: [Rr]otating register index must be a non-negative constant 25 .*.s:41: Error: [Rr]otating register index must be a non-negative constant 26 .*.s:42: Error: [Rr]otating register index must be a non-negative constant
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-cr16.c | 897 cur_arg->constant = cr16_ins->exp.X_add_number; in process_label_constant() 904 cur_arg->constant = cr16_ins->exp.X_add_number; in process_label_constant() 1378 cur_arg->constant = 0; in parse_operand() 1506 insn->arg[0].constant = gettrap (operands); in parse_insn() 1769 long constant = getconstant (arg->constant, nbits); in print_constant() local 1787 CR16_PRINT (0, (constant >> WORD_SHIFT) & mask, 0); in print_constant() 1788 CR16_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant() 1812 CR16_PRINT (0, ((constant >> WORD_SHIFT) & mask) << 8, 0); in print_constant() 1813 CR16_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant() 1817 …CR16_PRINT (0, (((((constant >> WORD_SHIFT) & mask) << 8) & 0x0f00) | ((((constant >> WORD_SHIFT) … in print_constant() [all …]
|
D | tc-crx.c | 629 cur_arg->constant = crx_ins->exp.X_add_number; in process_label_constant() 903 cur_arg->constant = 0; in parse_operand() 1058 insn->arg[0].constant = IS_INSN_MNEMONIC ("excp") ? in parse_insn() 1189 long constant = getconstant (arg->constant, nbits); in print_constant() local 1209 CRX_PRINT (0, (constant >> WORD_SHIFT) & mask, 0); in print_constant() 1210 CRX_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant() 1219 CRX_PRINT (0, constant, 0); in print_constant() 1234 CRX_PRINT (1, constant, WORD_SHIFT); in print_constant() 1236 CRX_PRINT (0, constant, shift); in print_constant() 1240 CRX_PRINT (0, constant, shift); in print_constant() [all …]
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | signals.h | 52 #define SET(symbol, constant, name, string) \ argument 53 symbol = constant,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | addsw-bad.l | 2 [^:]*:5: Error: invalid constant \(496\) after fixup 3 [^:]*:6: Error: invalid constant \(496\) after fixup
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | empty2.s | 2 .equiv constant, 0x12345678 define 18 .long constant
|
D | empty2.d | 8 [ ]+[0-9]+:[ ]+0*12345678[ ]+0[ ]+NOTYPE[ ]+LOCAL[ ]+DEFAULT[ ]+ABS constant
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-nios2.texi | 101 along with a @code{%lo}, in order to load a 32-bit constant. 182 Create an aligned constant 2 bytes in size. 186 Create an aligned constant 4 bytes in size. 190 Create an aligned constant 8 bytes in size. 194 Create an unaligned constant 2 bytes in size. 198 Create an unaligned constant 4 bytes in size. 202 Create an unaligned constant 8 bytes in size. 206 Create an unaligned constant 16 bytes in size.
|
D | c-rl78.texi | 96 Output a constant in ``double'' format, which is either a 32-bit 105 Output a constant value in a three byte format. 109 Output a constant value in a four byte format.
|
D | c-xc16x.texi | 30 This directive assembles a half-word (8-bit) constant. 34 This assembles a word (16-bit) constant.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
D | expected_errors.l | 4 .*:6: Error: Bad constant value. 5 .*:7: Error: Bad constant value. 6 .*:8: Error: Bad constant value. 7 .*:9: Error: Bad constant value. 8 .*:10: Error: Bad constant value. 9 .*:11: Error: Bad constant value.
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | ChangeLog | 35 PT_AARCH64_UNWIND): New enum constant. 59 (STO_MIPS_FLAGS): New enum constant. 68 * elfcpp.h (SHT_MIPS_OPTIONS): New enum constant. 80 * mips.h (E_MIPS_MACH_OCTEON3): New enum constant. 89 * powerpc.h (EF_PPC64_ABI): New enum constant. 295 * elfcpp.h (SHN_X86_64_LCOMMON): Define enum constant. 332 * elfcpp.h (SHT_ORDERED): New enum constant.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | diagnostic.l | 50 [^:]*:52: Error: invalid floating-point constant at operand 2 -- `fmov v1.2d,1.01' 52 [^:]*:54: Error: invalid floating-point constant at operand 2 -- `fmov d3,1.01' 58 [^:]*:60: Error: writeback value should be an immediate constant at operand 2 -- `st2 {v0.4s,v1.4s}… 89 [^:]*:91: Error: invalid floating-point constant at operand 2 -- `fmov s0,0x42000000'
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | crange1.s | 72 ! This section mixes SHcompact and SHmedia code, and has a constant 75 ! is emitted for the SHcompact constant pool: there's normally one such
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | bad-size.err | 3 .*bad-size\.s:.* Error: \.size expression .* does not evaluate to a constant
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | jump-c.s | 1 % JMP with a large constant must not fail
|
D | geta-c.s | 1 % GETA with a large constant must not fail
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | rd-v32-i1.s | 1 ; Test that addc recognizes constant operands; [pc+]
|
D | range-err-2.s | 1 ; Test error cases for constant ranges.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | reloc-bad-3.s | 2 # that divisibility checks for constant values are only applicable to 3 # load and store offsets, not ADDA, because constant values are
|