Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 25 of 66) sorted by relevance

123

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-formats.h21 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ argument
24 { OP_INT, SIZE, LSB }, MAX_VAL, 0, SHIFT, PRINT_HEX \
29 #define UINT(SIZE, LSB) \ argument
30 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, FALSE)
32 #define SINT(SIZE, LSB) \ argument
33 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, FALSE)
35 #define HINT(SIZE, LSB) \ argument
36 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, TRUE)
38 #define BIT(SIZE, LSB, BIAS) \ argument
41 { OP_INT, SIZE, LSB }, (1 << (SIZE)) - 1, BIAS, 0, TRUE \
[all …]
Dh8300-dis.c84 switch (looking_for & SIZE) in extract_immediate()
136 if ((looking_for & SIZE) == L_16) in extract_immediate()
186 if ((x & SIZE) == L_3 || (x & SIZE) == L_3NZ) in print_one_arg()
202 switch (x & SIZE) in print_one_arg()
219 switch (x & SIZE) in print_one_arg()
267 if ((x & SIZE) == L_16 || in print_one_arg()
268 (x & SIZE) == L_16U) in print_one_arg()
504 else if ((looking_for & SIZE) == L_5) in bfd_h8_disassemble()
509 else if ((looking_for & SIZE) == L_4) in bfd_h8_disassemble()
514 else if ((looking_for & SIZE) == L_16 in bfd_h8_disassemble()
[all …]
Davr-dis.c39 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \ argument
40 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN},
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dsize-2.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
9 movl $zzz@SIZE, %eax
10 movl $zzz@SIZE - 32, %eax
11 movl $zzz@SIZE + 32, %eax
24 .long xxx@SIZE - 1
[all …]
Dsize-1.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
9 movl $zzz@SIZE, %eax
10 movl $zzz@SIZE - 32, %eax
11 movl $zzz@SIZE + 32, %eax
25 .long xxx@SIZE - 1
[all …]
Dsize-4.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
19 .long xxx@SIZE - 1
20 .long yyy@SIZE + 2
Dsize-3.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
21 .long xxx@SIZE - 1
22 .long yyy@SIZE + 2
Dx86-64-size-5.s3 movq $xxx@SIZE, %r15
4 movq $xxx@SIZE - 8, %r15
5 movq $xxx@SIZE + 8, %r15
19 .quad xxx@SIZE - 1
20 .quad yyy@SIZE + 200
21 .quad zzz@SIZE
Dx86-64-size-inval-1.s5 movl $xxx@SIZE + 100, %eax
6 movl $yyy@SIZE - 100, %eax
10 .long xxx@SIZE + 100
11 .long yyy@SIZE - 100
Dx86-64-size-inval-1.l13 [ ]*5[ ]+\?\?\?\? B85E0000 movl \$xxx@SIZE \+ 100, %eax
15 [ ]*6[ ]+\?\?\?\? B8ECFFFF movl \$yyy@SIZE - 100, %eax
20 [ ]*10[ ]+\?\?\?\? 5E000000 \.long xxx@SIZE \+ 100
21 [ ]*11[ ]+\?\?\?\? ECFFFFFF \.long yyy@SIZE - 100
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/
Dsize32-1.s5 .long xxx@SIZE
6 .long xxx@SIZE-30
7 .long xxx@SIZE+30
8 .long yyy@SIZE
9 .long zzz@SIZE
Dsize64-1.s5 .quad xxx@SIZE
6 .quad xxx@SIZE-30
7 .quad xxx@SIZE+30
8 .quad yyy@SIZE
9 .quad zzz@SIZE
Dsize32-2.s18 .long xxx@SIZE
19 .long yyy@SIZE
20 .long zzz@SIZE
21 .long zzz@SIZE-30
22 .long zzz@SIZE+30
Dsize64-2.s18 .quad xxx@SIZE
19 .quad yyy@SIZE
20 .quad zzz@SIZE
21 .quad zzz@SIZE-30
22 .quad zzz@SIZE+30
Dsize32-3a.s5 .long xxx@SIZE
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Dsize.exp24 if {[which $SIZE] == 0} then {
25 perror "$SIZE does not exist"
30 send_user "Version [binutil_version $SIZE]"
48 set got [binutils_run $SIZE "$SIZEFLAGS $testfile"]
67 set got [binutils_run $SIZE "$SIZEFLAGS -A ${testfile}"]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c514 *mode &= ~SIZE; in skip_colonthing()
658 int size = op->mode & SIZE; in get_operand()
670 op->mode = (op->mode & ~SIZE) | L_16; in get_operand()
677 op->mode = (op->mode & ~SIZE) | L_8; in get_operand()
726 if (((mode & SIZE) != PSIZE) in get_operand()
728 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
838 if (((mode & SIZE) != PSIZE) in get_operand()
840 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
848 if (((mode & SIZE) != PSIZE) in get_operand()
850 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
[all …]
Dtc-moxie.h47 #define md_section_align(SEGMENT, SIZE) (SIZE) argument
Dtc-pj.h38 #define md_section_align(SEGMENT, SIZE) (SIZE) argument
Dtc-z80.h103 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-msp430.h106 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-cris.h155 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) do { } while (0) argument
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/
Ddefault.exp30 if ![info exists SIZE] then {
31 set SIZE [findfile $base_dir/size]
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c261 #define ELF_FETCH_SIZED_FIELD(TYPEFUNCS, SIZE, STRUCTTYPE, BUFFER, \ argument
264 Elf ## SIZE ## _External_ ## STRUCTTYPE, \
293 #define ELF_SET_SIZED_FIELD(TYPEFUNCS, SIZE, STRUCTTYPE, BUFFER, FIELD, \ argument
296 Elf ## SIZE ## _External_ ## STRUCTTYPE, \
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Doverlay-size.t10 SIZE VMA LMA

123