Searched refs:opc2 (Results 1 – 12 of 12) sorted by relevance
554 (define-pmacro (binary-int-op name insn comment opc1 opc2 op arg1 arg2)559 (+ opc1 opc2 arg1 arg2)571 (define-pmacro (binary-int-op-n name insn comment opc1 opc2 op arg1 arg2)576 (+ opc1 opc2 arg1 arg2)584 (define-pmacro (binary-int-op-c name insn comment opc1 opc2 op arg1 arg2)589 (+ opc1 opc2 arg1 arg2)614 (define-pmacro (int-cmp name insn comment opc1 opc2 arg1 arg2)619 (+ opc1 opc2 arg1 arg2)636 (define-pmacro (binary-logical-op name insn comment opc1 opc2 op arg1 arg2)641 (+ opc1 opc2 arg1 arg2)[all …]
2865 (define-pmacro (src-2-S-operands mach xmode base opc1 opc2 opc3)2890 (encoding (+ ((.sym f- base -2) opc2) Dsp-8-s8))2891 (ifield-assertion (eq (.sym f- base -2) opc2))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 …]
227 (define-pmacro (fmax-conv op opc1 opc2 opnd1 opnd2 sem)233 (f-fmax-16-4 opc2) opnd2 (f-fmax-24-4 0) (f-fmax-30-1 0) (f-fmax-31-1 0))
68 #define insn_x(opcd, rt, ra, rb, opc2) \ argument73 | (((unsigned (opc2)) & 0x3FF) << 1))75 #define insn_xo(opcd, rt, ra, rb, oe, rc, opc2) \ argument81 | (((unsigned (opc2)) & 0x1FF) << 1) \
12893 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; in arm_record_vfp_data_proc_insn() local12900 opc2 = bits (arm_insn_r->arm_insn, 16, 19); 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()13036 if ((opc2 == 0x08) || (opc2 & 0x0e) == 0x0c) in arm_record_vfp_data_proc_insn()13049 else if ((opc2 & 0x0e) == 0x0a || (opc2 & 0x0e) == 0x0e) in arm_record_vfp_data_proc_insn()13057 else if ((opc2 & 0x0e) == 0x02) in arm_record_vfp_data_proc_insn()[all …]
2620 opcodes_eq (struct ia64_opcode *opc1, struct ia64_opcode *opc2) in opcodes_eq() argument2625 if ((opc1->mask != opc2->mask) || (opc1->type != opc2->type) in opcodes_eq()2626 || (opc1->num_outputs != opc2->num_outputs) in opcodes_eq()2627 || (opc1->flags != opc2->flags)) in opcodes_eq()2631 if (opc1->operands[x] != opc2->operands[x]) in opcodes_eq()2635 plen2 = get_prefix_len (opc2->name); in opcodes_eq()2637 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0)) in opcodes_eq()
350 dnl reg1,reg2,reg3,opc1,opc2354 dnl (reg1),reg2,reg3,opc1,opc2360 dnl off,(reg1),reg2,reg3,opc1,opc2
9630 int opc2; member9698 && inst.operands[5].imm == r->opc2) in do_co_reg()