HomeSort by relevance Sort by last modified time
    Searched refs:jumptable (Results 1 - 10 of 10) sorted by null

  /external/llvm/bindings/go/llvm/
ir_test.go 60 {JumpTableAttribute, "jumptable"},
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc 191 // Compile the system call ranges to an optimized BPF jumptable
192 CodeGen::Node jumptable = AssembleJumpTable(ranges.begin(), ranges.end()); local
197 BPF_LD + BPF_W + BPF_ABS, SECCOMP_NR_IDX, CheckSyscallNumber(jumptable));
  /external/libvpx/libvpx/vpx_dsp/x86/
sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
highbd_subpel_variance_impl_sse2.asm 190 ; FIXME(rbultje) replace by jumptable?
subpel_variance_sse2.asm 208 ; FIXME(rbultje) replace by jumptable?
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
vp9_subpel_variance.asm 232 ; FIXME(rbultje) replace by jumptable?
    [all...]
  /ndk/build/tools/
builder-funcs.sh 629 # add -minline-thumb1-jumptable such that gabi++/stlport/libc++ can be linked
631 SCRATCH_FLAGS="-minline-thumb1-jumptable"
  /external/llvm/lib/AsmParser/
LLLexer.cpp 617 KEYWORD(jumptable);

Completed in 167 milliseconds