Searched refs:regop (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i960.c | 123 struct regop; 232 struct regop struct 714 parse_regop (struct regop *regopP, /* Where to put description of register operand. */ in parse_regop() 1065 struct regop regop; /* Description of register operand. */ in mem_fmt() local 1090 parse_regop (®op, args[i], opdesc); in mem_fmt() 1091 instr.opcode |= regop.n << 19; in mem_fmt() 1311 struct regop regop; /* Description of register operand. */ in reg_fmt() local 1319 parse_regop (®op, args[1], oP->operand[0]); in reg_fmt() 1325 regop.n <<= 19; in reg_fmt() 1326 if (regop.special) in reg_fmt() [all …]
|
D | tc-tic30.c | 580 reg *regop = (reg *) hash_find (reg_hash, token); in tic30_operand() local 582 if (regop) in tic30_operand() 584 debug ("Found register operand: %s\n", regop->name); in tic30_operand() 585 if (regop->regtype == REG_ARn) in tic30_operand() 587 else if (regop->regtype == REG_Rn) in tic30_operand() 589 else if (regop->regtype == REG_DP) in tic30_operand() 593 current_op->reg.opcode = regop->opcode; in tic30_operand()
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | i960-dis.c | 42 static void regop (int, int, int, int); 737 regop (m1, s1, src, fp); in reg() 743 regop (m1, s1, src, fp); in reg() 745 regop (m2, s2, src2, fp); in reg() 748 regop (m1, s1, src, fp); in reg() 753 regop (m1, s1, src, fp); in reg() 755 regop (m2, s2, src2, fp); in reg() 826 regop (int mode, int spec, int fp_reg, int fp) in regop() function 886 regop (mode, 0, dest_reg, fp); in dstop() 888 regop (0, mode, dest_reg, fp); in dstop()
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | cris.cpu | 2203 (define-pmacro (cris-get-mem size regop) 2205 (read once, maybe set once) in <regop> or prefixed" 2217 regop 2231 (set regop addr))) 2237 (define-pmacro (cris-set-mem size regop value) 2239 (read once, maybe set once) in <regop> or prefixed." 2250 regop 2277 (set regop addr))))
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0203 | 3240 (struct memS, struct regop): Forward declare.
|