Home
last modified time | relevance | path

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

12

/art/runtime/interpreter/mterp/x86_64/
Darithmetic.S67 sarl $$4, %ecx # rcx <- B
129 sarl $$4, %eax # eax <- B
227 sarl $$4, rINST # rINST <- B
246 sarl $$4, %eax # eax <- B
291 sarl $$4, rINST # rINST <- B
306 sarl $$4, rINST # rINST <- B
332 sarl $$4, %ecx # ecx <- B
337 $instr # ex: sarl %cl, %eax
341 $instr # ex: sarl %cl, %eax
353 sarl $$4,rINST # rINST <- B
[all …]
Dfloating_point.S43 sarl $$4, rINST # rINST <- B
76 sarl $$4, rINST # rINST<- B
193 sarl $$4, rINST # rINST <- B
226 sarl $$4, rINST # rINST <- B
Dobject.S60 sarl $$4, %ecx # ecx <- B
114 sarl $$4, %eax # eax <- B
166 sarl $$4, %ecx # ecx <- B
Dother.S40 sarl $$4, %eax
222 sarl $$4, rINST # rINST <- B
Dcontrol_flow.S11 sarl $$4, rINST # rINST <- B
Darray.S119 sarl $$4, rINST # rINST <- B
/art/runtime/interpreter/mterp/x86/
Darithmetic.S61 sarl $$4, %ecx # ecx <- B
93 sarl $$4, %eax # eax <- B
187 sarl $$4, rINST # rINST <- B
206 sarl $$4, %eax # eax <- B
256 sarl $$4, %ecx # ecx<- B
275 sarl $$4, rINST # rINST <- B
335 sarl $$4, %ecx # ecx <- B
339 $instr # ex: sarl %cl, %eax
350 sarl $$4,rINST # rINST <- B
493 sarl $$4, %eax # eax <- B
[all …]
Dobject.S67 sarl $$4, %ecx # ecx <- B
108 sarl $$4, %ecx # ecx <- B
209 sarl $$4, %ecx # ecx<- B
Dfloating_point.S43 sarl $$4, rINST # rINST <- B
76 sarl $$4, rINST # rINST<- B
193 sarl $$4, rINST # rINST <- B
226 sarl $$4, rINST # rINST <- B
Dother.S44 sarl $$4, %eax
252 sarl $$4, rINST # rINST <- B
Dcontrol_flow.S13 sarl $$4, rINST # rINST <- B
Darray.S147 sarl $$4, rINST # rINST <- B
/art/runtime/interpreter/mterp/x86_64ng/
Dobject.S28 sarl $$4, %ecx # ecx <- B
108 sarl $$4, %ecx # ecx <- B
149 sarl $$4, %ecx # ecx<- B
Dother.S20 sarl MACRO_LITERAL(4), %eax
198 sarl $$4, rINST # rINST <- B
Dcontrol_flow.S11 sarl $$4, rINST # rINST <- B
Darray.S114 sarl $$4, rINST # rINST <- B
Dmain.S1290 sarl $$4, %ecx # ecx <- B
1578 sarl $$4,%esi # esi<- B
1601 sarl $$4, %ecx # ecx <- B
1647 sarl $$4, %ecx # ecx <- B
/art/compiler/utils/x86/
Dassembler_x86.h758 void sarl(Register reg, const Immediate& imm);
759 void sarl(Register operand, Register shifter);
760 void sarl(const Address& address, const Immediate& imm);
761 void sarl(const Address& address, Register shifter);
Dassembler_x86.cc3336 void X86Assembler::sarl(Register reg, const Immediate& imm) { in sarl() function in art::x86::X86Assembler
3341 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() function in art::x86::X86Assembler
3346 void X86Assembler::sarl(const Address& address, const Immediate& imm) { in sarl() function in art::x86::X86Assembler
3351 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h809 void sarl(CpuRegister reg, const Immediate& imm);
810 void sarl(CpuRegister operand, CpuRegister shifter);
Dassembler_x86_64_test.cc728 assembler->sarl(*reg, shifter); in sarl_fn()
739 …DriverStr(RepeatrI(&x86_64::X86_64Assembler::sarl, /*imm_bytes*/ 1U, "sarl ${imm}, %{reg}"), "sarl… in TEST_F()
Dassembler_x86_64.cc4560 void X86_64Assembler::sarl(CpuRegister reg, const Immediate& imm) { in sarl() function in art::x86_64::X86_64Assembler
4565 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc3708 __ sarl(num, Immediate(shift)); in DivByPowerOfTwo() local
3766 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local
4288 __ sarl(temp, Immediate(31)); in VisitAbs() local
4433 __ sarl(first_reg, second_reg); in HandleShift() local
4446 __ sarl(first_reg, imm); in HandleShift() local
4531 __ sarl(high, Immediate(31)); in GenerateShrLong() local
4536 __ sarl(high, Immediate(31)); in GenerateShrLong() local
4537 __ sarl(low, Immediate(shift - 32)); in GenerateShrLong() local
4541 __ sarl(high, Immediate(shift)); in GenerateShrLong() local
4548 __ sarl(loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local
[all …]
Dcode_generator_x86_64.cc3835 __ sarl(tmp, Immediate(shift)); in DivByPowerOfTwo() local
3908 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local
4371 __ sarl(mask, Immediate(31)); in VisitAbs() local
4495 __ sarl(first_reg, second_reg); in HandleShift() local
4504 __ sarl(first_reg, imm); in HandleShift() local
Dintrinsics_x86_64.cc196 __ sarl(out, Immediate(16)); in GenReverseBytes() local

12