Lines Matching refs:b11

279   def C2_cmpgtu  : T_ALU32_3op_cmp< "cmp.gtu", 0b11, 0, 0>;
1084 def A2_subh_h16_hh : T_XTYPE_ADD_SUB <0b11, 0, 1, 1>;
1090 def A2_addh_h16_hh : T_XTYPE_ADD_SUB <0b11, 0, 1, 0>;
1097 def A2_subh_h16_sat_hh : T_XTYPE_ADD_SUB <0b11, 1, 1, 1>;
1103 def A2_addh_h16_sat_hh : T_XTYPE_ADD_SUB <0b11, 1, 1, 0>;
2367 def M2_mpy_hh_s1: T_M2_mpy<0b11, 0, 0, 1, 0>;
2368 def M2_mpy_hh_s0: T_M2_mpy<0b11, 0, 0, 0, 0>;
2377 def M2_mpyu_hh_s1: T_M2_mpy<0b11, 0, 0, 1, 1>;
2378 def M2_mpyu_hh_s0: T_M2_mpy<0b11, 0, 0, 0, 1>;
2387 def M2_mpy_rnd_hh_s1: T_M2_mpy <0b11, 0, 1, 1, 0>;
2388 def M2_mpy_rnd_hh_s0: T_M2_mpy <0b11, 0, 1, 0, 0>;
2399 def M2_mpy_sat_hh_s1: T_M2_mpy <0b11, 1, 0, 1, 0>;
2400 def M2_mpy_sat_hh_s0: T_M2_mpy <0b11, 1, 0, 0, 0>;
2408 def M2_mpy_sat_rnd_hh_s1: T_M2_mpy <0b11, 1, 1, 1, 0>;
2409 def M2_mpy_sat_rnd_hh_s0: T_M2_mpy <0b11, 1, 1, 0, 0>;
2452 def M2_mpy_acc_hh_s1: T_M2_mpy_acc <0b11, 0, 0, 1, 0>;
2453 def M2_mpy_acc_hh_s0: T_M2_mpy_acc <0b11, 0, 0, 0, 0>;
2462 def M2_mpyu_acc_hh_s1: T_M2_mpy_acc <0b11, 0, 0, 1, 1>;
2463 def M2_mpyu_acc_hh_s0: T_M2_mpy_acc <0b11, 0, 0, 0, 1>;
2472 def M2_mpy_nac_hh_s1: T_M2_mpy_acc <0b11, 0, 1, 1, 0>;
2473 def M2_mpy_nac_hh_s0: T_M2_mpy_acc <0b11, 0, 1, 0, 0>;
2482 def M2_mpyu_nac_hh_s1: T_M2_mpy_acc <0b11, 0, 1, 1, 1>;
2483 def M2_mpyu_nac_hh_s0: T_M2_mpy_acc <0b11, 0, 1, 0, 1>;
2492 def M2_mpy_acc_sat_hh_s1: T_M2_mpy_acc <0b11, 1, 0, 1, 0>;
2493 def M2_mpy_acc_sat_hh_s0: T_M2_mpy_acc <0b11, 1, 0, 0, 0>;
2502 def M2_mpy_nac_sat_hh_s1: T_M2_mpy_acc <0b11, 1, 1, 1, 0>;
2503 def M2_mpy_nac_sat_hh_s0: T_M2_mpy_acc <0b11, 1, 1, 0, 0>;
2537 def M2_mpyd_acc_hh_s0: T_M2_mpyd_acc <0b11, 0, 0, 0>;
2542 def M2_mpyd_acc_hh_s1: T_M2_mpyd_acc <0b11, 0, 1, 0>;
2547 def M2_mpyd_nac_hh_s0: T_M2_mpyd_acc <0b11, 1, 0, 0>;
2552 def M2_mpyd_nac_hh_s1: T_M2_mpyd_acc <0b11, 1, 1, 0>;
2557 def M2_mpyud_acc_hh_s0: T_M2_mpyd_acc <0b11, 0, 0, 1>;
2562 def M2_mpyud_acc_hh_s1: T_M2_mpyd_acc <0b11, 0, 1, 1>;
2567 def M2_mpyud_nac_hh_s0: T_M2_mpyd_acc <0b11, 1, 0, 1>;
2572 def M2_mpyud_nac_hh_s1: T_M2_mpyd_acc <0b11, 1, 1, 1>;
3068 def M2_mpyd_hh_s0: T_M2_mpyd<0b11, 0, 0, 0>;
3073 def M2_mpyd_hh_s1: T_M2_mpyd<0b11, 0, 1, 0>;
3078 def M2_mpyd_rnd_hh_s0: T_M2_mpyd<0b11, 1, 0, 0>;
3083 def M2_mpyd_rnd_hh_s1: T_M2_mpyd<0b11, 1, 1, 0>;
3089 def M2_mpyud_hh_s0: T_M2_mpyd<0b11, 0, 0, 1>;
3094 def M2_mpyud_hh_s1: T_M2_mpyd<0b11, 0, 1, 1>;
4000 def A2_sat : T_S2op_1_id <"sat", 0b11, 0b000>;
4001 def A2_satb : T_S2op_1_ii <"satb", 0b11, 0b111>;
4002 def A2_satub : T_S2op_1_ii <"satub", 0b11, 0b110>;
4003 def A2_sath : T_S2op_1_ii <"sath", 0b11, 0b100>;
4004 def A2_satuh : T_S2op_1_ii <"satuh", 0b11, 0b101>;
4005 def A2_roundsat : T_S2op_1_id <"round", 0b11, 0b001, 0b1>;
4131 def S2_interleave : T_S2op_3 <"interleave", 0b11, 0b101>;
4132 def S2_deinterleave : T_S2op_3 <"deinterleave", 0b11, 0b100>;
4654 defm J2_ploop3s : SPLOOP_ri<"3", 0b11>;
4684 defm J2_jumprltez : J2_jump_compare_0<"<=", 0b11>;
5299 def _acc : T_shift_reg_acc_r <opc1, "+= ", OpNode, add, 0b11, minOp>;
5324 defm S2_lsl : xtype_reg_acc<"lsl", shl, 0b11>;
5444 def S2_lsl_r_p : T_S3op_shift64 < "lsl", shl, 0b11>;
5451 def S2_lsl_r_r : T_S3op_shift32<"lsl", shl, 0b11>;
5487 def S2_vcrotate : T_S3op_shiftVect < "vcrotate", 0b11, 0b00>;
5743 def S2_tableidxd : tableidxRaw<"tableidxd", 0b11>;