Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
Dsha1-armv4-large.S1358 # define INST(a,b,c,d) .byte c,d|0xf,a,b macro
1360 # define INST(a,b,c,d) .byte a,b,c,d|0x10 macro
Dsha256-armv4.S2673 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro
2675 # define INST(a,b,c,d) .byte a,b,c,d macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
Dsha1-armv4-large.S1358 # define INST(a,b,c,d) .byte c,d|0xf,a,b macro
1360 # define INST(a,b,c,d) .byte a,b,c,d|0x10 macro
Dsha256-armv4.S2673 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro
2675 # define INST(a,b,c,d) .byte a,b,c,d macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
Dghashv8-armx.S8 # define INST(a,b,c,d) .byte c,0xef,a,b macro
11 # define INST(a,b,c,d) .byte a,b,c,0xf2 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
Dghashv8-armx.S8 # define INST(a,b,c,d) .byte c,0xef,a,b macro
11 # define INST(a,b,c,d) .byte a,b,c,0xf2 macro
/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1255 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() macro
1442 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() macro
1504 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() macro
1560 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() macro
1631 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() macro
1712 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() macro
1777 #define INST(exec_size, dst_type, src0_type, src1_type, dst_stride, dst_subnr, \ in TEST_P() macro
1855 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() macro
1912 #define INST(exec_size, dst_type, src0_type, src1_type, expected_result) \ in TEST_P() macro
1965 #define INST(dst_type, src0_type, src1_type, read_acc, expected_result) \ in TEST_P() macro
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
Daesv8-armx.S9 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro
12 # define INST(a,b,c,d) .byte a,b,c,d macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
Daesv8-armx.S9 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro
12 # define INST(a,b,c,d) .byte a,b,c,d macro
/third_party/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
/third_party/icu/tools/multi/proj/provider/
DMakefile75 INST=$(M_TMP)/$(P_PREFIX)ins macro
/third_party/vixl/test/aarch32/
Dtest-assembler-aarch32.cc6469 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ argument
6475 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ argument
6479 #define POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ argument
6508 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) \ argument
6540 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) argument
/third_party/python/Lib/
Dpickle.py139 INST = b'i' # build & push class instance variable
/third_party/python/Modules/
D_pickle.c66 INST = 'i', enumerator