Home
last modified time | relevance | path

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

/external/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s14 _g0: label
60 movl %eax,_g0(%rip)
106 .quad _g0
110 .quad L0 - _g0
111 .quad _g1 - _g0
112 .quad L1 - _g0
Dbss.s7 .globl _g0 symbol
9 _g0: label
Dzerofill-5.s7 .zerofill __DATA,__bss,_g0,8,3
/external/llvm/test/MC/COFF/
Dbss.s7 .globl _g0 symbol
9 _g0: label
/external/llvm/test/MC/X86/
Dintel-syntax.s611 .globl _g0 symbol
616 mov rbx, qword ptr [_g0]
617 mov rcx, qword ptr [_g0 + 8]
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp2842 const __m128 _g0 = _mm_set1_ps(static_cast<float>(g0)); in operator ()() local
2861 __m128 gt = _mm_andnot_ps(_signMask, _mm_sub_ps(_g,_g0)); in operator ()()
3235 const __m128 _g0 = _mm_set1_ps(g0); in operator ()() local
3256 __m128 _gt = _mm_andnot_ps(_signMask,_mm_sub_ps(_g,_g0)); in operator ()()