/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
got-page-4a.s | 1 .section .rodata.cst4,"aM",@progbits,4
|
got-page-4b.s | 10 .section .rodata.cst4,"aM",@progbits,4
|
got-page-5.s | 21 .section .rodata.cst4,"aM",@progbits,4
|
got-page-6.s | 14 .section .rodata.cst4,"aM",@progbits,4
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
crx.h | 120 cst4, enumerator in enum:__anon108787 205 /* Indicates that instruction can perfom a cst4 mapping. */ 361 /* Structure to hold a cst4 operand mapping. */ 386 /* cst4 operand mapping. */
|
/toolchain/binutils/binutils-2.25/opcodes/ |
crx-opc.c | 32 /* opc8 cst4 r */ \ 33 {NAME, 1, OPC, 24, ARITH_BYTE_INS | CST4MAP, {{cst4,20}, {regr,16}}}, \ 65 /* opc8 cst4 r */ \ 66 {NAME, 1, OPC, 24, ARITH_INS | CST4MAP, {{cst4,20}, {regr,16}}}, \ 166 {{cst4,16}, {regr,12}, {disps9,0}}}, \ 169 {{cst4,16}, {regr,12}, {disps25,0}}} 661 {4, arg_ic, OP_CST4}, /* cst4 */ 699 /* cst4 operand mapping:
|
crx-dis.c | 95 /* Nonzero means a CST4 instruction. */ 666 if (instruction->operands[i].op_type == cst4
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-crx.c | 59 OP_ILLEGAL_CST4, /* Operand is not within CST4 range. */ [all...] |