Lines Matching refs:gen_hsa_binary_operation
3087 gen_hsa_binary_operation (int opcode, hsa_op_reg *dest, in gen_hsa_binary_operation() function
3234 gen_hsa_binary_operation (code1, op1, src, shift1, hbb); in gen_hsa_insns_for_operation_assignment()
3235 gen_hsa_binary_operation (code2, op2, src, shift2, hbb); in gen_hsa_insns_for_operation_assignment()
3236 gen_hsa_binary_operation (BRIG_OPCODE_OR, dest, op1, op2, hbb); in gen_hsa_insns_for_operation_assignment()
3396 gen_hsa_binary_operation (opcode, dest, op1, op2, hbb); in gen_hsa_insns_for_operation_assignment()
4087 gen_hsa_binary_operation (BRIG_OPCODE_MUL, tmp, in multiply_grid_dim_characteristics()
4090 gen_hsa_binary_operation (BRIG_OPCODE_MUL, dest, tmp, in multiply_grid_dim_characteristics()
4150 gen_hsa_binary_operation (BRIG_OPCODE_MUL, tmp1, in gen_get_team_num()
4154 gen_hsa_binary_operation (BRIG_OPCODE_MUL, tmp2, tmp1, in gen_get_team_num()
4161 gen_hsa_binary_operation (BRIG_OPCODE_MUL, tmp3, in gen_get_team_num()
4165 gen_hsa_binary_operation (BRIG_OPCODE_ADD, tmp4, tmp3, tmp2, hbb); in gen_get_team_num()
4169 gen_hsa_binary_operation (BRIG_OPCODE_ADD, dest, tmp4, in gen_get_team_num()
4299 gen_hsa_binary_operation (BRIG_OPCODE_AND, and_reg, arg, c, hbb); in gen_hsa_clrsb()
4313 gen_hsa_binary_operation (BRIG_OPCODE_SHL, shifted_arg, arg, in gen_hsa_clrsb()
4506 gen_hsa_binary_operation (BRIG_OPCODE_MUL, tmp, op1, op2, hbb); in gen_hsa_fma()
4507 gen_hsa_binary_operation (negate3 ? BRIG_OPCODE_SUB : BRIG_OPCODE_ADD, in gen_hsa_fma()
4864 gen_hsa_binary_operation (BRIG_OPCODE_OR, or_reg, src_addr_reg, in expand_memory_copy()
4871 gen_hsa_binary_operation (BRIG_OPCODE_AND, masked, or_reg, in expand_memory_copy()
4911 gen_hsa_binary_operation (BRIG_OPCODE_AND, masked, dst_addr_reg, in expand_memory_set()
5123 gen_hsa_binary_operation (arith, real_dest, dest, op, hbb); in gen_hsa_atomic_for_builtin()