Home
last modified time | relevance | path

Searched refs:LONG_S (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/arch/mips/lib/
Dgenex.S24 LONG_S $1, PT_R1(sp)
33 LONG_S $8, PT_R8(sp)
34 LONG_S $9, PT_R9(sp)
36 LONG_S $10, PT_R10(sp)
37 LONG_S $11, PT_R11(sp)
38 LONG_S $12, PT_R12(sp)
40 LONG_S v1, PT_HI(sp)
43 LONG_S $13, PT_R13(sp)
44 LONG_S $14, PT_R14(sp)
45 LONG_S $15, PT_R15(sp)
[all …]
Dcache_init.S24 LONG_S \val, (\offset + 0 * LONGSIZE)(\dst)
25 LONG_S \val, (\offset + 1 * LONGSIZE)(\dst)
26 LONG_S \val, (\offset + 2 * LONGSIZE)(\dst)
27 LONG_S \val, (\offset + 3 * LONGSIZE)(\dst)
28 LONG_S \val, (\offset + 4 * LONGSIZE)(\dst)
29 LONG_S \val, (\offset + 5 * LONGSIZE)(\dst)
30 LONG_S \val, (\offset + 6 * LONGSIZE)(\dst)
31 LONG_S \val, (\offset + 7 * LONGSIZE)(\dst)
33 LONG_S \val, (\offset + 8 * LONGSIZE)(\dst)
34 LONG_S \val, (\offset + 9 * LONGSIZE)(\dst)
[all …]
/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-mips.h39 # define LONG_S "sd" macro
46 # define LONG_S "sw" macro
74 LONG_S " $4, %[" __rseq_str(rseq_cs) "]\n\t" \
130 LONG_S " %[newv], %[v]\n\t" in rseq_cmpeqv_storev()
189 LONG_S " $4, %[load]\n\t" in rseq_cmpnev_storeoffp_load()
193 LONG_S " $4, %[v]\n\t" in rseq_cmpnev_storeoffp_load()
251 LONG_S " $4, %[v]\n\t" in rseq_addv()
306 LONG_S " %[newv2], %[v2]\n\t" in rseq_cmpeqv_trystorev_storev()
309 LONG_S " %[newv], %[v]\n\t" in rseq_cmpeqv_trystorev_storev()
374 LONG_S " %[newv2], %[v2]\n\t" in rseq_cmpeqv_trystorev_storev_release()
[all …]
Drseq-s390.h31 #define LONG_S "stg" macro
59 #define LONG_S "st" macro
75 LONG_S " %%r0, %[" __rseq_str(rseq_cs) "]\n\t" \
118 LONG_S " %[newv], %[v]\n\t" in rseq_cmpeqv_storev()
177 LONG_S " %%r1, %[load]\n\t" in rseq_cmpnev_storeoffp_load()
181 LONG_S " %%r1, %[v]\n\t" in rseq_cmpnev_storeoffp_load()
233 LONG_S " %%r0, %[v]\n\t" in rseq_addv()
284 LONG_S " %[newv2], %[v2]\n\t" in rseq_cmpeqv_trystorev_storev()
287 LONG_S " %[newv], %[v]\n\t" in rseq_cmpeqv_trystorev_storev()
360 LONG_S " %[newv], %[v]\n\t" in rseq_cmpeqv_cmpeqv_storev()
[all …]
/external/u-boot/arch/mips/include/asm/
Dasm.h311 #define LONG_S sw macro
334 #define LONG_S sd macro
/external/icu/icu4c/source/common/
Ducase.h163 constexpr UChar LONG_S = 0x17f; variable
Dustrcase.cpp225 if (lead < LatinCase::LONG_S) { in toLower()
320 if (lead < LatinCase::LONG_S) { in toUpper()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java458 if (lead < UCaseProps.LatinCase.LONG_S) { in internalToLower()
535 if (lead < UCaseProps.LatinCase.LONG_S) { in internalToUpper()
DUCaseProps.java631 static final char LONG_S = 0x17f; field in UCaseProps.LatinCase
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java453 if (lead < UCaseProps.LatinCase.LONG_S) { in internalToLower()
530 if (lead < UCaseProps.LatinCase.LONG_S) { in internalToUpper()
DUCaseProps.java626 static final char LONG_S = 0x17f; field in UCaseProps.LatinCase