Searched refs:opc3 (Results 1 – 5 of 5) sorted by relevance
2865 (define-pmacro (src-2-S-operands mach xmode base opc1 opc2 opc3)2905 (encoding (+ ((.sym f- base -2) opc3) Dsp-8-u16))2906 (ifield-assertion (eq (.sym f- base -2) opc3))5988 (define-pmacro (unary16-defn-g mode wstr wbit op opc1 opc2 opc3 sem opg)5990 (+ opc1 opc2 (f-7-1 wbit) opc3 (.sym dst16-16- mode))5993 (define-pmacro (unary16-defn mode wstr wbit op opc1 opc2 opc3 sem)5994 (unary-16-defn-g mode wstr wbit op opc1 opc2 opc3 sem "")5997 (define-pmacro (unary32-defn-g mode wstr wbit op opc1 opc2 opc3 sem opg)6003 … 9) (f-8-4 opc1) (f-15-1 wbit) (.sym dst32-24-absolute-indirect- mode) (f-18-2 opc2) (f-20-4 opc3))6006 … (+ (f-0-4 opc1) (f-7-1 wbit) (.sym dst32-16-Unprefixed- mode) (f-10-2 opc2) (f-12-4 opc3))[all …]
1585 (define-pmacro (cop-stub name insn opc1 opc2 opc3 arg1 arg2)1590 (+ opc1 opc2 opc3 u4c ccc arg1 arg2)1646 (define-pmacro (ext-op name opc1 opc2 opc3 op mode mask)1651 (+ opc1 opc2 opc3 Ri)
12893 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; in arm_record_vfp_data_proc_insn() local12901 opc3 = bits (arm_insn_r->arm_insn, 6, 7); in arm_record_vfp_data_proc_insn()12934 else if (opc1 == 0x02 && !(opc3 & 0x01)) in arm_record_vfp_data_proc_insn()12981 if (!(opc3 & 0x01) || (opc2 == 0x00 && opc3 == 0x01)) in arm_record_vfp_data_proc_insn()12999 else if ((opc2 == 0x01 && opc3 == 0x01) in arm_record_vfp_data_proc_insn()13000 || (opc2 == 0x00 && opc3 == 0x03)) in arm_record_vfp_data_proc_insn()13018 else if (opc2 == 0x01 && opc3 == 0x03) in arm_record_vfp_data_proc_insn()13026 else if (opc2 == 0x07 && opc3 == 0x03) in arm_record_vfp_data_proc_insn()13033 else if (opc3 & 0x01) in arm_record_vfp_data_proc_insn()