Home
last modified time | relevance | path

Searched refs:load_funcs (Results 1 – 6 of 6) sorted by relevance

/external/bcc/tests/lua/
Dtest_clang.lua49 local fns = b:load_funcs('BPF_PROG_TYPE_KPROBE')
/external/bcc/src/lua/bcc/
Dbpf.lua143 function Bpf:load_funcs(prog_type) function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp18009 string load_funcs[MATH16_TYPE_LAST]; in createFloat16ArithmeticFuncTest() local
18010 load_funcs[SCALAR] = loadScalarF16FromUint; in createFloat16ArithmeticFuncTest()
18011 load_funcs[VEC2] = loadV2F16FromUint; in createFloat16ArithmeticFuncTest()
18012 load_funcs[VEC3] = loadV3F16FromUints; in createFloat16ArithmeticFuncTest()
18013 load_funcs[VEC4] = loadV4F16FromUints; in createFloat16ArithmeticFuncTest()
18014 load_funcs[MAT2X2] = loadM2x2F16FromUints; in createFloat16ArithmeticFuncTest()
18015 load_funcs[MAT2X3] = loadM2x3F16FromUints; in createFloat16ArithmeticFuncTest()
18016 load_funcs[MAT2X4] = loadM2x4F16FromUints; in createFloat16ArithmeticFuncTest()
18017 load_funcs[MAT3X2] = loadM3x2F16FromUints; in createFloat16ArithmeticFuncTest()
18018 load_funcs[MAT3X3] = loadM3x3F16FromUints; in createFloat16ArithmeticFuncTest()
[all …]
/external/bcc/tests/python/
Dtest_clang.py159 fns = b.load_funcs(BPF.KPROBE)
/external/bcc/src/python/bcc/
D__init__.py341 def load_funcs(self, prog_type=KPROBE): member in BPF
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc10159 void AtomicMemoryWHelper(AtomicMemoryLoadSignature* load_funcs, in AtomicMemoryWHelper() argument
10185 (masm.*(load_funcs[0]))(w0, w10, MemOperand(x20)); in AtomicMemoryWHelper()
10186 (masm.*(load_funcs[1]))(w1, w11, MemOperand(x21)); in AtomicMemoryWHelper()
10187 (masm.*(load_funcs[2]))(w2, w12, MemOperand(x22)); in AtomicMemoryWHelper()
10188 (masm.*(load_funcs[3]))(w3, w13, MemOperand(x23)); in AtomicMemoryWHelper()
10226 void AtomicMemoryXHelper(AtomicMemoryLoadSignature* load_funcs, in AtomicMemoryXHelper() argument
10251 (masm.*(load_funcs[0]))(x0, x10, MemOperand(x20)); in AtomicMemoryXHelper()
10252 (masm.*(load_funcs[1]))(x1, x11, MemOperand(x21)); in AtomicMemoryXHelper()
10253 (masm.*(load_funcs[2]))(x2, x12, MemOperand(x22)); in AtomicMemoryXHelper()
10254 (masm.*(load_funcs[3]))(x3, x13, MemOperand(x23)); in AtomicMemoryXHelper()