Searched refs:prefetchw (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86Instr3DNow.td | 97 def PREFETCHW : I<0x0D, MRM1m, (outs), (ins i8mem:$addr), "prefetchw\t$addr",
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc-zone.c | 85 #define prefetchw(X) ((void) X) macro 88 #define prefetchw(X) __builtin_prefetch (X, 1, 3) macro 1213 prefetchw (result); in ggc_alloc_zone_stat()
|
| H A D | ChangeLog-2001 | 1815 (prefetch_sse, prefetch_3dnow, prefetchw): Combine to use new 9817 pfmaxv23sf3, pfminv2sf3, mulv2sf3, femms, prefetch_3dnow, prefetchw,
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ChangeLog-9899 | 870 (grps): Add GRP14 entries for prefetch, prefetchw.
|
| H A D | i386-opc.tbl | 1416 prefetchw, 1, 0xf0d, 0x1, Cpu3dnow, Modrm|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSu…
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.md | 21074 return "prefetchw\t%a0"; 21088 return "prefetchw\t%a0";
|