Searched refs:STOR_IMM_INS (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 406 {NAME, 2, 0x360+OPC, 20, STOR_IMM_INS, {{ui4,16}, {abs16,0}}}, \ 408 {NAME, 3, 0x370+OPC, 20, STOR_IMM_INS, {{ui4,16}, {abs32,0}}}, \ 410 {NAME, 2, 0x364+OPC, 20, STOR_IMM_INS, {{ui4,16}, {rbase_disps12,12}}}, \ 412 {NAME, 3, 0x374+OPC, 20, STOR_IMM_INS, {{ui4,16}, {rbase_disps28,12}}}, \ 414 {NAME, 2, 0x36C+OPC, 20, STOR_IMM_INS, {{ui4,16}, {rindex_disps6,0}}}, \ 416 {NAME, 3, 0x37C+OPC, 20, STOR_IMM_INS, {{ui4,16}, {rindex_disps22,0}}}
|
D | crx-dis.c | 617 || IS_INSN_TYPE (STOR_IMM_INS) in print_arg()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | crx.h | 164 #define STOR_IMM_INS 9 macro
|
D | cr16.h | 167 #define STOR_IMM_INS 8 macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-crx.c | 645 || IS_INSN_TYPE (STOR_IMM_INS)) in process_label_constant() 660 else if (IS_INSN_TYPE (LD_STOR_INS) || IS_INSN_TYPE (STOR_IMM_INS) in process_label_constant() 1030 while (! IS_INSN_TYPE (STOR_IMM_INS)) in handle_LoadStor()
|
D | tc-cr16.c | 1044 else if (IS_INSN_TYPE (STOR_IMM_INS) || IS_INSN_TYPE (LD_STOR_INS) in process_label_constant()
|