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

  /toolchain/binutils/binutils-2.25/opcodes/
xtensa-dis.c 139 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
239 noperands = xtensa_opcode_num_operands (isa, opc);
241 for (i = 0; i < noperands; i++)
z8k-dis.c 532 loop_limit = z8k_table[instr_data->tabl_index].noperands;
z8k-opc.h 295 int noperands; member in struct:__anon75987
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 61 int noperands; member in struct:h8_instruction
316 pi->noperands = 0;
317 while (pi->noperands < 3 && p->args.nib[pi->noperands] != (op_type) E)
318 pi->noperands++;
333 pi->noperands = 0;
893 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand)
897 switch (noperands)
1072 int noperands = 0; local
1080 while (noperands < 3 && operands[noperands].mode != 0
    [all...]
tc-z8k.c 735 switch (opcode->noperands)
862 unsigned int noperands = opcode->noperands; local
871 for (i = 0; i < noperands; i++)
    [all...]
tc-xtensa.c 2533 int noperands, opi; local
3959 int noperands; local
11951 int noperands = xtensa_opcode_num_operands (isa, opcode); local
12344 int noperands = xtensa_opcode_num_operands (isa, opcode); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 448 void, (FILE *file, rtx insn, rtx *opvec, int noperands),
    [all...]

Completed in 226 milliseconds