Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Ddisasm.c35 } asm_op; typedef
359 static const asm_op vec4_mul_ops[] = {
385 asm_op op = vec4_mul_ops[vec4_mul->op]; in print_vec4_mul()
425 static const asm_op vec4_acc_ops[] = {
452 asm_op op = vec4_acc_ops[vec4_acc->op]; in print_vec4_acc()
487 static const asm_op float_mul_ops[] = {
513 asm_op op = float_mul_ops[float_mul->op]; in print_float_mul()
548 static const asm_op float_acc_ops[] = {
573 asm_op op = float_acc_ops[float_acc->op]; in print_float_acc()
603 static const asm_op combine_ops[] = {
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3688 class t2CPS<dag iops, string asm_op> : T2XI<(outs), iops, NoItinerary,
3689 !strconcat("cps", asm_op), []>,
/external/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), []>,
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td3985 class t2CPS<dag iops, string asm_op> : T2XI<(outs), iops, NoItinerary,
3986 !strconcat("cps", asm_op), []>,