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

  /toolchain/binutils/binutils-2.27/gas/config/
tc-z8k.c 745 if (opcode->arg_info[0] == CLASS_CC)
757 else if (opcode->arg_info[0] == CLASS_FLAGS)
769 else if (opcode->arg_info[0] == (CLASS_IMM + (ARG_IMM2)))
779 if (opcode->arg_info[0] == CLASS_CC)
794 else if (opcode->arg_info[0] == CLASS_CTRL)
875 if (((mode & CLASS_MASK) == CLASS_IR) && ((this_try->arg_info[i] & CLASS_MASK) == CLASS_IRO))
880 if ((mode & CLASS_MASK) != (this_try->arg_info[i] & CLASS_MASK))
885 if (mode == CLASS_DA && this_try->arg_info[i] == CLASS_DISP)
890 else if (mode == CLASS_BA && this_try->arg_info[i])
896 else if (this_try->arg_info[i] & CLASS_PR
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 395 struct c_arg_info *arg_info; member in union:c_declarator::__anon63381
  /toolchain/binutils/binutils-2.27/opcodes/
z8k-dis.c 538 tabl_datum = z8k_table[instr_data->tabl_index].arg_info[loop];
z8k-opc.h 293 unsigned int arg_info[4]; member in struct:__anon5125
    [all...]
  /external/elfutils/src/
unstrip.c 90 struct arg_info struct
109 struct arg_info *info = state->input;
    [all...]
  /external/mksh/src/
sh.h 1797 struct arg_info { struct
    [all...]

Completed in 303 milliseconds