Searched defs:is_dual (Results 1 – 9 of 9) sorted by relevance
2329 bool is_dual = (insn_word & 0x4); in print_dget_set() local2535 bool is_dual = false; in print_dalu() local
4479 bool is_dual = (template->meta_opcode & 0x4) != 0; in parse_dget_set() local4967 bool is_dual = insn->dsp_width == DSP_WIDTH_DUAL; in parse_dalu() local
3254 is_dual (struct opstruct *operand) in is_dual() function
21721 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()
3223 is_dual (struct opstruct *operand) in is_dual() function
21701 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()
2275 is_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr) in is_dual() function