Home
last modified time | relevance | path

Searched refs:sra (Results 1 - 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/tools/
H A Dtest_trig.c197 double ra, cra, sra; in test_rotate() local
203 sra = sin( ra ); in test_rotate()
223 c3 = c1 * cra - s1 * sra; in test_rotate()
224 s3 = c1 * sra + s1 * cra; in test_rotate()
/third_party/libunwind/libunwind/src/mips/
H A Dgetcontext.S39 sra $1, $X, 31; \
44 sra $1, $31, 31; \
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Ds390x.S31 sra %r4,2 // cnt=len/4
140 sra %r4,2 // cnt=len/4
269 sra %r5,2 // len/4, use sra because it sets condition code
323 sra %r5,2 // len/4, use sra because it sets condition code
H A Ds390x-mont.pl127 sra $num,3 # restore $num
H A Dsparcv8plus.S178 sra %o2,%g0,%o2 ! signx %o2
280 sra %o2,%g0,%o2 ! signx %o2
368 sra %o2,%g0,%o2 ! signx %o2
473 sra %o3,%g0,%o3 ! signx %o3
551 sra %o3,%g0,%o3 ! signx %o3
/third_party/openssl/crypto/bn/asm/
H A Ds390x.S31 sra %r4,2 // cnt=len/4
140 sra %r4,2 // cnt=len/4
269 sra %r5,2 // len/4, use sra because it sets condition code
323 sra %r5,2 // len/4, use sra because it sets condition code
H A Ds390x-mont.pl127 sra $num,3 # restore $num
H A Dsparcv8plus.S178 sra %o2,%g0,%o2 ! signx %o2
280 sra %o2,%g0,%o2 ! signx %o2
368 sra %o2,%g0,%o2 ! signx %o2
473 sra %o3,%g0,%o3 ! signx %o3
551 sra %o3,%g0,%o3 ! signx %o3
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/
H A Ds390x-mont.S25 sra %r1,3 # restore %r1
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/
H A Ds390x-mont.S25 sra %r1,3 # restore %r1
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/
H A Ds390x-mont.S25 sra %r1,3 # restore %r1
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/
H A Ds390x-mont.S25 sra %r1,3 # restore %r1
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S209 sra %i2,%g0,%i0
222 sra %o0,%g0,%o0 ! we return signed int, remember?
/third_party/openssl/crypto/
H A Dsparccpuid.S209 sra %i2,%g0,%i0
222 sra %o0,%g0,%o0 ! we return signed int, remember?
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h222 assm->sra(tmp.high_gp(), tmp.low_gp(), 31); in ChangeEndiannessLoad()
230 assm->sra(tmp.high_gp(), tmp.low_gp(), 31); in ChangeEndiannessLoad()
578 sra(dst.high_gp(), dst.high_gp(), 31); in Load()
593 sra(dst.high_gp(), dst.high_gp(), 31); in Load()
605 sra(dst.high_gp(), dst.high_gp(), 31); in Load()
1017 I32_SHIFTOP_I(sar, sra)
1498 sra(dst.high_gp(), dst.high_gp(), 31); in emit_type_conversion()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h275 void sra(const Operand *OpRd, const Operand *OpRt, const uint32_t Sa);
H A DIceInstMIPS32.cpp1056 Asm->sra(getDest(), getSrc(0), Imm); in emitIAS()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc977 sra(dest, dest, 16); in CallRecordWriteStub()
1445 sra(dst_high, dst_low, 31); in CallRecordWriteStub()
1631 sra(dst_high, dst_high, 31); in CallRecordWriteStub()
1648 sra(dst_high, src_high, shift); in CallRecordWriteStub()
1651 sra(dst_high, src_high, shift); in CallRecordWriteStub()
1657 sra(dst_high, src_high, 31); in CallRecordWriteStub()
1661 sra(dst_high, src_high, 31); in CallRecordWriteStub()
1662 sra(dst_low, src_high, shift); in CallRecordWriteStub()
1745 sra(rd, rd, 24); in CallRecordWriteStub()
1755 sra(r in CallRecordWriteStub()
[all...]
H A Dmacro-assembler-mips.h470 void SmiUntag(Register reg) { sra(reg, reg, kSmiTagSize); } in SmiUntag()
472 void SmiUntag(Register dst, Register src) { sra(dst, src, kSmiTagSize); } in SmiUntag()
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc829 __ sra(a2, a2, 1); in GetCode()
831 __ sra(a3, a3, 1); in GetCode()
/third_party/skia/src/core/
H A DSkVM.h847 I32 sra(I32 x, int bits); in abs()
1263 SI I32 sra(I32 x, int bits) { return x->sra(x, bits); } in sra() function
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1265 Format(instr, "sra 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
2219 Format(instr, "sra.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc1074 Format(instr, "sra.w 'rd, 'rj, 'rk"); in DecodeTypekOp17()
1083 Format(instr, "sra.d 'rd, 'rj, 'rk"); in DecodeTypekOp17()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h503 sra(dst, src, kSmiShift); in SmiUntag()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h543 DECLARE_S390_RS_SHIFT_FORMAT(sra, SRA)

Completed in 47 milliseconds

12