Searched refs:asm_op (Results 1 – 3 of 3) sorted by relevance
35 } asm_op; typedef358 static const asm_op vec4_mul_ops[] = {384 asm_op op = vec4_mul_ops[vec4_mul->op]; in print_vec4_mul()424 static const asm_op vec4_acc_ops[] = {451 asm_op op = vec4_acc_ops[vec4_acc->op]; in print_vec4_acc()486 static const asm_op float_mul_ops[] = {512 asm_op op = float_mul_ops[float_mul->op]; in print_float_mul()547 static const asm_op float_acc_ops[] = {572 asm_op op = float_acc_ops[float_acc->op]; in print_float_acc()602 static const asm_op combine_ops[] = {[all …]
346 static struct symbol_op asm_op = { variable531 A("asm", &asm_op),
3916 class t2CPS<dag iops, string asm_op> : T2XI<(outs), iops, NoItinerary,3917 !strconcat("cps", asm_op), []>,