Home
last modified time | relevance | path

Searched refs:a4 (Results 1 – 25 of 211) sorted by relevance

123456789

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h283 #define _cast64_efi_call4(f,a1,a2,a3,a4) \ argument
284 efi_call4(f, (UINT64)(a1), (UINT64)(a2), (UINT64)(a3), (UINT64)(a4))
285 #define _cast64_efi_call5(f,a1,a2,a3,a4,a5) \ argument
286 efi_call5(f, (UINT64)(a1), (UINT64)(a2), (UINT64)(a3), (UINT64)(a4), \
288 #define _cast64_efi_call6(f,a1,a2,a3,a4,a5,a6) \ argument
289 efi_call6(f, (UINT64)(a1), (UINT64)(a2), (UINT64)(a3), (UINT64)(a4), \
291 #define _cast64_efi_call7(f,a1,a2,a3,a4,a5,a6,a7) \ argument
292 efi_call7(f, (UINT64)(a1), (UINT64)(a2), (UINT64)(a3), (UINT64)(a4), \
294 #define _cast64_efi_call8(f,a1,a2,a3,a4,a5,a6,a7,a8) \ argument
297 #define _cast64_efi_call9(f,a1,a2,a3,a4,a5,a6,a7,a8,a9) \ argument
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_debug.h108 #define DB_DEBUG4(func_id, dip, fmt, a1, a2, a3, a4) \ argument
111 (uintptr_t)(a4), 0);
112 #define DB_DEBUG5(func_id, dip, fmt, a1, a2, a3, a4, a5) \ argument
115 (uintptr_t)(a4), (uintptr_t)(a5));
123 #define DB_DEBUG4(func_id, dip, fmt, a1, a2, a3, a4)
124 #define DB_DEBUG5(func_id, dip, fmt, a1, a2, a3, a4, a5)
H A Dpci_debug.h102 #define DEBUG4(flag, dip, fmt, a1, a2, a3, a4) \ argument
105 (uintptr_t)(a4), 0);
106 #define DEBUG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
109 (uintptr_t)(a4), (uintptr_t)(a5));
118 #define DEBUG4(flag, dip, fmt, a1, a2, a3, a4) argument
119 #define DEBUG5(flag, dip, fmt, a1, a2, a3, a4, a5) argument
/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_util.h96 #define PCMU_DBG4(flag, dip, fmt, a1, a2, a3, a4) \ argument
99 (uintptr_t)(a4), 0);
101 #define PCMU_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
104 (uintptr_t)(a4), (uintptr_t)(a5));
114 #define PCMU_DBG4(flag, dip, fmt, a1, a2, a3, a4) argument
115 #define PCMU_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) argument
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.c67 register mp_digit a1, a2, a4; in s_bmul_1x1() local
69 a1 = a & (0x3FFFFFFF); a2 = a1 << 1; a4 = a2 << 1; in s_bmul_1x1()
72 tab[4] = a4; tab[5] = a1^a4; tab[6] = a2^a4; tab[7] = a1^a2^a4; in s_bmul_1x1()
99 register mp_digit a1, a2, a4, a8; in s_bmul_1x1() local
102 a4 = a2 << 1; a8 = a4 << 1; in s_bmul_1x1()
104 tab[ 4] = a4; tab[ 5] = a1^a4; tab[ 6] = a2^a4; tab[ 7] = a1^a2^a4; in s_bmul_1x1()
106 tab[12] = a4^a8; tab[13] = a1^a4^a8; tab[14] = a2^a4^a8; tab[15] = a1^a2^a4^a8; in s_bmul_1x1()
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.regs.s39 add a4, a4, a4
70 add a2, a3, a4
71 add a3, a4, a5
72 add a4, a5, a6
H A Dtst.regs.out15 libdis_test+0x38: 33 07 e7 00 add a4,a4,a4
41 libdis_test+0xa0: 33 84 a4 00 add s0,s1,a0
45 libdis_test+0xb0: 33 86 e6 00 add a2,a3,a4
46 libdis_test+0xb4: b3 06 f7 00 add a3,a4,a5
47 libdis_test+0xb8: 33 87 07 01 add a4,a5,a6
H A Dtst.rv32a.out1 libdis_test: 2f a4 04 10 lr.w s0,(s1)
5 libdis_test+0x10: 2f a4 24 19 sc.w s0,s2,(s1)
6 libdis_test+0x14: af a4 34 1d sc.w.aq s1,s3,(s1)
34 libdis_test+0x84: 2f 23 7e a4 amomax.w.aq t1,t2,(t3)
/illumos-gate/usr/src/uts/sun4/sys/
H A Debus.h208 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \ argument
211 (uintptr_t)(a4), 0);
212 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument
215 (uintptr_t)(a4), (uintptr_t)(a5));
224 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) argument
225 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) argument
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbbcvar.h145 #define SBBC_DBG4(flag, dip, fmt, a1, a2, a3, a4) \ argument
147 (uintptr_t)(a3), (uintptr_t)(a4), 0);
148 #define SBBC_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
150 (uintptr_t)(a3), (uintptr_t)(a4), (uintptr_t)(a5));
158 #define SBBC_DBG4(flag, dip, fmt, a1, a2, a3, a4) argument
159 #define SBBC_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) argument
H A Dupa64s.h176 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \ argument
178 (uintptr_t)(a3), (uintptr_t)(a4), 0);
179 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument
181 (uintptr_t)(a3), (uintptr_t)(a4), (uintptr_t)(a5));
190 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) argument
191 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) argument
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c244 uintptr_t a0, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, in brand_indir() argument
262 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4)); in brand_indir()
264 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5)); in brand_indir()
266 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6)); in brand_indir()
268 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6, a7)); in brand_indir()
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/
H A Dtst.int.s46 c.andi a4, 0x3
48 c.mv s1, a4
55 c.sub a3, a4
H A Dtst.int.out19 libdis_test+0x24: 0d 8b c.andi a4,0x3
21 libdis_test+0x28: ba 84 c.mv s1,a4
28 libdis_test+0x36: 99 8e c.sub a3,a4
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/
H A Dlibpiclfrudata.conf49 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a4
75 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a4
100 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a4
126 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a4
166 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a4
193 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a4
218 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a4
243 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a4
268 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a4
288 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=4,a4
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frudata/
H A Dlibpiclfrudata.conf49 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a4
75 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a4
100 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a4
126 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a4
166 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a4
193 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a4
218 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a4
243 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a4
268 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a4
288 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=4,a4
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.avx512_vpclmulqdq.out4 libdis_test+0x10: c4 e3 65 44 a4 8b vpclmulqdq $-0x17,0x678(%ebx,%ecx,4),%ymm3,%ymm4 <0xe9>
10 libdis_test+0x2d: 62 f3 65 48 44 a4 vpclmulqdq $-0x17,0x678(%ebx,%ecx,4),%zmm3,%zmm4 <0xe9>
H A D64.avx512_vnni.out7 libdis_test+0x24: 62 a2 65 a4 50 e2 vpdpbusd %ymm18,%ymm3,%ymm20{%k4}{z}
20 libdis_test+0x6f: 62 a2 65 a4 51 e2 vpdpbusds %ymm18,%ymm3,%ymm20{%k4}{z}
33 libdis_test+0xba: 62 a2 65 a4 52 e2 vpdpwssd %ymm18,%ymm3,%ymm20{%k4}{z}
46 libdis_test+0x105: 62 a2 65 a4 53 e2 vpdpwssds %ymm18,%ymm3,%ymm20{%k4}{z}
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c187 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; in ec_GF2m_163_mul() local
200 a4 = MP_DIGIT(a, 4); in ec_GF2m_163_mul()
243 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); in ec_GF2m_163_mul()
245 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
H A Decp_192.c71 mp_digit a5 = 0, a4 = 0, a3 = 0; in ec_GFp_nistp192_mod() local
194 a4 = MP_DIGIT(a, 4); in ec_GFp_nistp192_mod()
208 MP_ADD_CARRY(r2, a4, r2, carry, carry); in ec_GFp_nistp192_mod()
214 MP_ADD_CARRY(r1, a4, r1, 0, carry); in ec_GFp_nistp192_mod()
238 "=r"(a4), "=r"(a5) in ec_GFp_nistp192_mod()
240 "4" (a3), "5" (a4), "6"(a5) in ec_GFp_nistp192_mod()
H A Dec2_193.c196 mp_digit a6 = 0, a5 = 0, a4 = 0, b6 = 0, b5 = 0, b4 = 0; in ec_GF2m_193_mul() local
212 a4 = MP_DIGIT(a, 4); in ec_GF2m_193_mul()
258 s_bmul_3x3(MP_DIGITS(r) + 8, a6, a5, a4, b6, b5, b4); in ec_GF2m_193_mul()
260 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
H A Decl_gf.c461 mp_digit a0 = 0, a1 = 0, a2 = 0, a3 = 0, a4 = 0; in ec_GFp_add_5() local
467 a4 = MP_DIGIT(a,4); in ec_GFp_add_5()
502 MP_ADD_CARRY(a4, r4, r4, carry, carry); in ec_GFp_add_5()
515 a4 = MP_DIGIT(&meth->irr,4); in ec_GFp_add_5()
516 if (carry || r4 > a4 || in ec_GFp_add_5()
517 ((r4 == a4) && mp_cmp(r,&meth->irr) != MP_LT)) { in ec_GFp_add_5()
526 MP_SUB_BORROW(r4, a4, r4, carry, carry); in ec_GFp_add_5()
555 a4 = MP_DIGIT(a,4); in ec_GFp_add_6()
593 MP_ADD_CARRY(a4, r4, r4, carry, carry); in ec_GFp_add_6()
611 a4 = MP_DIGIT(&meth->irr,4); in ec_GFp_add_6()
[all …]
H A Dec2_233.c214 mp_digit a7 = 0, a6 = 0, a5 = 0, a4 = 0, b7 = 0, b6 = 0, b5 = 0, b4 = in ec_GF2m_233_mul() local
234 a4 = MP_DIGIT(a, 4); in ec_GF2m_233_mul()
283 s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4); in ec_GF2m_233_mul()
285 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3, in ec_GF2m_233_mul()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_debug.c85 uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, uintptr_t a5) in pci_debug() argument
112 prom_printf(fmt, a1, a2, a3, a4, a5); in pci_debug()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmime.c653 Parse_t a4; in mimeview() local
693 a4 = a3; in mimeview()
695 a1 = a4; in mimeview()
702 a4.next = a1.next; in mimeview()
703 if (!arg(&a4, 1) || a4.name.size < 21 || !strneq(a4.name.data, "| tr '[A-Z]' '[a-z]'`", 21)) in mimeview()
707 a4.name.size = 0; in mimeview()
711 … else c ^= (a4.name.size ? strncasecmp : strncmp)(a1.name.data, a3.name.data, a1.name.size) == 0; in mimeview()

123456789