/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 1255 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() macro 1263 INST(B, Q, 1, false), in TEST_P() 1264 INST(B, UQ, 1, false), in TEST_P() 1265 INST(B, DF, 1, false), in TEST_P() 1266 INST(UB, Q, 1, false), in TEST_P() 1267 INST(UB, UQ, 1, false), in TEST_P() 1268 INST(UB, DF, 1, false), in TEST_P() 1270 INST(B, Q, 2, false), in TEST_P() 1271 INST(B, UQ, 2, false), in TEST_P() 1272 INST( in TEST_P() 1284 #undef INST TEST_P() macro 1442 #define INST TEST_P() macro 1473 #undef INST TEST_P() macro 1504 #define INST TEST_P() macro 1527 #undef INST TEST_P() macro 1560 #define INST TEST_P() macro 1594 #undef INST TEST_P() macro 1631 #define INST TEST_P() macro 1670 #undef INST TEST_P() macro 1712 #define INST TEST_P() macro 1736 #undef INST TEST_P() macro 1777 #define INST TEST_P() macro 1812 #undef INST TEST_P() macro 1855 #define INST TEST_P() macro 1881 #undef INST TEST_P() macro 1912 #define INST TEST_P() macro 1932 #undef INST TEST_P() macro 1965 #define INST TEST_P() macro 1983 #undef INST TEST_P() macro 2015 #define INST TEST_P() macro 2037 #undef INST TEST_P() macro 2158 #define INST TEST_P() macro 2274 #undef INST TEST_P() macro 2347 #define INST TEST_P() macro 2411 #undef INST TEST_P() macro 2481 #define INST TEST_P() macro 2560 #undef INST TEST_P() macro 2635 #define INST TEST_P() macro 2667 #undef INST TEST_P() macro 2717 #define INST TEST_P() macro 2775 #undef INST TEST_P() macro 2847 #define INST TEST_P() macro 2892 #undef INST TEST_P() macro [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 8 # define INST(a,b,c,d) .byte c,0xef,a,b 11 # define INST(a,b,c,d) .byte a,b,c,0xf2 38 INST(0xa8,0x0e,0xa8,0xf2) @ pmull q0,q12,q12 40 INST(0xa9,0x4e,0xa9,0xf2) @ pmull2 q2,q12,q12 41 INST(0xa0,0x2e,0xa0,0xf2) @ pmull q1,q8,q8 47 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase 54 INST(0x26,0x0e,0xa0,0xf2) @ pmull q0,q0,q11 77 INST(0x86,0x0e,0xa8,0xf2) @ pmull q0,q12,q3 @ H.lo·Xi.lo 79 INST(0x87,0x4e,0xa9,0xf2) @ pmull2 q2,q12,q3 @ H.hi·Xi.hi 80 INST( [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghashv8-armx.S | 8 # define INST(a,b,c,d) .byte c,0xef,a,b 11 # define INST(a,b,c,d) .byte a,b,c,0xf2 38 INST(0xa8,0x0e,0xa8,0xf2) @ pmull q0,q12,q12 40 INST(0xa9,0x4e,0xa9,0xf2) @ pmull2 q2,q12,q12 41 INST(0xa0,0x2e,0xa0,0xf2) @ pmull q1,q8,q8 47 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase 54 INST(0x26,0x0e,0xa0,0xf2) @ pmull q0,q0,q11 77 INST(0x86,0x0e,0xa8,0xf2) @ pmull q0,q12,q3 @ H.lo·Xi.lo 79 INST(0x87,0x4e,0xa9,0xf2) @ pmull2 q2,q12,q3 @ H.hi·Xi.hi 80 INST( [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.h | 51 #define TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ 52 ((INST)->Dst[0].Register.WriteMask & (1 << (CHAN))) 54 #define TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\ 55 if (TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )) 57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ 59 TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN ) 61 #define TGSI_IS_DST1_CHANNEL_ENABLED( INST, CHAN )\ 62 ((INST)->Dst[1].Register.WriteMask & (1 << (CHAN))) 64 #define TGSI_IF_IS_DST1_CHANNEL_ENABLED( INST, CHAN )\ 65 if (TGSI_IS_DST1_CHANNEL_ENABLED( INST, CHA [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha1-armv4-large.S | 1358 # define INST(a,b,c,d) .byte c,d|0xf,a,b 1360 # define INST(a,b,c,d) .byte a,b,c,d|0x10 1392 INST(0xc0,0x62,0xb9,0xf3) @ sha1h q3,q0 @ 0 1393 INST(0x68,0x0c,0x02,0xe2) @ sha1c q0,q1,q12 1395 INST(0x4c,0x8c,0x3a,0xe2) @ sha1su0 q4,q5,q6 1396 INST(0xc0,0x42,0xb9,0xf3) @ sha1h q2,q0 @ 1 1397 INST(0x6a,0x0c,0x06,0xe2) @ sha1c q0,q3,q13 1399 INST(0x8e,0x83,0xba,0xf3) @ sha1su1 q4,q7 1400 INST(0x4e,0xac,0x3c,0xe2) @ sha1su0 q5,q6,q7 1401 INST( [all...] |
H A D | sha256-armv4.S | 2673 # define INST(a,b,c,d) .byte c,d|0xc,a,b 2675 # define INST(a,b,c,d) .byte a,b,c,d 2701 INST(0xe2,0x03,0xfa,0xf3) @ sha256su0 q8,q9 2703 INST(0x68,0x0c,0x02,0xf3) @ sha256h q0,q1,q12 2704 INST(0x68,0x2c,0x14,0xf3) @ sha256h2 q1,q2,q12 2705 INST(0xe6,0x0c,0x64,0xf3) @ sha256su1 q8,q10,q11 2708 INST(0xe4,0x23,0xfa,0xf3) @ sha256su0 q9,q10 2710 INST(0x6a,0x0c,0x02,0xf3) @ sha256h q0,q1,q13 2711 INST(0x6a,0x2c,0x14,0xf3) @ sha256h2 q1,q2,q13 2712 INST( [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha1-armv4-large.S | 1358 # define INST(a,b,c,d) .byte c,d|0xf,a,b 1360 # define INST(a,b,c,d) .byte a,b,c,d|0x10 1392 INST(0xc0,0x62,0xb9,0xf3) @ sha1h q3,q0 @ 0 1393 INST(0x68,0x0c,0x02,0xe2) @ sha1c q0,q1,q12 1395 INST(0x4c,0x8c,0x3a,0xe2) @ sha1su0 q4,q5,q6 1396 INST(0xc0,0x42,0xb9,0xf3) @ sha1h q2,q0 @ 1 1397 INST(0x6a,0x0c,0x06,0xe2) @ sha1c q0,q3,q13 1399 INST(0x8e,0x83,0xba,0xf3) @ sha1su1 q4,q7 1400 INST(0x4e,0xac,0x3c,0xe2) @ sha1su0 q5,q6,q7 1401 INST( [all...] |
H A D | sha256-armv4.S | 2673 # define INST(a,b,c,d) .byte c,d|0xc,a,b 2675 # define INST(a,b,c,d) .byte a,b,c,d 2701 INST(0xe2,0x03,0xfa,0xf3) @ sha256su0 q8,q9 2703 INST(0x68,0x0c,0x02,0xf3) @ sha256h q0,q1,q12 2704 INST(0x68,0x2c,0x14,0xf3) @ sha256h2 q1,q2,q12 2705 INST(0xe6,0x0c,0x64,0xf3) @ sha256su1 q8,q10,q11 2708 INST(0xe4,0x23,0xfa,0xf3) @ sha256su0 q9,q10 2710 INST(0x6a,0x0c,0x02,0xf3) @ sha256h q0,q1,q13 2711 INST(0x6a,0x2c,0x14,0xf3) @ sha256h2 q1,q2,q13 2712 INST( [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 75 INST=$(M_TMP)/$(P_PREFIX)ins macro 96 ALLDIRS=$(INST) $(BUILD) $(SRC) $(GLOUT) $(OUT) $(GLOUT)/$(PLUGLIB) $(OUT)/$(PLUGLIB)/bin 98 INST_ICU=$(PLUGLIB_AVAILABLE:%=$(INST)/%/$(OK)) 293 $(INST)/%/ok: $(BUILD)/%/ok 295 echo "INST " "[" $* "]" 296 mkdir -p $(INST)/$* 314 $(call LOG_COMPILE,$(BUILD)/$*/configure.log,( cd $(BUILD)/$* && env CFLAGS="$(CFLAGS) $(PBLD_EXTRA_FLAGS)" CXXFLAGS="$(CXXFLAGS) $(PBLD_EXTRA_FLAGS)" $(shell $(SUPERCONF) $(TOP)/$(SRC)/$*/$(SOURCE) $*) $(CONFIGURE_OPTS) --srcdir=$(TOP)/$(SRC)/$*/$(SOURCE) --prefix=$(TOP)/$(INST)/$* ))
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 6469 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ 6470 POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ 6471 NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) 6475 #define TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ 6476 POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) 6479 #define POSITIVE_TEST_FORWARD_REFERENCE_INFO(INST, INFO, ASM) \ 6508 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, ASM) \ 6520 printf("Negative test for forward reference failed for %s.\n", INST); \ 6535 printf("Negative test for forward reference failed for %s.\n", INST); \ 6540 #define NEGATIVE_TEST_FORWARD_REFERENCE_INFO(INST, AS [all...] |
/third_party/python/Lib/ |
H A D | pickle.py | 56 "1.1", # Protocol 0 with INST added 139 INST = b'i' # build & push class instance variable 1480 # INST and OBJ differ only in how they get a class object. It's not 1502 dispatch[INST[0]] = load_inst
|
/third_party/python/Modules/ |
H A D | _pickle.c | 78 INST = 'i', enumerator 5883 identifiers are permitted in Python 3.0, since the INST opcode is only in load_inst() 6913 OP(INST, load_inst) in load()
|