/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | test_trig.c | 197 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 D | getcontext.S | 39 sra $1, $X, 31; \ 44 sra $1, $31, 31; \
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | s390x.S | 31 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 D | s390x-mont.pl | 127 sra $num,3 # restore $num
|
H A D | sparcv8plus.S | 178 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 D | s390x.S | 31 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 D | s390x-mont.pl | 127 sra $num,3 # restore $num
|
H A D | sparcv8plus.S | 178 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 D | s390x-mont.S | 25 sra %r1,3 # restore %r1
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 25 sra %r1,3 # restore %r1
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 25 sra %r1,3 # restore %r1
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 25 sra %r1,3 # restore %r1
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 209 sra %i2,%g0,%i0 222 sra %o0,%g0,%o0 ! we return signed int, remember?
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 209 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 D | liftoff-assembler-mips.h | 222 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 D | IceAssemblerMIPS32.h | 275 void sra(const Operand *OpRd, const Operand *OpRt, const uint32_t Sa);
|
H A D | IceInstMIPS32.cpp | 1056 Asm->sra(getDest(), getSrc(0), Imm); in emitIAS()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 977 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 D | macro-assembler-mips.h | 470 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 D | regexp-macro-assembler-mips.cc | 829 __ sra(a2, a2, 1); in GetCode() 831 __ sra(a3, a3, 1); in GetCode()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 847 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 D | disasm-mips.cc | 1265 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 D | disasm-loong64.cc | 1074 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 D | macro-assembler-mips64.h | 503 sra(dst, src, kSmiShift); in SmiUntag()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 543 DECLARE_S390_RS_SHIFT_FORMAT(sra, SRA)
|