Home
last modified time | relevance | path

Searched defs:INST (Results 1 – 16 of 16) sorted by relevance

/external/boringssl/linux-arm/crypto/fipsmodule/
Dsha1-armv4-large.S1367 # define INST(a,b,c,d) .byte c,d|0xf,a,b macro
1369 # define INST(a,b,c,d) .byte a,b,c,d|0x10 macro
Dsha256-armv4.S2686 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro
2688 # define INST(a,b,c,d) .byte a,b,c,d macro
/external/boringssl/ios-arm/crypto/fipsmodule/
Dsha1-armv4-large.S1370 # define INST(a,b,c,d) .byte c,d|0xf,a,b macro
1372 # define INST(a,b,c,d) .byte a,b,c,d|0x10 macro
Dsha256-armv4.S2689 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro
2691 # define INST(a,b,c,d) .byte a,b,c,d macro
/external/clang/test/Rewriter/
Drewrite-modern-throw.m40 @interface INST interface
52 @implementation INST implementation
/external/autotest/client/profilers/powertop/src/po/
DMakefile3 INST= $(SRC:.po=.inst) macro
/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1252 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() macro
1439 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() macro
1501 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() macro
1557 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() macro
1628 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() macro
1709 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() macro
1774 #define INST(exec_size, dst_type, src0_type, src1_type, dst_stride, dst_subnr, \ in TEST_P() macro
1852 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() macro
1909 #define INST(exec_size, dst_type, src0_type, src1_type, expected_result) \ in TEST_P() macro
1962 #define INST(dst_type, src0_type, src1_type, read_acc, expected_result) \ in TEST_P() macro
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueTest.cpp148 #define CHECK_PRINT(INST, STR) \ in TEST() argument
167 #define CHECK_PRINT_AS_OPERAND(INST, TYPE, STR) \ in TEST() argument
/external/llvm/unittests/IR/
DValueTest.cpp137 #define CHECK_PRINT(INST, STR) \ in TEST() argument
156 #define CHECK_PRINT_AS_OPERAND(INST, TYPE, STR) \ in TEST() argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h51 #define TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ argument
54 #define TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ argument
57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ argument
61 #define TGSI_IS_DST1_CHANNEL_ENABLED( INST, CHAN )\ argument
64 #define TGSI_IF_IS_DST1_CHANNEL_ENABLED( INST, CHAN )\ argument
67 #define TGSI_FOR_EACH_DST1_ENABLED_CHANNEL( INST, CHAN )\ argument
/external/clang/test/CodeGenCXX/
Ddllexport.cpp27 #define INST(func) template void func(); macro
289 INST(funcTmplDef<ExplicitInst_Exported>) in INST() function
295 INST(inlineFuncTmpl1<ExplicitInst_Exported>) in INST() function
352 INST(ns::externalFuncTmpl<ExplicitInst_Exported>) in INST() function
/external/python/cpython2/Lib/
Dpickle.py130 INST = 'i' # build & push class instance variable
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc6467 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ argument
6473 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ argument
6477 #define POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ argument
6504 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) \ argument
6534 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) argument
/external/python/cpython3/Lib/
Dpickle.py139 INST = b'i' # build & push class instance variable
/external/python/cpython2/Modules/
DcPickle.c61 #define INST 'i' macro
/external/python/cpython3/Modules/
D_pickle.c65 INST = 'i', enumerator