Home
last modified time | relevance | path

Searched defs:LA (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm-project/clang/test/CodeGen/X86/
Dsse42-builtins.c9 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra()
15 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc()
21 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri()
27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm()
33 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro()
39 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs()
45 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
/external/clang/test/CodeGen/
Dsse42-builtins.c11 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra()
17 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc()
23 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri()
29 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm()
35 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro()
41 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs()
47 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DANTLRStringStream.pm19 sub LA : Test(5) { subroutine
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp73 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local
75 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local
77 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRStringStream.pm106 sub LA { method in ANTLR::Runtime::ANTLRStringStream
DCommonTokenStream.pm275 sub LA { subroutine
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug-types-line-tables.s126 .LA: label
Dlimit-debug-info.s125 .LA: label
DDW_AT_declaration-with-children.s205 .LA: label
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/
DUtil.py4 import numpy.linalg as LA namespace
DGroundTruth.py4 import numpy.linalg as LA namespace
DHornSchunck.py4 import numpy.linalg as LA namespace
DMotionEST.py4 import numpy.linalg as LA namespace
/external/llvm-project/clang/lib/Headers/
Dsmmintrin.h1740 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1799 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
2102 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2156 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2209 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2264 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument
2318 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
/external/clang/lib/Headers/
Dsmmintrin.h420 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
424 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
446 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
450 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
454 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
458 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument
462 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp72 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local
74 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local
76 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DIntStream.java41 int LA(int i); in LA() method
DUnbufferedTokenStream.java78 public int LA(int i) { return LT(i).getType(); } in LA() method in UnbufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIIntStream.cs53 int LA(int i); in LA() method
DUnbufferedTokenStream.cs92 public int LA(int i) { in LA() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DIIntStream.cs52 int LA( int i ); in LA() method
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as94 public function LA(i:int):int { method in org.antlr.runtime.ANTLRStringStream
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DANTLRStringStream.js111 LA: function(i) { method
/external/libffi/src/mips/
Dffitarget.h162 # define LA dla macro
166 # define LA la macro
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h162 # define LA dla macro
166 # define LA la macro

1234