Searched refs:MAJOR_OPCODE (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c341 unsigned int major = MAJOR_OPCODE (insn_word);
730 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
818 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1178 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
1179 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
1196 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
1197 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
1198 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
1489 unsigned int swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
1772 bool to_fpu = MAJOR_OPCODE (insn_wor
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c341 unsigned int major = MAJOR_OPCODE (insn_word);
730 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
818 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1178 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
1179 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
1196 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
1197 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
1198 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
1489 unsigned int swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
1772 bool to_fpu = MAJOR_OPCODE (insn_wor
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c341 unsigned int major = MAJOR_OPCODE (insn_word);
730 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
818 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1178 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
1179 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
1196 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
1197 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
1198 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
1489 unsigned int swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
1772 bool to_fpu = MAJOR_OPCODE (insn_wor
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c998 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1398 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
2300 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
2301 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
2331 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
2332 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
2333 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
2913 unsigned int swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
3348 bfd_boolean to_fpu = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4019 bfd_boolean is_get = MAJOR_OPCODE (templat
[all...]
H A Dtc-arc.c46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro
48 #define LP_INSN(x) ((MAJOR_OPCODE (x) == 0x4) \
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c998 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1398 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
2299 bool is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
2300 bool is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
2330 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
2331 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
2332 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
2912 bool swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
3346 bool to_fpu = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4017 bool is_get = MAJOR_OPCODE (templat
[all...]
H A Dtc-arc.c46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro
48 #define LP_INSN(x) ((MAJOR_OPCODE (x) == 0x4) \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c998 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1398 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
2299 bool is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
2300 bool is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
2330 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
2331 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
2332 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
2912 bool swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
3346 bool to_fpu = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4017 bool is_get = MAJOR_OPCODE (templat
[all...]
H A Dtc-arc.c46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro
48 #define LP_INSN(x) ((MAJOR_OPCODE (x) == 0x4) \
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c341 unsigned int major = MAJOR_OPCODE (insn_word);
730 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
818 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1178 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
1179 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
1196 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
1197 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
1198 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
1489 unsigned int swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
1772 bfd_boolean to_fpu = MAJOR_OPCODE (insn_wor
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro

Completed in 330 milliseconds