Home
last modified time | relevance | path

Searched refs:i7 (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
Dsparct4-mont.S1873 mov %g3, %i7
1881 add %o5, %i7, %i7 ! of the pwrtbl
2314 ldx [%i7+0*32], %i0
2315 ldx [%i7+8*32], %i1
2316 ldx [%i7+1*32], %o4
2317 ldx [%i7+9*32], %o5
2319 ldx [%i7+2*32], %o4
2321 ldx [%i7+10*32],%o5
2323 ldx [%i7+3*32], %o4
2325 ldx [%i7+11*32],%o5
[all …]
Daes-sparcv9.S309 stx %i7,[%sp+STACK_BIAS+STACK_FRAME+0] ! off-load return address
310 ld [%i5+240],%i7
314 srl %i7,1,%i7
377 subcc %i7,1,%i7 !
380 add %i4,2048,%i7
554 ldub [%i7+%l0],%l0
557 ldub [%i7+%o0],%o0
560 ldub [%i7+%o1],%o1
561 ldub [%i7+%o2],%o2
564 ldub [%i7+%l1],%l1
[all …]
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
Dsparct4-mont.S1873 mov %g3, %i7
1881 add %o5, %i7, %i7 ! of the pwrtbl
2314 ldx [%i7+0*32], %i0
2315 ldx [%i7+8*32], %i1
2316 ldx [%i7+1*32], %o4
2317 ldx [%i7+9*32], %o5
2319 ldx [%i7+2*32], %o4
2321 ldx [%i7+10*32],%o5
2323 ldx [%i7+3*32], %o4
2325 ldx [%i7+11*32],%o5
[all …]
Daes-sparcv9.S309 stx %i7,[%sp+STACK_BIAS+STACK_FRAME+0] ! off-load return address
310 ld [%i5+240],%i7
314 srl %i7,1,%i7
377 subcc %i7,1,%i7 !
380 add %i4,2048,%i7
554 ldub [%i7+%l0],%l0
557 ldub [%i7+%o0],%o0
560 ldub [%i7+%o1],%o1
561 ldub [%i7+%o2],%o2
564 ldub [%i7+%l1],%l1
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsparc-obsd-tdep.c181 CORE_ADDR i7, i7_addr = addr + SPARC32OBSD_UTHREAD_PC_OFFSET; in sparc32obsd_supply_uthread() local
183 i7 = read_memory_unsigned_integer (i7_addr, 4, byte_order); in sparc32obsd_supply_uthread()
186 store_unsigned_integer (buf, 4, byte_order, i7 + 8); in sparc32obsd_supply_uthread()
191 store_unsigned_integer (buf, 4, byte_order, i7 + 12); in sparc32obsd_supply_uthread()
226 CORE_ADDR i7, i7_addr = addr + SPARC32OBSD_UTHREAD_PC_OFFSET; in sparc32obsd_collect_uthread() local
229 i7 = extract_unsigned_integer (buf, 4, byte_order) - 8; in sparc32obsd_collect_uthread()
230 write_memory_unsigned_integer (i7_addr, 4, byte_order, i7); in sparc32obsd_collect_uthread()
Dsparc64-obsd-tdep.c352 CORE_ADDR i7, i7_addr = addr + SPARC64OBSD_UTHREAD_PC_OFFSET; in sparc64obsd_supply_uthread() local
354 i7 = read_memory_unsigned_integer (i7_addr, 8, byte_order); in sparc64obsd_supply_uthread()
357 store_unsigned_integer (buf, 8, byte_order, i7 + 8); in sparc64obsd_supply_uthread()
362 store_unsigned_integer (buf, 8, byte_order, i7 + 12); in sparc64obsd_supply_uthread()
397 CORE_ADDR i7, i7_addr = addr + SPARC64OBSD_UTHREAD_PC_OFFSET; in sparc64obsd_collect_uthread() local
400 i7 = extract_unsigned_integer (buf, 8, byte_order) - 8; in sparc64obsd_collect_uthread()
401 write_memory_unsigned_integer (i7_addr, 8, byte_order, i7); in sparc64obsd_collect_uthread()
Dsparc64-netbsd-tdep.c137 ULONGEST i7; in sparc64nbsd_sigcontext_saved_regs() local
140 i7 = get_frame_memory_unsigned (this_frame, addr, 8); in sparc64nbsd_sigcontext_saved_regs()
141 saved_regs[SPARC_I7_REGNUM].set_value (i7 ^ wcookie); in sparc64nbsd_sigcontext_saved_regs()
Dsparc-tdep.c1322 ULONGEST i7; in sparc32_frame_prev_register() local
1325 i7 = get_frame_memory_unsigned (this_frame, addr, 4); in sparc32_frame_prev_register()
1326 return frame_unwind_got_constant (this_frame, regnum, i7 ^ wcookie); in sparc32_frame_prev_register()
1966 ULONGEST i7; in sparc_supply_rwindow() local
1968 i7 = extract_unsigned_integer (buf + offset, 8, byte_order); in sparc_supply_rwindow()
1970 i7 ^ wcookie); in sparc_supply_rwindow()
2002 ULONGEST i7; in sparc_supply_rwindow() local
2004 i7 = extract_unsigned_integer (buf + offset, 4, byte_order); in sparc_supply_rwindow()
2006 i7 ^ wcookie); in sparc_supply_rwindow()
2043 ULONGEST i7; in sparc_collect_rwindow() local
[all …]
Dsparc-netbsd-tdep.c152 ULONGEST i7; in sparc32nbsd_sigcontext_saved_regs() local
155 i7 = get_frame_memory_unsigned (this_frame, addr, 4); in sparc32nbsd_sigcontext_saved_regs()
156 saved_regs[SPARC_I7_REGNUM].set_value (i7 ^ wcookie); in sparc32nbsd_sigcontext_saved_regs()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/sparc/
Dcrtn.S32 mov %i7, %o7
34 ldx [%sp+2343], %i7
37 ld [%sp+156], %i7
49 mov %i7, %o7
51 ldx [%sp+2343], %i7
54 ld [%sp+156], %i7
Dcrti.S40 stx %i7, [%sp+2167]
43 st %i7, [%sp+60]
46 mov %o7, %i7
64 stx %i7, [%sp+2167]
67 st %i7, [%sp+60]
70 mov %o7, %i7
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcallfuncs.c244 sum10 (int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) in sum10() argument
247 sum10 (i0, i1, i2, i3, i4, i5, i6, i7, i8, i9) in sum10()
248 int i0, i1, i2, i3, i4, i5, i6, i7, i8, i9; in sum10()
251 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9;
257 cmp10 (int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) in cmp10() argument
260 cmp10 (i0, i1, i2, i3, i4, i5, i6, i7, i8, i9) in cmp10()
261 int i0, i1, i2, i3, i4, i5, i6, i7, i8, i9; in cmp10()
266 (i5 == 5) && (i6 == 6) && (i7 == 7) && (i8 == 8) && (i9 == 9);
Dscope0.c83 int i6 = useit (6), i7 = useit (7), i8 = useit (8); in autovars() local
119 useit ( i5); useit ( i6); useit ( i7); useit ( i8); useit ( i9); in autovars()
142 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10 in autovars()
/netbsd/src/lib/libc/arch/sparc/gen/
D_setjmp.S74 ld [%i0 + 4], %i7 /* restore return pc */
99 ld [%i0+4], %i7 /* restore return pc */
Dsetjmp.S80 add %i7, 8, %o0
/netbsd/src/tests/ipf/
Dt_filter_parse.sh92 test_case i7 itest text ipf
118 atf_add_test_case i7
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
Dsparc64.inc8 return %i7 + 8
/netbsd/src/lib/libc/arch/sparc64/gen/
D_setjmp.S88 ldx [%i0+8], %i7
Dsetjmp.S117 add %i7, 8, %o0
/netbsd/src/external/gpl3/gdb/dist/gdb/regformats/
Dreg-sparc64.dat34 64:i7
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
Daes-sparcv9.pl77 $rounds="%i7"; # aliases with return address, which is off-loaded to stack
204 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
492 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
750 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1038 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
/netbsd/src/tests/ipf/expected/
DMakefile59 i7 \
/netbsd/src/tests/ipf/regress/
DMakefile61 i7 \
/netbsd/src/sys/dev/pci/
Dpcidevs5366 product INTEL CORE_QP_REG_2 0x2c51 Core i7-800 and i5-700 QuickPath Generic Non-Core Register
5370 product INTEL CORE_QP_SAD_2 0x2c81 Core i7-800 and i5-700 QuickPath Generic System Address Dec…
5371 product INTEL CORE_QPI_LINK_2 0x2c90 Core i7-800 and i5-700 QPI Link
5372 product INTEL CORE_QPI_PHYS_2 0x2c91 Core i7-800 and i5-700 QPI Physical
5373 product INTEL CORE_IMC_REG 0x2c98 Core i7-800 and i5-700 IMC
5374 product INTEL CORE_IMC_TAD 0x2c99 Core i7-800 and i5-700 IMC Target Address Decoder
5375 product INTEL CORE_IMC_TEST 0x2c9c Core i7-800 and i5-700 IMC Test
5376 product INTEL CORE_IMC_CH0_CTRL 0x2ca0 Core i7-800 and i5-700 IMC Channel 0 Control
5377 product INTEL CORE_IMC_CH0_ADDR 0x2ca1 Core i7-800 and i5-700 IMC Channel 0 Address
5378 product INTEL CORE_IMC_CH0_RANK 0x2ca2 Core i7-800 and i5-700 IMC Channel 0 Rank
[all …]
/netbsd/src/tests/usr.bin/xlint/lint1/
Dinit_c99.c275 int i7; member

123