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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 1312 int n_ops; \/* Number of operands. *\/ local
1597 int n_ops; local
1649 oP->num_ops, n_ops); local
2232 int n_ops; \/* Number of operands. *\/ local
    [all...]
tc-rl78.c 61 int n_ops; member in struct:rl78_bytesT
92 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
185 char * ip = rl78_bytes.ops + rl78_bytes.n_ops;
192 rl78_bytes.n_ops += 4;
199 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff;
220 rl78_op_fixup (exp, rl78_bytes.n_ops * 8, nbytes * 8, type);
221 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes);
222 rl78_bytes.n_ops += nbytes;
532 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops;
552 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
    [all...]
tc-rx.c 697 int n_ops;
722 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
753 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
932 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
947 char * ip = rx_bytes.ops + rx_bytes.n_ops;
961 rx_bytes.n_ops += 4;
980 rx_op_fixup (exp, rx_bytes.n_ops * 8, nbytes * 8, type);
981 memset (rx_bytes.ops + rx_bytes.n_ops, 0, nbytes);
982 rx_bytes.n_ops += nbytes;
1111 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops;
696 int n_ops; member in struct:rx_bytesT
    [all...]

Completed in 1723 milliseconds