Home
last modified time | relevance | path

Searched refs:sym32 (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Dbrokw-3b.s43 .word sym32 - .
104 sym32: moveq -32,r0 label
Dbrokw-3.s42 .word sym32 - sym2
101 sym32: moveq -32,r0 label
Drd-bkw3b.d90 d8: bf0e 3681 0000 ba 820e <sym32>
247 0000820e <sym32>:
Dbrokw-3.d81 [ ]+bc:[ ]+3f0d b481 0000[ ]+jump[ ]+(0x81b4|81b4 <sym32>)
206 0+81b4 <sym32>:
Drd-brokw-pic-3.d164 0+8208 <sym32>:
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dldstla-sym32.s159 .set sym32 define
Dldstla-n64-sym32.d3 #name: MIPS ld-st-la with sym32
4 #source: ldstla-sym32.s
904 # with sym32 off
Dldstla-eabi64.d4 #source: ldstla-sym32.s
616 # with sym32 off (has no effect for EABI64)
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-mips.texi415 @itemx -mno-sym32
417 @cindex -mno-sym32
418 Equivalent to adding @code{.set sym32} or @code{.set nosym32} to
579 @kindex @code{.set sym32}
607 You can use the @code{.set sym32} directive to tell the assembler
613 .set sym32
623 The directive @code{.set nosym32} ends a @code{.set sym32} block and
626 @option{-mno-sym32}.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20053470 * config/tc-mips.c (mips_set_options): Add sym32 field.
3484 (md_longopts): Add entries for -msym32 and -mno-sym32.
3487 (s_mipsset): Handle ".set sym32" and ".set nosym32".
3490 * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
3491 -msym32 and -mno-sym32.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c251 bfd_boolean sym32; member
480 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
14352 file_mips_opts.sym32 = TRUE; in md_parse_option()
14356 file_mips_opts.sym32 = FALSE; in md_parse_option()
15729 mips_opts.sym32 = TRUE; in parse_code_option()
15731 mips_opts.sym32 = FALSE; in parse_code_option()
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-20051263 * gas/mips/ldstla-{sym32.s, eabi64.d, n64-sym32.d}: New tests.
DChangeLog-2012898 * gas/mips/ldstla-n64-sym32.d: Likewise.
1282 * gas/mips/ldstla-n64-sym32.d: Likewise.