Home
last modified time | relevance | path

Searched defs:ldg (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/
Darmv8.5a-mte-error.s878 ldg sp, [x0, #0] label
879 ldg x0, [x0, x0] label
880 ldg x0, [x0, #4096] label
881 ldg x0, [x0, #-4112] label
882 ldg #1, [x0, #255] label
883 ldg x0, [#1, #255] label
898 ldg label
899 ldg x0 label
900 ldg x0, [#0] label
901 ldg w0, [x1] label
[all …]
Darmv8.5a-mte.s573 ldg X0, [X1, #0] label
574 ldg X2, [sp, #-4096] label
575 ldg x3, [x4, #4080] label
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h139 __host__ __device__ inline T ldg(const T* ptr) { in ldg() function