Lines Matching refs:broadcast

341     struct Broadcast_Operation *broadcast;  member
3353 if (i.broadcast) in build_evex_prefix()
4108 if (i.broadcast) in swap_2_operands()
4110 if (i.broadcast->operand == xchg1) in swap_2_operands()
4111 i.broadcast->operand = xchg2; in swap_2_operands()
4112 else if (i.broadcast->operand == xchg2) in swap_2_operands()
4113 i.broadcast->operand = xchg1; in swap_2_operands()
4457 if (i.broadcast) in check_VecOperands()
4464 if (i.broadcast->type != t->opcode_modifier.broadcast in check_VecOperands()
4465 || !i.types[i.broadcast->operand].bitfield.mem in check_VecOperands()
4467 && !i.types[i.broadcast->operand].bitfield.dword in check_VecOperands()
4468 && !i.types[i.broadcast->operand].bitfield.unspecified) in check_VecOperands()
4470 && !i.types[i.broadcast->operand].bitfield.qword in check_VecOperands()
4471 && !i.types[i.broadcast->operand].bitfield.unspecified)) in check_VecOperands()
4475 if (i.broadcast->type == BROADCAST_1TO16) in check_VecOperands()
4477 else if (i.broadcast->type == BROADCAST_1TO8) in check_VecOperands()
4479 else if (i.broadcast->type == BROADCAST_1TO4) in check_VecOperands()
4481 else if (i.broadcast->type == BROADCAST_1TO2) in check_VecOperands()
4487 && !t->operand_types[i.broadcast->operand].bitfield.ymmword) in check_VecOperands()
4489 && !t->operand_types[i.broadcast->operand].bitfield.zmmword)) in check_VecOperands()
4498 else if (t->opcode_modifier.broadcast && i.mem_operands) in check_VecOperands()
4559 if (i.broadcast) in check_VecOperands()
7799 if (i.broadcast) in check_VecOperations()
7824 i.broadcast = &broadcast_op; in check_VecOperations()