Searched defs:sarl (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 3657 __ sarl(num, Immediate(shift)); in DivByPowerOfTwo() local 3715 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local 4237 __ sarl(temp, Immediate(31)); in VisitAbs() local 4382 __ sarl(first_reg, second_reg); in HandleShift() local 4395 __ sarl(first_reg, imm); in HandleShift() local 4480 __ sarl(high, Immediate(31)); in GenerateShrLong() local 4485 __ sarl(high, Immediate(31)); in GenerateShrLong() local 4486 __ sarl(low, Immediate(shift - 32)); in GenerateShrLong() local 4490 __ sarl(high, Immediate(shift)); in GenerateShrLong() local 4497 __ sarl(loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local [all …]
|
D | code_generator_x86_64.cc | 3716 __ sarl(tmp, Immediate(shift)); in DivByPowerOfTwo() local 3789 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local 4252 __ sarl(mask, Immediate(31)); in VisitAbs() local 4376 __ sarl(first_reg, second_reg); in HandleShift() local 4385 __ sarl(first_reg, imm); in HandleShift() local
|
D | intrinsics_x86.cc | 283 __ sarl(out, Immediate(16)); in GenReverseBytes() local
|
D | intrinsics_x86_64.cc | 201 __ sarl(out, Immediate(16)); in GenReverseBytes() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3329 void X86Assembler::sarl(Register reg, const Immediate& imm) { in sarl() function in art::x86::X86Assembler 3334 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() function in art::x86::X86Assembler 3339 void X86Assembler::sarl(const Address& address, const Immediate& imm) { in sarl() function in art::x86::X86Assembler 3344 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 4544 void X86_64Assembler::sarl(CpuRegister reg, const Immediate& imm) { in sarl() function in art::x86_64::X86_64Assembler 4549 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() function in art::x86_64::X86_64Assembler
|