Searched refs:_g0 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-diff-relocs.s | 14 _g0: label 60 movl %eax,_g0(%rip) 106 .quad _g0 110 .quad L0 - _g0 111 .quad _g1 - _g0 112 .quad L1 - _g0
|
D | bss.s | 7 .globl _g0 symbol 9 _g0: label
|
D | zerofill-5.s | 7 .zerofill __DATA,__bss,_g0,8,3
|
/external/llvm/test/MC/COFF/ |
D | bss.s | 7 .globl _g0 symbol 9 _g0: label
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 611 .globl _g0 symbol 616 mov rbx, qword ptr [_g0] 617 mov rcx, qword ptr [_g0 + 8]
|
/external/opencv3/modules/imgproc/src/ |
D | smooth.cpp | 2842 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 ()()
|