Home
last modified time | relevance | path

Searched defs:is_dual (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2329 bool is_dual = (insn_word & 0x4); in print_dget_set() local
2535 bool is_dual = false; in print_dalu() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2329 bool is_dual = (insn_word & 0x4); in print_dget_set() local
2535 bool is_dual = false; in print_dalu() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c4479 bool is_dual = (template->meta_opcode & 0x4) != 0; in parse_dget_set() local
4967 bool is_dual = insn->dsp_width == DSP_WIDTH_DUAL; in parse_dalu() local
H A Dtc-tic54x.c3254 is_dual (struct opstruct *operand) in is_dual() function
H A Dtc-arm.c21721 check_cde_operand (size_t idx, int is_dual) in check_cde_operand()
21777 do_custom_instruction_1 (int is_dual, bool is_accum) in do_custom_instruction_1()
21808 do_custom_instruction_2 (int is_dual, bool is_accum) in do_custom_instruction_2()
21847 do_custom_instruction_3 (int is_dual, bool is_accum) in do_custom_instruction_3()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c4479 bool is_dual = (template->meta_opcode & 0x4) != 0; in parse_dget_set() local
4967 bool is_dual = insn->dsp_width == DSP_WIDTH_DUAL; in parse_dalu() local
H A Dtc-tic54x.c3223 is_dual (struct opstruct *operand) in is_dual() function
H A Dtc-arm.c21701 check_cde_operand (size_t idx, int is_dual) in check_cde_operand()
21757 do_custom_instruction_1 (int is_dual, bool is_accum) in do_custom_instruction_1()
21788 do_custom_instruction_2 (int is_dual, bool is_accum) in do_custom_instruction_2()
21827 do_custom_instruction_3 (int is_dual, bool is_accum) in do_custom_instruction_3()
/netbsd-src/lib/libnvmm/
H A Dlibnvmm_x86.c2275 is_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr) in is_dual() function