Lines Matching defs:vb
2402 #define vsldoi(vt, va, vb, sh) vsldoi_(vt, va, vb, sh) argument
2409 #define vcipher(vt, va, vb) vcipher_(vt, va, vb) argument
2410 #define vcipherlast(vt, va, vb) vcipherlast_(vt, va, vb) argument
2411 #define vncipher(vt, va, vb) vncipher_(vt, va, vb) argument
2412 #define vncipherlast(vt, va, vb) vncipherlast_(vt, va, vb) argument
2413 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc) argument
2414 #define vpmsumd(vt, va, vb) vpmsumd_(vt, va, vb) argument
2415 #define xxpermdi(vt, va, vb, d) xxpermdi_(vt, va, vb, d) argument
2439 #define vsldoi_(vt, va, vb, sh) "\tvsldoi\t" #vt "," #va "," #vb "," #sh "\n" argument
2446 #define vcipher_(vt, va, vb) "\tvcipher\t" #vt "," #va "," #vb "\n" argument
2447 #define vcipherlast_(vt, va, vb) "\tvcipherlast\t" #vt "," #va "," #vb "\n" argument
2448 #define vncipher_(vt, va, vb) "\tvncipher\t" #vt "," #va "," #vb "\n" argument
2449 #define vncipherlast_(vt, va, vb) "\tvncipherlast\t" #vt "," #va "," #vb "\n" argument
2450 #define vperm_(vt, va, vb, vc) "\tvperm\t" #vt "," #va "," #vb "," #vc "\n" argument
2451 #define vpmsumd_(vt, va, vb) "\tvpmsumd\t" #vt "," #va "," #vb "\n" argument
2452 #define xxpermdi_(vt, va, vb, d) "\txxpermdi\t" #vt "," #va "," #vb "," #d "\n" argument