Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Ddisasm.c35 } asm_op; typedef
358 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 …]
/third_party/ltp/tools/sparse/sparse-src/
Dparse.c346 static struct symbol_op asm_op = { variable
531 A("asm", &asm_op),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td3916 class t2CPS<dag iops, string asm_op> : T2XI<(outs), iops, NoItinerary,
3917 !strconcat("cps", asm_op), []>,