HomeSort by: relevance | last modified time | path
    Searched refs:g5 (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/lib/libc/arch/sparc64/
SYS.h 56 PIC_PROLOGUE(%g1,%g5); \
57 sethi %hi(_C_LABEL(name)),%g5; \
58 or %g5,%lo(_C_LABEL(name)),%g5; \
59 ldx [%g1+%g5],%g5; \
60 jmp %g5; \
64 PIC_PROLOGUE(%g1,%g5); \
65 ldx [%g1+_C_LABEL(name)],%g5; jmp %g5; no
    [all...]
  /src/lib/libc/arch/sparc64/gen/
swapcontext.S 54 PIC_PROLOGUE(%g5,%o4) /* %g5 = _GLOBAL_OFFSET_TABLE */
56 ldx [%g5+%o5], %o4
60 PIC_PROLOGUE(%g5,%o4) /* %g5 = _GLOBAL_OFFSET_TABLE */
61 ldx [%g5+_C_LABEL(setcontext)], %o4
setjmp.S 74 mov %g5, %l5
  /src/lib/libc/arch/sparc/
SYS.h 62 PIC_PROLOGUE(%g1, %g5); \
63 set name, %g5; \
64 ld [%g1 + %g5], %g5; \
65 jmp %g5; \
94 * use the SYSCALL_G5RFLAG to put the `success' return address in %g5
102 add %o7, 8, %g5; \
145 add %o7, 8, %g5; \
  /src/common/lib/libc/arch/sparc64/string/
strlen.S 81 andcc %o0, 0x7, %g5 ! Hoisted from below to fill a slot
86 sll %g5, 3, %g5 ! Convert to bytes. hoisted
90 neg %g5 ! hoisted
99 ! andcc %o0, 0x7, %g5 ! Hoisted above
103 ! sll %g5, 3, %g5 ! Convert to bytes. Also hoisted
105 ! neg %g5 ! Hoisted
107 add %g5, 64, %g5
    [all...]
  /src/sys/arch/sparc64/sparc64/
cpu_in_cksum.S 81 * %g5 - temp
91 sethi %hi(0xffff), %g5
94 or %g5, %lo(0xffff), %g5
104 sethi %hi(0xffff), %g5
107 or %g5, %lo(0xffff), %g5
120 and %o3, %g5, %o3
150 clr %g5
159 add %o3, %g5, %o
    [all...]
mp_subr.S 145 mov CTX_SECONDARY, %g5
147 ldxa [%g5] ASI_DMMU, %g6 ! Save secondary context
150 stxa %g3, [%g5] ASI_DMMU ! Insert context to demap
161 stxa %g6, [%g5] ASI_DMMU ! Restore secondary context
170 mov CTX_PRIMARY, %g5
171 ldxa [%g5] ASI_DMMU, %g6 ! Save primary context
174 stxa %g3, [%g5] ASI_DMMU ! Insert context to demap
186 stxa %g6, [%g5] ASI_DMMU ! Restore primary context
200 mov %g5, %o1 ! ctx
347 rd %fprs, %g5
    [all...]
locore.s 718 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag:data into %g4:%g5
719 brgez,pn %g5, instr_miss ! Entry invalid? Punt
724 stxa %g5, [%g0] ASI_IMMU_DATA_IN ! Enter new mapping
735 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag and data into %g4 and %g5
736 brgez,pn %g5, data_miss ! Entry invalid? Punt
747 stxa %g5, [%g0] ASI_DMMU_DATA_IN ! Enter new mapping
929 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag:data into %g4:%g5
930 brgez,pn %g5, instr_miss ! Entry invalid? Punt
935 stxa %g5, [%g0] ASI_IMMU_DATA_IN ! Enter new mapping
946 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag and data into %g4 and %g5
    [all...]
hvcall.S 402 mov %o5, %g5
406 stx %o1, [%g5]
429 mov %o5, %g5
434 stx %o2, [%g5]
437 mov %o5, %g5
441 stx %o1, [%g5]
575 mov %o3, %g5
583 stx %o3, [%g5]
607 mov %o3, %g5
615 stx %o3, [%g5]
    [all...]
sigcode32.s 108 mov %g5, %l5
174 mov %l5, %g5
sunos_sigcode.s 107 mov %g5, %l5
175 mov %l5, %g5
  /src/sys/arch/sparc/stand/common/
srt0.S 149 mov SUN4CM_PGSHIFT, %g5
174 mov SUN4_PGSHIFT, %g5
179 st %g5, [%o0 + %lo(_C_LABEL(pgshift))]
182 sll %o0, %g5, %g5
184 st %g5, [%o0 + %lo(_C_LABEL(nbpg))]
186 sub %g5, 1, %g5
188 st %g5, [%o0 + %lo(_C_LABEL(pgofset))]
  /src/sys/arch/sparc/sparc/
sigcode_state.s 98 mov %g5, %l5; \
159 mov %l5, %g5; \
locore.s 1629 mov %g5, %l5 ! save %g5
1654 mov 1, %g5 ! g5 = 1 << new_cwp;
1655 sll %g5, %g7, %g5
1656 wr %g5, 0, %wim ! setwim(g5);
1664 mov %l5, %g5 ! restore g5
    [all...]
  /src/lib/libc/compat/arch/sparc/sys/
compat___sigtramp1.S 90 mov %g5, %l5; \
151 mov %l5, %g5; \
  /src/lib/libc/compat/arch/sparc64/sys/
compat___sigtramp1.S 96 mov %g5, %l5
162 mov %l5, %g5
  /src/sys/arch/sparc64/include/
locore.h 97 mov %g5, %l5; \
106 mov %l5, %g5; \
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ast2500-facebook-netbmc-common.dtsi 4 #include "aspeed-g5.dtsi"
aspeed-ast2500-evb.dts 4 #include "aspeed-g5.dtsi"
aspeed-bmc-inspur-on5263m5.dts 5 #include "aspeed-g5.dtsi"
aspeed-bmc-intel-s2600wf.dts 5 #include "aspeed-g5.dtsi"
aspeed-bmc-supermicro-x11spi.dts 6 #include "aspeed-g5.dtsi"
  /src/sys/arch/sparc/stand/ofwboot/
srt0.s 155 mov %g5, %l5
166 mov %l5, %g5
184 mov %g5, %l5
194 mov %l5, %g5
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 218 int32_t g5 = g[5]; local in function:fe25519_cswap
229 int32_t x5 = f5 ^ g5;
262 g[5] = g5 ^ x5;
386 int32_t g5 = g[5]; local in function:fe25519_mul
396 int32_t g5_19 = 19 * g5;
412 int64_t f0g5 = f0 * (int64_t) g5;
422 int64_t f1g5_2 = f1_2 * (int64_t) g5;
432 int64_t f2g5 = f2 * (int64_t) g5;
442 int64_t f3g5_2 = f3_2 * (int64_t) g5;
452 int64_t f4g5 = f4 * (int64_t) g5;
    [all...]
  /src/lib/libc/arch/sparc/gen/
divrem.m4 92 define(SC, `%g5')

Completed in 28 milliseconds

1 2