Searched refs:R7 (Results 1 - 25 of 114) sorted by relevance

12345

/prebuilts/go/darwin-x86/src/runtime/
H A Dmemmove_s390x.s21 MOVD 0(R4), R7
23 MOVD R7, 0(R6)
29 ADD R5, R4, R7
30 CMPBLE R7, R6, forwards
33 MOVD -8(R7), R3
35 MOVD -16(R7), R3
38 ADD $-16, R7
86 MOVB 2(R4), R7
88 MOVB R7, 2(R6)
99 MOVB 4(R4), R7
[all...]
H A Dmemmove_arm64.s17 AND $~7, R5, R7 // R7 is N&~7
21 SUB R7, R5, R6 // R6 is N&7
26 // Copying forward proceeds by copying R7/8 words then copying R6 bytes.
34 CMP $0, R7 // Do we need to do any word-by-word copying?
37 ADD R3, R7, R9 // R9 points just past where we copy by word
61 // Copying backwards proceeds by copying R6 bytes then copying R7/8 words.
79 CMP $0, R7 // Do we need to do any word-by-word copying?
84 SUB R7, R3, R9 // R9 points at the lowest destination byte
H A Dsys_freebsd_arm.s50 MOVW $SYS__umtx_op, R7
60 MOVW $SYS_thr_new, R7
78 MOVW $SYS_exit, R7
86 MOVW $SYS_thr_exit, R7
96 MOVW $SYS_open, R7
106 MOVW $SYS_read, R7
116 MOVW $SYS_write, R7
124 MOVW $SYS_close, R7
133 MOVW $SYS_getrlimit, R7
141 MOVW $SYS_thr_self, R7
[all...]
H A Dsys_linux_arm.s58 MOVW $SYS_open, R7
68 MOVW $SYS_close, R7
80 MOVW $SYS_write, R7
92 MOVW $SYS_read, R7
103 MOVW $SYS_ugetrlimit, R7
110 MOVW $SYS_exit_group, R7
118 MOVW $SYS_exit, R7
125 MOVW $SYS_gettid, R7
131 MOVW $SYS_gettid, R7
135 MOVW $SYS_tkill, R7
[all...]
H A Dmemmove_mipsx.s39 MOVWHI 0(R2), R7
41 MOVWLO 3(R2), R7
43 MOVWHI R7, 0(R1)
47 AND $31, R3, R7
49 SUBU R7, R5, R7 // end pointer for 32-byte chunks
57 BEQ R1, R7, f_words
95 BEQ R1, R7, f_words_ua
154 MOVWHI -4(R4), R7
156 MOVWLO -1(R4), R7
[all...]
H A Dasm_s390x.s256 MOVD g_m(g), R7
257 MOVD m_g0(R7), R8
263 MOVD m_gsignal(R7), R8
279 MOVD R5, (m_morebuf+gobuf_pc)(R7) // f's caller's PC
280 MOVD R15, (m_morebuf+gobuf_sp)(R7) // f's caller's SP
281 MOVD g, (m_morebuf+gobuf_g)(R7)
284 MOVD m_g0(R7), g
392 MOVD argtype+0(FP), R7; \
408 MOVD R7, 8(R15)
749 LA ret+24(FP), R7
[all...]
/prebuilts/go/linux-x86/src/runtime/
H A Dmemmove_s390x.s21 MOVD 0(R4), R7
23 MOVD R7, 0(R6)
29 ADD R5, R4, R7
30 CMPBLE R7, R6, forwards
33 MOVD -8(R7), R3
35 MOVD -16(R7), R3
38 ADD $-16, R7
86 MOVB 2(R4), R7
88 MOVB R7, 2(R6)
99 MOVB 4(R4), R7
[all...]
H A Dmemmove_arm64.s17 AND $~7, R5, R7 // R7 is N&~7
21 SUB R7, R5, R6 // R6 is N&7
26 // Copying forward proceeds by copying R7/8 words then copying R6 bytes.
34 CMP $0, R7 // Do we need to do any word-by-word copying?
37 ADD R3, R7, R9 // R9 points just past where we copy by word
61 // Copying backwards proceeds by copying R6 bytes then copying R7/8 words.
79 CMP $0, R7 // Do we need to do any word-by-word copying?
84 SUB R7, R3, R9 // R9 points at the lowest destination byte
H A Dsys_freebsd_arm.s50 MOVW $SYS__umtx_op, R7
60 MOVW $SYS_thr_new, R7
78 MOVW $SYS_exit, R7
86 MOVW $SYS_thr_exit, R7
96 MOVW $SYS_open, R7
106 MOVW $SYS_read, R7
116 MOVW $SYS_write, R7
124 MOVW $SYS_close, R7
133 MOVW $SYS_getrlimit, R7
141 MOVW $SYS_thr_self, R7
[all...]
H A Dsys_linux_arm.s58 MOVW $SYS_open, R7
68 MOVW $SYS_close, R7
80 MOVW $SYS_write, R7
92 MOVW $SYS_read, R7
103 MOVW $SYS_ugetrlimit, R7
110 MOVW $SYS_exit_group, R7
118 MOVW $SYS_exit, R7
125 MOVW $SYS_gettid, R7
131 MOVW $SYS_gettid, R7
135 MOVW $SYS_tkill, R7
[all...]
H A Dmemmove_mipsx.s39 MOVWHI 0(R2), R7
41 MOVWLO 3(R2), R7
43 MOVWHI R7, 0(R1)
47 AND $31, R3, R7
49 SUBU R7, R5, R7 // end pointer for 32-byte chunks
57 BEQ R1, R7, f_words
95 BEQ R1, R7, f_words_ua
154 MOVWHI -4(R4), R7
156 MOVWLO -1(R4), R7
[all...]
H A Dasm_s390x.s256 MOVD g_m(g), R7
257 MOVD m_g0(R7), R8
263 MOVD m_gsignal(R7), R8
279 MOVD R5, (m_morebuf+gobuf_pc)(R7) // f's caller's PC
280 MOVD R15, (m_morebuf+gobuf_sp)(R7) // f's caller's SP
281 MOVD g, (m_morebuf+gobuf_g)(R7)
284 MOVD m_g0(R7), g
392 MOVD argtype+0(FP), R7; \
408 MOVD R7, 8(R15)
749 LA ret+24(FP), R7
[all...]
/prebuilts/go/darwin-x86/src/reflect/
H A Dasm_arm.s14 MOVW R7, 4(R13)
26 MOVW R7, 4(R13)
/prebuilts/go/linux-x86/src/reflect/
H A Dasm_arm.s14 MOVW R7, 4(R13)
26 MOVW R7, 4(R13)
/prebuilts/go/darwin-x86/src/math/big/
H A Darith_ppc64le.s23 DIVDU R6, R5, R7
25 MULLD R6, R7, R20
27 ADD R7, R3, R3
46 MOVD $-1, R7
47 MOVD R7, q+24(FP)
48 MOVD R7, r+32(FP)
H A Darith_ppc64x.s17 MULLD R4, R5, R7
19 MOVD R7, z0+24(FP)
28 MOVD z_len+8(FP), R7
54 CMP R5, R7
91 MULHDU R9, R20, R7
93 ADDZE R7
95 MOVD R7, R4
134 MULHDU R9, R18, R7
141 ADDZE R7
143 ADDZE R7
[all...]
/prebuilts/go/linux-x86/src/math/big/
H A Darith_ppc64le.s23 DIVDU R6, R5, R7
25 MULLD R6, R7, R20
27 ADD R7, R3, R3
46 MOVD $-1, R7
47 MOVD R7, q+24(FP)
48 MOVD R7, r+32(FP)
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
H A Dsum_arm.s28 MOVM.IB [R4-R7], (R8)
30 MOVW $·poly1305_init_constants_armv6<>(SB), R7
39 MOVM.IA (R7), [R2-R6]
55 MOVM.DA (R0), [R4-R7]
125 ADD R11, R7, R7
134 MULALU R2, R7, (R11, g)
135 MULALU R1, R7, (R14, R12)
150 MULALU R0, R7, (R11, g)
151 MULALU R4, R7, (R1
[all...]
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
H A Dsum_arm.s28 MOVM.IB [R4-R7], (R8)
30 MOVW $·poly1305_init_constants_armv6<>(SB), R7
39 MOVM.IA (R7), [R2-R6]
55 MOVM.DA (R0), [R4-R7]
125 ADD R11, R7, R7
134 MULALU R2, R7, (R11, g)
135 MULALU R1, R7, (R14, R12)
150 MULALU R0, R7, (R11, g)
151 MULALU R4, R7, (R1
[all...]
/prebuilts/go/darwin-x86/src/syscall/
H A Dasm_linux_mips64x.s21 MOVV R0, R7
26 BEQ R7, ok
45 MOVV a4+32(FP), R7
50 BEQ R7, ok6
68 MOVV R0, R7
73 BEQ R7, ok1
89 MOVV a4+32(FP), R7
94 BEQ R7, ok2
H A Dasm_nacl_arm.s26 MOVW $0x10000, R7
27 ADD R8<<5, R7
28 BL (R7)
/prebuilts/go/linux-x86/src/syscall/
H A Dasm_linux_mips64x.s21 MOVV R0, R7
26 BEQ R7, ok
45 MOVV a4+32(FP), R7
50 BEQ R7, ok6
68 MOVV R0, R7
73 BEQ R7, ok1
89 MOVV a4+32(FP), R7
94 BEQ R7, ok2
H A Dasm_nacl_arm.s26 MOVW $0x10000, R7
27 ADD R8<<5, R7
28 BL (R7)
/prebuilts/go/darwin-x86/src/crypto/sha256/
H A Dsha256block_ppc64le.s49 MOVWZ (index*4)(R26), R7; \
50 RLWNM $24, R7, $-1, R11; \
51 RLWMI $8, R7, $0x00FF0000, R11; \
52 RLWMI $8, R7, $0x000000FF, R11; \
53 MOVWZ R11, R7; \
54 MOVWZ R7, (index*4)(R27)
60 MOVWZ ((index-2)*4)(R27), R7; \
61 MOVWZ R7, R9; \
62 RLWNM $32-17, R7, $-1, R7; \
[all...]
/prebuilts/go/linux-x86/src/crypto/sha256/
H A Dsha256block_ppc64le.s49 MOVWZ (index*4)(R26), R7; \
50 RLWNM $24, R7, $-1, R11; \
51 RLWMI $8, R7, $0x00FF0000, R11; \
52 RLWMI $8, R7, $0x000000FF, R11; \
53 MOVWZ R11, R7; \
54 MOVWZ R7, (index*4)(R27)
60 MOVWZ ((index-2)*4)(R27), R7; \
61 MOVWZ R7, R9; \
62 RLWNM $32-17, R7, $-1, R7; \
[all...]

Completed in 1125 milliseconds

12345