Lines Matching refs:OVR

230 # define OVR(n) asm ( "override v" #n )  macro
231 # define OVR_SFP(n) OVR(n ## sd); OVR(n ## ss)
235 # define OVR_BW(n) OVR(p ## n ## b); OVR(p ## n ## w)
239 # define OVR_DQ(n) OVR(p ## n ## d); OVR(p ## n ## q)
240 # define OVR_VFP(n) OVR(n ## pd); OVR(n ## ps)
263 OVR(extractps);
270 OVR(insertps);
277 OVR(movd);
278 OVR(movq);
281 OVR(movhlps);
282 OVR(movhpd);
283 OVR(movhps);
284 OVR(movlhps);
285 OVR(movlpd);
286 OVR(movlps);
343 OVR(aesdec);
344 OVR(aesdeclast);
345 OVR(aesenc);
346 OVR(aesenclast);
347 OVR(cvtpd2dqx);
348 OVR(cvtpd2dqy);
349 OVR(cvtpd2psx);
350 OVR(cvtpd2psy);
351 OVR(cvtph2ps);
352 OVR(cvtps2dq);
353 OVR(cvtps2pd);
354 OVR(cvtps2ph);
355 OVR(cvtsd2ss);
356 OVR(cvtsd2si);
357 OVR(cvtsd2sil);
358 OVR(cvtsd2siq);
359 OVR(cvtsi2sd);
360 OVR(cvtsi2sdl);
361 OVR(cvtsi2sdq);
362 OVR(cvtsi2ss);
363 OVR(cvtsi2ssl);
364 OVR(cvtsi2ssq);
365 OVR(cvtss2sd);
366 OVR(cvtss2si);
367 OVR(cvtss2sil);
368 OVR(cvtss2siq);
369 OVR(cvttpd2dqx);
370 OVR(cvttpd2dqy);
371 OVR(cvttps2dq);
372 OVR(cvttsd2si);
373 OVR(cvttsd2sil);
374 OVR(cvttsd2siq);
375 OVR(cvttss2si);
376 OVR(cvttss2sil);
377 OVR(cvttss2siq);
378 OVR(gf2p8mulb);
379 OVR(movddup);
380 OVR(movntdq);
381 OVR(movntdqa);
382 OVR(movshdup);
383 OVR(movsldup);
384 OVR(pclmulqdq);
385 OVR(permd);
386 OVR(permq);
387 OVR(pmovsxbd);
388 OVR(pmovsxbq);
389 OVR(pmovsxdq);
390 OVR(pmovsxwd);
391 OVR(pmovsxwq);
392 OVR(pmovzxbd);
393 OVR(pmovzxbq);
394 OVR(pmovzxdq);
395 OVR(pmovzxwd);
396 OVR(pmovzxwq);
397 OVR(pmulld);
398 OVR(pmuldq);
399 OVR(pmuludq);
400 OVR(pshufd);
401 OVR(punpckhdq);
402 OVR(punpckhqdq);
403 OVR(punpckldq);
404 OVR(punpcklqdq);
408 OVR(pextrb);
409 OVR(pextrw);
410 OVR(pinsrb);
411 OVR(pinsrw);
413 OVR(packssdw);
414 OVR(packsswb);
415 OVR(packusdw);
416 OVR(packuswb);
417 OVR(palignr);
418 OVR(pmaddubsw);
419 OVR(pmaddwd);
420 OVR(pmovsxbw);
421 OVR(pmovzxbw);
422 OVR(pmulhrsw);
423 OVR(pmulhuw);
424 OVR(pmulhw);
425 OVR(pmullw);
426 OVR(psadbw);
427 OVR(pshufb);
428 OVR(pshufhw);
429 OVR(pshuflw);
430 OVR(pslldq);
431 OVR(psrldq);
432 OVR(punpckhbw);
433 OVR(punpckhwd);
434 OVR(punpcklbw);
435 OVR(punpcklwd);
443 OVR(pextrd);
444 OVR(pextrq);
445 OVR(pinsrd);
446 OVR(pinsrq);
448 OVR(pmullq);
460 # undef OVR