HomeSort by relevance Sort by last modified time
    Searched refs:IMMED (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
itbl-parse.y 143 ftype -> [ type | 'immed' | 'addr' ]
144 ; 'immed' specifies an immediate value; see grammar for "val" above
185 p3 func fee 0x1f:24-20 dreg:17-13 creg:12-8 immed:7-0
197 COPz CO fun dreg creg immed
289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
344 | IMMED
346 DBGL2 (("immed\n"));
347 $$ = IMMED;
itbl-lex.l 53 "immed"|"IMMED" {
54 return IMMED;
itbl-ops.c 56 * "p3 insn pig 0x1:24-21 dreg:20-16 immed:15-0"
121 e_type type; /* dreg/creg/greg/immed/symb */
546 /* If not a symbol, fall thru to IMMED */
627 /* If not a symbol, fall through to IMMED. */
840 case IMMED:
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 304 IMMED = 1,
tc-m68k.c     [all...]
m68k-parse.y 184 op->mode = IMMED;
189 op->mode = IMMED;
tc-sparc.c     [all...]
tc-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 276 #define IMMED F3I (1)
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c     [all...]

Completed in 386 milliseconds