/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-rx.texi | 6 @node RX-Dependent 7 @chapter RX Dependent Features 11 @chapter RX Dependent Features 14 @cindex RX support 16 * RX-Opts:: RX Assembler Command Line Options 17 * RX-Modifiers:: Symbolic Operand Modifiers 18 * RX-Directives:: Assembler Directives 19 * RX-Float:: Floating Point 20 * RX-Syntax:: Syntax 23 @node RX-Opts [all …]
|
D | all.texi | 66 @set RX
|
D | c-i370.texi | 146 Use @var{regno} as the base register for all subsequent RX, RS, and SS form
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i370-opc.c | 321 #define RX(op, r1, x2, b2, d2) \ macro 327 #define RX_MASK RX (0xff, 0x0, 0x0, 0x0, 0x0) 665 { "a", 4, {{RX(0x5a,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 666 { "ad", 4, {{RX(0x6a,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 667 { "ae", 4, {{RX(0x7a,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 668 { "ah", 4, {{RX(0x4a,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 669 { "al", 4, {{RX(0x5e,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 670 { "au", 4, {{RX(0x7e,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 671 { "aw", 4, {{RX(0x6e,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, 672 { "bal", 4, {{RX(0x45,0,0,0,0), 0}}, {{RX_MASK, 0}}, I370, {RX_R1, RX_D2, RX_X2, RX_B2} }, [all …]
|
D | ppc-opc.c | 534 #define RX RSO + 1 macro 538 #define ARX RX + 1 6441 {"se_not", SE_R(0,2), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6442 {"se_neg", SE_R(0,3), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6443 {"se_mflr", SE_R(0,8), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6444 {"se_mtlr", SE_R(0,9), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6445 {"se_mfctr", SE_R(0,10), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6446 {"se_mtctr", SE_R(0,11), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6447 {"se_extzb", SE_R(0,12), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, 6448 {"se_extsb", SE_R(0,13), SE_R_MASK, PPCVLE, PPCNONE, {RX}}, [all …]
|
D | mips-dis.c | 2161 && GET_OP (insn, RX) == GET_OP (insn, RY)) in print_insn_mips16() 2169 && GET_OP (insn, RZ) == GET_OP (insn, RX)) in print_insn_mips16()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | byte.d | 3 # The RX target allows quoted ASCII strings inside .byte directives
|
D | align.d | 3 # The RX port will always replace zeros in any aligned area with NOPs,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | section4.d | 3 # The RX port uses non-standard section names.
|
D | group1a.d | 4 # The RX port uses non-standard section names.
|
D | groupautoa.d | 4 # The RX port uses non-standard section names.
|
D | group2.d | 4 # The RX port uses non-standard section names.
|
D | section7.d | 4 # test harness translates ".text" into "P" for the RX...
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | overlay-size.d | 5 # FAILS on the RX because the linker has to set LMA == VMA for the
|
D | rgn-at2.d | 6 # FAILS on the RX because the linker has to set LMA == VMA for the
|
D | rgn-at5.d | 7 # FAILS on the RX because the linker has to set LMA == VMA for the
|
D | rgn-at1.d | 6 # FAILS on the RX because the linker has to set LMA == VMA for the
|
D | rgn-at4.d | 6 # FAILS on the RX because the linker has to set LMA == VMA for the
|
D | rgn-over8-ok.d | 6 # FAILS on the RX because the linker has to set LMA == VMA for the
|
D | rgn-at3.d | 6 # FAILS on the RX because the linker has to set LMA == VMA for the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | extract-symbol-1sec.d | 7 # FAILS on the RX because the linker has to set LMA == VMA for the Renesas loader.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | rex.s | 26 rex.RX
|
D | rex.d | 28 [ ]*[0-9a-f]+:[ ]+46[ ]+rex.RX
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
D | rex.d | 29 [ ]*[0-9a-f]+:[ ]+46[ ]+rex.RX
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | MAINTAINERS | 123 RX DJ Delorie <dj@redhat.com> 124 RX Nick Clifton <nickc@redhat.com>
|