Home
last modified time | relevance | path

Searched refs:shll (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/bionic/libm/x86/
H A Ds_tan.S157 shll $1, %ecx
161 shll $2, %ecx
167 shll $4, %edx
H A Ds_cbrt.S114 shll $8, %ebx
179 shll $8, %ebx
H A Ds_cos.S225 shll $5, %edx
H A Ds_sin.S226 shll $5, %edx
H A De_sinh.S128 shll $3, %edx
H A Ds_expm1.S128 shll $4, %ecx
H A Dlibm_reduce_pi04l.S175 shll $5, %eax
257 shll %cl, %eax
268 shll %cl, %edx
271 shll %cl, %eax
H A Dlibm_sincos_huge.S103 shll %cl, %eax
H A Dlibm_tancot_huge.S103 shll %cl, %edx
/aosp12/bionic/libm/x86_64/
H A Ds_tan.S359 shll %cl, %r9d
392 shll $4, %edx
404 shll $16, %esi
439 shll $4, %eax
448 shll $1, %ecx
452 shll $2, %ecx
458 shll $4, %edx
H A Ds_sin.S210 shll $5, %edx
377 shll %cl, %r9d
410 shll $4, %edx
422 shll $16, %esi
453 shll $3, %eax
460 shll $5, %edx
H A Ds_cos.S370 shll %cl, %r9d
403 shll $4, %edx
415 shll $16, %esi
446 shll $3, %eax
453 shll $5, %edx
H A De_sinh.S109 shll $3, %edx
H A Ds_expm1.S110 shll $4, %ecx
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.h779 void shll(Register reg, const Immediate& imm);
780 void shll(Register operand, Register shifter);
781 void shll(const Address& address, const Immediate& imm);
782 void shll(const Address& address, Register shifter);
H A Dassembler_x86.cc3325 void X86Assembler::shll(Register reg, const Immediate& imm) { in shll() function in art::x86::X86Assembler
3330 void X86Assembler::shll(Register operand, Register shifter) { in shll() function in art::x86::X86Assembler
3335 void X86Assembler::shll(const Address& address, const Immediate& imm) { in shll() function in art::x86::X86Assembler
3340 void X86Assembler::shll(const Address& address, Register shifter) { in shll() function in art::x86::X86Assembler
/aosp12/art/runtime/interpreter/mterp/x86_64/
H A Dmain.S236 shll MACRO_LITERAL(${handler_size_bits}), %eax
/aosp12/art/runtime/interpreter/mterp/x86/
H A Dmain.S248 shll MACRO_LITERAL(${handler_size_bits}), %eax
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h806 void shll(CpuRegister reg, const Immediate& imm);
807 void shll(CpuRegister operand, CpuRegister shifter);
H A Dassembler_x86_64_test.cc646 assembler->shll(*reg, shifter); in shll_fn()
657 DriverStr(RepeatrI(&x86_64::X86_64Assembler::shll, /*imm_bytes*/ 1U, in TEST_F()
/aosp12/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc2193 __ shll(temp, imm_shift); in SwapBits() local
2393 __ shll(out, tmp); in GenOneBit() local
2759 __ shll(out, Immediate(LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo() local
H A Dcode_generator_x86.cc812 __ shll(index_reg, Immediate(TIMES_4)); in EmitNativeCode() local
4617 __ shll(first_reg, second_reg); in HandleShift() local
4630 __ shll(first_reg, imm); in HandleShift() local
4690 __ shll(high, Immediate(shift - 32)); in GenerateShlLong() local
4695 __ shll(low, Immediate(shift)); in GenerateShlLong() local
4702 __ shll(loc.AsRegisterPairLow<Register>(), shifter); in GenerateShlLong() local
7315 __ shll(temp, Immediate(32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
H A Dcode_generator_x86_64.cc825 __ shll(CpuRegister(index_reg), Immediate(TIMES_4)); in EmitNativeCode() local
4580 __ shll(first_reg, second_reg); in HandleShift() local
4589 __ shll(first_reg, imm); in HandleShift() local
6204 __ shll(temp, Immediate(32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
H A Dintrinsics_x86.cc2217 __ shll(temp, imm_shift); in SwapBits() local
3214 __ shll(out, Immediate(LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo() local
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dmain.S123 shll MACRO_LITERAL(${handler_size_bits}), %ecx

12