OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:register
(Results
1 - 25
of
308
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_hexagon.inc
37
register
u32 r6 __asm__("r6") = n;
38
register
u32 r0 __asm__("r0");
45
register
u32 r6 __asm__("r6") = n;
46
register
u32 r0 __asm__("r0") = a;
54
register
u32 r6 __asm__("r6") = n;
55
register
u32 r0 __asm__("r0") = a;
56
register
u32 r1 __asm__("r1") = b;
64
register
u32 r6 __asm__("r6") = n;
65
register
u32 r0 __asm__("r0") = a;
66
register
u32 r1 __asm__("r1") = b
[
all
...]
sanitizer_syscall_linux_loongarch64.inc
14
// About local
register
variables:
15
// https://gcc.gnu.org/onlinedocs/gcc/Local-
Register
-Variables.html#Local-
Register
-Variables
31
register
u64 a7 asm("$a7") = nr;
32
register
u64 a0 asm("$a0");
42
register
u64 a7 asm("$a7") = nr;
43
register
u64 a0 asm("$a0") = arg1;
53
register
u64 a7 asm("$a7") = nr;
54
register
u64 a0 asm("$a0") = arg1;
55
register
u64 a1 asm("$a1") = arg2
[
all
...]
sanitizer_syscall_linux_riscv64.inc
13
// About local
register
variables:
14
// https://gcc.gnu.org/onlinedocs/gcc/Local-
Register
-Variables.html#Local-
Register
-Variables
34
register
u64 a7 asm("a7") = nr;
35
register
u64 a0 asm("a0");
45
register
u64 a7 asm("a7") = nr;
46
register
u64 a0 asm("a0") = arg1;
56
register
u64 a7 asm("a7") = nr;
57
register
u64 a0 asm("a0") = arg1;
58
register
u64 a1 asm("a1") = arg2
[
all
...]
sanitizer_syscall_linux_aarch64.inc
16
register
u64 x8 asm("x8") = nr;
17
register
u64 x0 asm("x0");
28
register
u64 x8 asm("x8") = nr;
29
register
u64 x0 asm("x0") = arg1;
40
register
u64 x8 asm("x8") = nr;
41
register
u64 x0 asm("x0") = arg1;
42
register
u64 x1 asm("x1") = arg2;
53
register
u64 x8 asm("x8") = nr;
54
register
u64 x0 asm("x0") = arg1;
55
register
u64 x1 asm("x1") = arg2
[
all
...]
sanitizer_syscall_linux_arm.inc
16
register
u32 r8 asm("r7") = nr;
17
register
u32 r0 asm("r0");
28
register
u32 r8 asm("r7") = nr;
29
register
u32 r0 asm("r0") = arg1;
40
register
u32 r8 asm("r7") = nr;
41
register
u32 r0 asm("r0") = arg1;
42
register
u32 r1 asm("r1") = arg2;
53
register
u32 r8 asm("r7") = nr;
54
register
u32 r0 asm("r0") = arg1;
55
register
u32 r1 asm("r1") = arg2
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_hexagon.inc
37
register
u32 r6 __asm__("r6") = n;
38
register
u32 r0 __asm__("r0");
45
register
u32 r6 __asm__("r6") = n;
46
register
u32 r0 __asm__("r0") = a;
54
register
u32 r6 __asm__("r6") = n;
55
register
u32 r0 __asm__("r0") = a;
56
register
u32 r1 __asm__("r1") = b;
64
register
u32 r6 __asm__("r6") = n;
65
register
u32 r0 __asm__("r0") = a;
66
register
u32 r1 __asm__("r1") = b
[
all
...]
sanitizer_syscall_linux_riscv64.inc
13
// About local
register
variables:
14
// https://gcc.gnu.org/onlinedocs/gcc/Local-
Register
-Variables.html#Local-
Register
-Variables
34
register
u64 a7 asm("a7") = nr;
35
register
u64 a0 asm("a0");
45
register
u64 a7 asm("a7") = nr;
46
register
u64 a0 asm("a0") = arg1;
56
register
u64 a7 asm("a7") = nr;
57
register
u64 a0 asm("a0") = arg1;
58
register
u64 a1 asm("a1") = arg2
[
all
...]
sanitizer_syscall_linux_aarch64.inc
16
register
u64 x8 asm("x8") = nr;
17
register
u64 x0 asm("x0");
28
register
u64 x8 asm("x8") = nr;
29
register
u64 x0 asm("x0") = arg1;
40
register
u64 x8 asm("x8") = nr;
41
register
u64 x0 asm("x0") = arg1;
42
register
u64 x1 asm("x1") = arg2;
53
register
u64 x8 asm("x8") = nr;
54
register
u64 x0 asm("x0") = arg1;
55
register
u64 x1 asm("x1") = arg2
[
all
...]
sanitizer_syscall_linux_arm.inc
16
register
u32 r8 asm("r7") = nr;
17
register
u32 r0 asm("r0");
28
register
u32 r8 asm("r7") = nr;
29
register
u32 r0 asm("r0") = arg1;
40
register
u32 r8 asm("r7") = nr;
41
register
u32 r0 asm("r0") = arg1;
42
register
u32 r1 asm("r1") = arg2;
53
register
u32 r8 asm("r7") = nr;
54
register
u32 r0 asm("r0") = arg1;
55
register
u32 r1 asm("r1") = arg2
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscall_linux_aarch64.inc
17
register
u64 x8 asm("x8") = nr;
18
register
u64 x0 asm("x0");
29
register
u64 x8 asm("x8") = nr;
30
register
u64 x0 asm("x0") = arg1;
41
register
u64 x8 asm("x8") = nr;
42
register
u64 x0 asm("x0") = arg1;
43
register
u64 x1 asm("x1") = arg2;
54
register
u64 x8 asm("x8") = nr;
55
register
u64 x0 asm("x0") = arg1;
56
register
u64 x1 asm("x1") = arg2
[
all
...]
sanitizer_syscall_linux_arm.inc
17
register
u32 r8 asm("r7") = nr;
18
register
u32 r0 asm("r0");
29
register
u32 r8 asm("r7") = nr;
30
register
u32 r0 asm("r0") = arg1;
41
register
u32 r8 asm("r7") = nr;
42
register
u32 r0 asm("r0") = arg1;
43
register
u32 r1 asm("r1") = arg2;
54
register
u32 r8 asm("r7") = nr;
55
register
u32 r0 asm("r0") = arg1;
56
register
u32 r1 asm("r1") = arg2
[
all
...]
/src/sys/dev/microcode/aic7xxx/
aic79xx.reg
4
* Aic79xx
register
and scratch ram definitions.
52
/*
Register
window Modes */
94
* as the source and destination of any
register
accesses in our
95
*
register
window.
97
register
MODE_PTR {
111
register
INTSTAT {
128
register
SEQINTCODE {
207
register
CLRINT {
221
* Error
Register
223
register
ERROR
[
all
...]
aic7xxx.reg
2
* Aic7xxx
register
and scratch ram definitions.
57
register
SCSISEQ {
71
* SCSI Transfer Control 0
Register
(pp. 3-13).
74
register
SXFRCTL0 {
87
* SCSI Transfer Control 1
Register
(pp. 3-14,15).
90
register
SXFRCTL1 {
103
* SCSI Control Signal Read
Register
(p. 3-15).
106
register
SCSISIGI {
132
* SCSI Control Signal Write
Register
(p. 3-16).
133
* Writing to this
register
modifies the control signals on the bus. Onl
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
gdb680.exp
28
mi_gdb_test "-data-list-
register
-names -1" \
29
{\^error,msg=\"bad
register
number\"} \
30
"-data-list-
register
-names -1, try $count"
39
# with invalid
register
number and the
register
commands.
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
gdb680.exp
28
mi_gdb_test "-data-list-
register
-names -1" \
29
{\^error,msg=\"bad
register
number\"} \
30
"-data-list-
register
-names -1, try $count"
39
# with invalid
register
number and the
register
commands.
/src/distrib/syspkg/sets/
Makefile
12
TARGETS+=
register
/src/external/gpl3/gdb/dist/sim/testsuite/mips/
utils-dsp.inc
33
# Set dsp control
register
<= crin
35
# Check if crout == dsp control
register
49
# Set dsp control
register
<= crin
51
# Check if crout == dsp control
register
63
# Set dsp control
register
<= crin
75
# Set dsp control
register
<= crin
87
# Set dsp control
register
<= crin
89
# Check if crout == dsp control
register
101
# Set dsp control
register
<= crin
103
# Check if crout == dsp control
register
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
utils-dsp.inc
33
# Set dsp control
register
<= crin
35
# Check if crout == dsp control
register
49
# Set dsp control
register
<= crin
51
# Check if crout == dsp control
register
63
# Set dsp control
register
<= crin
75
# Set dsp control
register
<= crin
87
# Set dsp control
register
<= crin
89
# Check if crout == dsp control
register
101
# Set dsp control
register
<= crin
103
# Check if crout == dsp control
register
[
all
...]
/src/distrib/syspkg/sets/text/
Makefile
11
TARGETS+=
register
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
riscv-tdesc-regs.exp
16
# Various tests to check which
register
names are available after
42
unsupported "unknown x-
register
size"
47
# (the
register
$fa0 was not recognised). Otherwise, we can only
73
gdb_test "info registers \$csr0" "Invalid
register
`csr0'"
75
# Return the number of times
REGISTER
should appear in GROUP, this
77
proc get_expected_result {
register
group } {
86
if { $
register
== "unknown_csr" || $
register
== "dscratch" } {
111
verbose -log "Skip to first
register
"
133
"
register
$reg seen in reggroup $rgroup $expected_count times
[
all
...]
aarch64-sve.exp
45
proc get_register_value {
register
} {
49
gdb_test_multiple "print \$${
register
}" "" {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
riscv-tdesc-regs.exp
16
# Various tests to check which
register
names are available after
42
unsupported "unknown x-
register
size"
47
# (the
register
$fa0 was not recognised). Otherwise, we can only
73
gdb_test "info registers \$csr0" "Invalid
register
`csr0'"
75
# Return the number of times
REGISTER
should appear in GROUP, this
77
proc get_expected_result {
register
group } {
86
if { $
register
== "unknown_csr" || $
register
== "dscratch" } {
111
verbose -log "Skip to first
register
"
133
"
register
$reg seen in reggroup $rgroup $expected_count times
[
all
...]
/src/distrib/syspkg/sets/games/
Makefile
14
TARGETS+=
register
/src/external/mpl/bind/dist/bin/tests/system/
re_compile_checker.py
45
def
register
(linter: PyLinter) -> None:
function
/src/distrib/syspkg/sets/misc/
Makefile
23
TARGETS+=
register
Completed in 37 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026