Home
last modified time | relevance | path

Searched refs:gen_hsa_binary_operation (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c3087 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201631225 * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
H A DChangeLog-201712658 (gen_hsa_binary_operation): Changed operand types to hsa_op_with_type,