Home
last modified time | relevance | path

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

/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
Dother.S40 sarl $$4, %eax
222 sarl $$4, rINST # rINST <- B
Dobject.S63 sarl $$4, %eax # eax <- 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 …]
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
Dobject.S72 sarl $$4, %eax # eax <- B
Darray.S147 sarl $$4, rINST # rINST <- B
/art/runtime/interpreter/mterp/x86_64ng/
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.S288 sarl $$COMPACT_CODE_ITEM_REGISTERS_SIZE_SHIFT, \registers
291 sarl $$COMPACT_CODE_ITEM_OUTS_SIZE_SHIFT, \outs
295 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, \ins
299 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, %r11d
1587 sarl $$4, %ecx # ecx <- B
1918 sarl $$4,%esi # esi<- B
1940 sarl $$4, rINST
1985 sarl $$4, %ecx # ecx <- B
/art/compiler/utils/x86/
Dassembler_x86.h787 void sarl(Register reg, const Immediate& imm);
788 void sarl(Register operand, Register shifter);
789 void sarl(const Address& address, const Immediate& imm);
790 void sarl(const Address& address, Register shifter);
Dassembler_x86.cc3365 void X86Assembler::sarl(Register reg, const Immediate& imm) { in sarl() function in art::x86::X86Assembler
3370 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() function in art::x86::X86Assembler
3375 void X86Assembler::sarl(const Address& address, const Immediate& imm) { in sarl() function in art::x86::X86Assembler
3380 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h810 void sarl(CpuRegister reg, const Immediate& imm);
811 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.cc4569 void X86_64Assembler::sarl(CpuRegister reg, const Immediate& imm) { in sarl() function in art::x86_64::X86_64Assembler
4574 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc3894 __ sarl(num, Immediate(shift)); in DivByPowerOfTwo() local
3952 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local
4474 __ sarl(temp, Immediate(31)); in VisitAbs() local
4619 __ sarl(first_reg, second_reg); in HandleShift() local
4632 __ sarl(first_reg, imm); in HandleShift() local
4717 __ sarl(high, Immediate(31)); in GenerateShrLong() local
4722 __ sarl(high, Immediate(31)); in GenerateShrLong() local
4723 __ sarl(low, Immediate(shift - 32)); in GenerateShrLong() local
4727 __ sarl(high, Immediate(shift)); in GenerateShrLong() local
4734 __ sarl(loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local
[all …]
Dcode_generator_x86_64.cc3922 __ sarl(tmp, Immediate(shift)); in DivByPowerOfTwo() local
3995 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local
4458 __ sarl(mask, Immediate(31)); in VisitAbs() local
4582 __ sarl(first_reg, second_reg); in HandleShift() local
4591 __ sarl(first_reg, imm); in HandleShift() local
Dintrinsics_x86_64.cc196 __ sarl(out, Immediate(16)); in GenReverseBytes() local
Dintrinsics_x86.cc280 __ sarl(out, Immediate(16)); in GenReverseBytes() local