Searched refs:GET_TYPE (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dtic30-dis.c31 #define GET_TYPE(insn) (insn & 0x80000000 ? insn & 0xC0000000 : insn & 0xE0000000) macro
72 switch (GET_TYPE (insn_word))
83 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
110 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
130 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
150 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_wor
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dtic30-dis.c33 #define GET_TYPE(insn) (insn & 0x80000000 ? insn & 0xC0000000 : insn & 0xE0000000) macro
74 switch (GET_TYPE (insn_word))
85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_wor
[all...]

Completed in 90 milliseconds