OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOR_IMM_INS
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
cr16.h
167
#define
STOR_IMM_INS
8
crx.h
164
#define
STOR_IMM_INS
9
/toolchain/binutils/binutils-2.25/opcodes/
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}}}
crx-dis.c
617
|| IS_INSN_TYPE (
STOR_IMM_INS
)
/toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c
645
|| IS_INSN_TYPE (
STOR_IMM_INS
))
660
else if (IS_INSN_TYPE (LD_STOR_INS) || IS_INSN_TYPE (
STOR_IMM_INS
)
1028
STOR_IMM_INS
are the only store insns containing a dollar sign ($). */
1030
while (! IS_INSN_TYPE (
STOR_IMM_INS
))
[
all
...]
tc-cr16.c
1044
else if (IS_INSN_TYPE (
STOR_IMM_INS
) || IS_INSN_TYPE (LD_STOR_INS)
[
all
...]
Completed in 59 milliseconds