/third_party/musl/src/setjmp/riscv32/ |
H A D | longjmp.S | 10 lw s0, 0(a0) 11 lw s1, 4(a0) 12 lw s2, 8(a0) 13 lw s3, 12(a0) 14 lw s4, 16(a0) 15 lw s5, 20(a0) 16 lw s6, 24(a0) 17 lw s7, 28(a0) 18 lw s8, 32(a0) 19 lw s [all...] |
/third_party/musl/src/setjmp/mips/ |
H A D | longjmp.S | 22 lw $ra, 0($4) 23 lw $sp, 4($4) 24 lw $16, 8($4) 25 lw $17, 12($4) 26 lw $18, 16($4) 27 lw $19, 20($4) 28 lw $20, 24($4) 29 lw $21, 28($4) 30 lw $22, 32($4) 31 lw [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/aes/ |
H A D | aes-mips.S | 13 lw $12,0($6) 14 lw $13,4($6) 15 lw $14,8($6) 16 lw $15,12($6) 17 lw $30,240($6) 79 lw $8,0($3) 81 lw $9,4($3) 83 lw $10,8($3) 85 lw $11,12($3) 123 lw [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/aes/ |
H A D | aes-mips.S | 13 lw $12,0($6) 14 lw $13,4($6) 15 lw $14,8($6) 16 lw $15,12($6) 17 lw $30,240($6) 79 lw $8,0($3) 81 lw $9,4($3) 83 lw $10,8($3) 85 lw $11,12($3) 123 lw [all...] |
/third_party/musl/src/thread/mips/ |
H A D | syscall_cp.s | 19 lw $4, 0($4) 24 lw $6, 48($sp) 25 lw $7, 52($sp) 26 lw $8, 56($sp) 27 lw $9, 60($sp) 28 lw $10,64($sp) 33 lw $2, 28($sp) 48 1: lw $3, ($ra) 50 lw $25, 4($ra)
|
H A D | clone.s | 13 lw $6, 16($sp) 14 lw $7, 20($sp) 15 lw $9, 24($sp) 30 1: lw $25, 0($sp) 31 lw $4, 4($sp)
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
H A D | sha256-mips.S | 33 lw $1,0*4($4) # load context 34 lw $2,1*4($4) 35 lw $3,2*4($4) 36 lw $7,3*4($4) 37 lw $24,4*4($4) 38 lw $25,5*4($4) 39 lw $30,6*4($4) 40 lw $31,7*4($4) 49 lw $8,($5) 55 lw [all...] |
H A D | sha1-mips.S | 28 lw $1,0($4) 29 lw $2,4($4) 30 lw $3,8($4) 31 lw $7,12($4) 33 lw $24,16($4) 39 lw $8,($5) 68 lw $9,1*4($5) 115 lw $10,2*4($5) 162 lw $11,3*4($5) 209 lw [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
H A D | sha256-mips.S | 33 lw $1,0*4($4) # load context 34 lw $2,1*4($4) 35 lw $3,2*4($4) 36 lw $7,3*4($4) 37 lw $24,4*4($4) 38 lw $25,5*4($4) 39 lw $30,6*4($4) 40 lw $31,7*4($4) 49 lw $8,($5) 55 lw [all...] |
H A D | sha1-mips.S | 28 lw $1,0($4) 29 lw $2,4($4) 30 lw $3,8($4) 31 lw $7,12($4) 33 lw $24,16($4) 39 lw $8,($5) 68 lw $9,1*4($5) 115 lw $10,2*4($5) 162 lw $11,3*4($5) 209 lw [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 59 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 90 $REG_L="lw"; 137 lw $t0,0($key) 138 lw $t1,4($key) 139 lw $t2,8($key) 140 lw $t3,12($key) 141 lw $cnt,240($key) 203 lw $s0,0($key0) 205 lw $s1,4($key0) 207 lw [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 59 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 90 $REG_L="lw"; 137 lw $t0,0($key) 138 lw $t1,4($key) 139 lw $t2,8($key) 140 lw $t3,12($key) 141 lw $cnt,240($key) 203 lw $s0,0($key0) 205 lw $s1,4($key0) 207 lw [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | localeprioritylist.cpp | 176 LocaleAndWeight &lw = list->array[i]; in orphanLocaleAt() local 177 Locale *l = lw.locale; in orphanLocaleAt() 178 lw.locale = nullptr; in orphanLocaleAt() 194 LocaleAndWeight &lw = list->array[index]; in add() local 195 clone.adoptInstead(lw.locale); in add() 196 lw.locale = nullptr; in add() 197 lw.weight = 0; in add() 223 LocaleAndWeight &lw = list->array[listLength]; in add() local 224 lw.locale = clone.orphan(); in add() 225 lw in add() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | localeprioritylist.cpp | 176 LocaleAndWeight &lw = list->array[i]; in orphanLocaleAt() local 177 Locale *l = lw.locale; in orphanLocaleAt() 178 lw.locale = nullptr; in orphanLocaleAt() 194 LocaleAndWeight &lw = list->array[index]; in add() local 195 clone.adoptInstead(lw.locale); in add() 196 lw.locale = nullptr; in add() 197 lw.weight = 0; in add() 223 LocaleAndWeight &lw = list->array[listLength]; in add() local 224 lw.locale = clone.orphan(); in add() 225 lw in add() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localeprioritylist.cpp | 176 LocaleAndWeight &lw = list->array[i]; in orphanLocaleAt() local 177 Locale *l = lw.locale; in orphanLocaleAt() 178 lw.locale = nullptr; in orphanLocaleAt() 194 LocaleAndWeight &lw = list->array[index]; in add() local 195 clone.adoptInstead(lw.locale); in add() 196 lw.locale = nullptr; in add() 197 lw.weight = 0; in add() 223 LocaleAndWeight &lw = list->array[listLength]; in add() local 224 lw.locale = clone.orphan(); in add() 225 lw in add() [all...] |
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 89 __ lw(scratch2, MemOperand(scratch2)); in Generate_PushArguments() 91 __ lw(scratch2, MemOperand(scratch2)); in Generate_PushArguments() 135 __ lw(cp, MemOperand(fp, ConstructFrameConstants::kContextOffset)); in Generate_JSBuiltinsConstructStubHelper() 137 __ lw(t3, MemOperand(fp, ConstructFrameConstants::kLengthOffset)); in Generate_JSBuiltinsConstructStubHelper() 179 __ lw(t2, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset)); in Generate_JSConstructStubGeneric() 180 __ lw(t2, FieldMemOperand(t2, SharedFunctionInfo::kFlagsOffset)); in Generate_JSConstructStubGeneric() 237 __ lw(a1, MemOperand(fp, ConstructFrameConstants::kConstructorOffset)); in Generate_JSConstructStubGeneric() 238 __ lw(a0, MemOperand(fp, ConstructFrameConstants::kLengthOffset)); in Generate_JSConstructStubGeneric() 289 __ lw(v0, MemOperand(sp, 0 * kPointerSize)); in Generate_JSConstructStubGeneric() 294 __ lw(a in Generate_JSConstructStubGeneric() [all...] |
/third_party/musl/src/signal/mips/ |
H A D | sigsetjmp.s | 17 lw $25, %call16(setjmp)($gp) 23 lw $ra, 104($4) 24 lw $16, 104+4+16($4) 27 lw $25, %call16(__sigsetjmp_tail)($gp) 31 1: lw $25, %call16(setjmp)($gp)
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-mips.pl | 46 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 73 $REG_L="lw"; 135 lw @X[$j],$j*4($inp) 263 lw @X[0],0($ctx) 265 lw @X[1],4($ctx) 267 lw @X[2],8($ctx) 270 lw @X[3],12($ctx) 273 lw @X[4],16($ctx) 277 lw @X[0],0($ctx) 280 lw [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-mips.pl | 46 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 73 $REG_L="lw"; 135 lw @X[$j],$j*4($inp) 263 lw @X[0],0($ctx) 265 lw @X[1],4($ctx) 267 lw @X[2],8($ctx) 270 lw @X[3],12($ctx) 273 lw @X[4],16($ctx) 277 lw @X[0],0($ctx) 280 lw [all...] |
/third_party/node/deps/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.cc | 145 __ lw(a0, register_location(reg)); in AdvanceRegister() 193 __ lw(a1, MemOperand(frame_pointer(), kStringStartMinusOne)); in CheckAtStart() 202 __ lw(a1, MemOperand(frame_pointer(), kStringStartMinusOne)); in CheckNotAtStart() 215 __ lw(a0, MemOperand(backtrack_stackpointer(), 0)); in CheckGreedyLoop() 227 __ lw(a0, register_location(start_reg)); // Index of start of capture. in CheckNotBackReferenceIgnoreCase() 228 __ lw(a1, register_location(start_reg + 1)); // Index of end of capture. in CheckNotBackReferenceIgnoreCase() 237 __ lw(t0, MemOperand(frame_pointer(), kStringStartMinusOne)); in CheckNotBackReferenceIgnoreCase() 297 __ lw(t0, register_location(start_reg)); // Index of start of capture. in CheckNotBackReferenceIgnoreCase() 298 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture. in CheckNotBackReferenceIgnoreCase() 360 __ lw(a in CheckNotBackReference() [all...] |
/third_party/musl/src/thread/mipsn32/ |
H A D | syscall_cp.s | 20 lw $4, 0($4) 29 lw $10, 0($sp) 46 1: lw $3, 0($ra) 48 lw $25, 4($ra)
|
/third_party/musl/src/signal/mipsn32/ |
H A D | sigsetjmp.s | 21 lw $25, %got_disp(setjmp)($3) 32 lw $25, %got_disp(__sigsetjmp_tail)($3) 36 lw $25, %got_disp(setjmp)($3)
|
/third_party/musl/src/ldso/mips/ |
H A D | dlsym.s | 10 lw $25, %call16(__dlsym)($gp) 15 lw $ra, 12($sp)
|
/third_party/musl/src/thread/riscv32/ |
H A D | syscall_cp.s | 13 lw t0, 0(a0) 23 lw a6, 0(sp)
|
/third_party/musl/src/signal/riscv32/ |
H A D | sigsetjmp.s | 19 lw s0, 164(a0) 20 lw ra, 152(a0)
|