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

  /toolchain/binutils/binutils-2.27/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:__anon5125
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-h8300.c 67 int noperands; member in struct:h8_instruction
321 pi->noperands = 0;
322 while (pi->noperands < 3 && p->args.nib[pi->noperands] != (op_type) E)
323 pi->noperands++;
338 pi->noperands = 0;
898 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand)
902 switch (noperands)
1077 int noperands = 0; local
1085 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 2584 int noperands, opi; local
4010 int noperands; local
12521 int noperands = xtensa_opcode_num_operands (isa, opcode); local
12914 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 446 milliseconds