/external/libhevc/decoder/x86/ |
H A D | ihevcd_fmt_conv_ssse3_intr.c | 109 PREFETCH((char const *)(pu1_uv_src + (0 * src_uv_strd)), _MM_HINT_T0) 110 PREFETCH((char const *)(pu1_uv_src + (1 * src_uv_strd)), _MM_HINT_T0) 111 PREFETCH((char const *)(pu1_uv_src + (2 * src_uv_strd)), _MM_HINT_T0) 112 PREFETCH((char const *)(pu1_uv_src + (3 * src_uv_strd)), _MM_HINT_T0) 113 PREFETCH((char const *)(pu1_uv_src + (4 * src_uv_strd)), _MM_HINT_T0) 114 PREFETCH((char const *)(pu1_uv_src + (5 * src_uv_strd)), _MM_HINT_T0) 115 PREFETCH((char const *)(pu1_uv_src + (6 * src_uv_strd)), _MM_HINT_T0) 116 PREFETCH((char const *)(pu1_uv_src + (7 * src_uv_strd)), _MM_HINT_T0) 134 PREFETCH((char const *)(pu1_uv_src + (8 * src_strd)), _MM_HINT_T0) 135 PREFETCH((cha [all...] |
/external/libavc/common/x86/ |
H A D | ih264_platform_macros.h | 101 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type); macro 103 #define PREFETCH(ptr, type) macro
|
/external/libhevc/common/x86/ |
H A D | ihevc_inter_pred_filters_ssse3_intr.c | 284 PREFETCH((char const *)(pu1_src + (0 * src_strd)), _MM_HINT_T0) 285 PREFETCH((char const *)(pu1_src + (1 * src_strd)), _MM_HINT_T0) 286 PREFETCH((char const *)(pu1_src + (2 * src_strd)), _MM_HINT_T0) 287 PREFETCH((char const *)(pu1_src + (3 * src_strd)), _MM_HINT_T0) 288 PREFETCH((char const *)(pu1_src + (4 * src_strd)), _MM_HINT_T0) 289 PREFETCH((char const *)(pu1_src + (5 * src_strd)), _MM_HINT_T0) 321 PREFETCH((char const *)(pu1_src + (6 * src_strd)), _MM_HINT_T0) 322 PREFETCH((char const *)(pu1_src + (7 * src_strd)), _MM_HINT_T0) 412 PREFETCH((char const *)(pu1_src + (6 * src_strd)), _MM_HINT_T0) 413 PREFETCH((cha [all...] |
H A D | ihevc_platform_macros.h | 165 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type); macro 167 #define PREFETCH(ptr, type) macro
|
/external/mesa3d/src/mesa/x86/ |
H A D | 3dnow_xform3.S | 73 PREFETCH ( REGIND(EAX) ) 147 PREFETCH ( REGIND(EAX) ) 167 PREFETCH ( REGIND(EAX) ) 228 PREFETCH ( REGIND(EAX) ) 229 PREFETCH ( REGIND(EDX) ) 244 PREFETCH ( REGIND(EAX) ) 316 PREFETCH ( REGIND(EAX) ) 392 PREFETCH ( REGIND(EAX) ) 412 PREFETCH ( REGIND(EAX) ) 465 PREFETCH ( REGIN [all...] |
H A D | 3dnow_xform4.S | 73 PREFETCH ( REGIND(EAX) ) 155 PREFETCH ( REGIND(EAX) ) 177 PREFETCH ( REGOFF(32, EAX) ) /* hopefully stride is zero */ 245 PREFETCH ( REGOFF(32, EAX) ) /* hopefully array is tightly packed */ 342 PREFETCH ( REGOFF(32, EAX) ) /* hopefully stride is zero */ 415 PREFETCH ( REGIND(EAX) ) 487 PREFETCH ( REGIND(EAX) ) 550 PREFETCH ( REGIND(EAX) )
|
H A D | 3dnow_normal.S | 129 PREFETCH ( REGIND(EDX) ) 161 PREFETCH ( REGIND(EDI) ) 281 PREFETCH ( REGIND(EDX) ) 325 PREFETCH ( REGIND(EDX) ) 409 PREFETCH ( REGIND(EDX) ) 503 PREFETCH ( REGIND(EDX) ) 572 PREFETCH ( REGIND(EDX) ) 660 PREFETCH ( REGIND(EDX) ) 713 PREFETCH ( REGIND(EAX) ) 724 PREFETCH ( REGIN [all...] |
/external/libavc/common/mips/ |
H A D | ih264_platform_macros.h | 96 #define PREFETCH(ptr, type) macro
|
/external/libmpeg2/common/arm/ |
H A D | icv_platform_macros.h | 98 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libmpeg2/common/armv8/ |
H A D | icv_platform_macros.h | 76 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libmpeg2/common/mips/ |
H A D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libmpeg2/common/x86/ |
H A D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_quarantine.h | 105 PREFETCH(b->batch[i]); 107 PREFETCH(b->batch[i + kPrefetch]);
|
H A D | sanitizer_internal_defs.h | 137 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ macro 152 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) 154 # define PREFETCH(x) __builtin_prefetch(x)
|
H A D | sanitizer_allocator.h | 930 PREFETCH(c->batch[c->count - 1]);
|
/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 680 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand 684 PREFETCH, enumerator in enum:llvm::ISD::NodeType
|
H A D | SelectionDAGNodes.h | 1195 N->getOpcode() == ISD::PREFETCH || 1335 /// INTRINSIC_VOID, INTRINSIC_W_CHAIN, PREFETCH, or a target-specific opcode 1351 N->getOpcode() == ISD::PREFETCH ||
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 314 PREFETCH
|
H A D | SystemZISelLowering.cpp | 263 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); 3243 return DAG.getMemIntrinsicNode(SystemZISD::PREFETCH, DL, 4389 case ISD::PREFETCH: 4521 OPCODE(PREFETCH);
|
/external/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 21 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, ADX, FPCLASS, FPCLASSS, enumerator in enum:llvm::IntrinsicType 89 X86_INTRINSIC_DATA(avx512_gatherpf_dpd_512, PREFETCH, 91 X86_INTRINSIC_DATA(avx512_gatherpf_dps_512, PREFETCH, 93 X86_INTRINSIC_DATA(avx512_gatherpf_qpd_512, PREFETCH, 95 X86_INTRINSIC_DATA(avx512_gatherpf_qps_512, PREFETCH, 198 X86_INTRINSIC_DATA(avx512_scatterpf_dpd_512, PREFETCH, X86::VSCATTERPF0DPDm, 200 X86_INTRINSIC_DATA(avx512_scatterpf_dps_512, PREFETCH, X86::VSCATTERPF0DPSm, 202 X86_INTRINSIC_DATA(avx512_scatterpf_qpd_512, PREFETCH, X86::VSCATTERPF0QPDm, 204 X86_INTRINSIC_DATA(avx512_scatterpf_qps_512, PREFETCH, X86::VSCATTERPF0QPSm,
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 174 PREFETCH,
|
H A D | AArch64ISelLowering.cpp | 403 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); 922 case AArch64ISD::PREFETCH: return "AArch64ISD::PREFETCH"; 1813 return DAG.getNode(AArch64ISD::PREFETCH, DL, MVT::Other, Op.getOperand(0), 2324 case ISD::PREFETCH:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 62 case ISD::PREFETCH: return "Prefetch";
|
H A D | SelectionDAG.cpp | 509 case ISD::PREFETCH: { 4968 Opcode == ISD::PREFETCH ||
|
/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 824 setOperationAction(ISD::PREFETCH, MVT::Other, Expand);
|