/art/runtime/interpreter/mterp/x86_64ng/ |
D | arithmetic.S | 67 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 …]
|
D | floating_point.S | 43 sarl $$4, rINST # rINST <- B 76 sarl $$4, rINST # rINST<- B 193 sarl $$4, rINST # rINST <- B 226 sarl $$4, rINST # rINST <- B
|
D | other.S | 20 sarl MACRO_LITERAL(4), %eax 198 sarl $$4, rINST # rINST <- B
|
D | control_flow.S | 11 sarl $$4, rINST # rINST <- B
|
D | array.S | 114 sarl $$4, rINST # rINST <- B
|
D | main.S | 290 sarl $$COMPACT_CODE_ITEM_REGISTERS_SIZE_SHIFT, \registers 293 sarl $$COMPACT_CODE_ITEM_OUTS_SIZE_SHIFT, \outs 297 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, \ins 301 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, %r11d 1584 sarl $$4, %ecx # ecx <- B 1942 sarl $$4,%esi # esi<- B 1964 sarl $$4, rINST 2009 sarl $$4, %ecx # ecx <- B
|
D | object.S | 87 sarl $$4,%edi # edi<- B
|
/art/runtime/interpreter/mterp/x86ng/ |
D | arithmetic.S | 61 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 …]
|
D | floating_point.S | 43 sarl $$4, rINST # rINST <- B 76 sarl $$4, rINST # rINST<- B 193 sarl $$4, rINST # rINST <- B 226 sarl $$4, rINST # rINST <- B
|
D | other.S | 20 sarl MACRO_LITERAL(4), %eax 215 sarl $$4, rINST # rINST <- B
|
D | control_flow.S | 11 sarl $$4, rINST # rINST <- B
|
D | object.S | 43 sarl $$4,%eax # eax<- B
|
D | main.S | 331 sarl $$COMPACT_CODE_ITEM_REGISTERS_SIZE_SHIFT, \registers 334 sarl $$COMPACT_CODE_ITEM_OUTS_SIZE_SHIFT, \outs 338 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, \ins 342 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, %eax 1626 sarl $$4, %ecx # ecx <- B 1699 sarl $$4, %ecx # ecx <- B 1999 sarl $$4, %ecx # ecx<- B 2025 sarl $$4, rINST 2073 sarl $$4, %ecx # ecx <- B
|
D | array.S | 116 sarl $$4, rINST # rINST <- B
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 837 void sarl(Register reg, const Immediate& imm); 838 void sarl(Register operand, Register shifter); 839 void sarl(const Address& address, const Immediate& imm); 840 void sarl(const Address& address, Register shifter);
|
D | assembler_x86.cc | 3443 void X86Assembler::sarl(Register reg, const Immediate& imm) { in sarl() function in art::x86::X86Assembler 3448 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() function in art::x86::X86Assembler 3453 void X86Assembler::sarl(const Address& address, const Immediate& imm) { in sarl() function in art::x86::X86Assembler 3458 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 899 void sarl(CpuRegister reg, const Immediate& imm); 900 void sarl(CpuRegister operand, CpuRegister shifter);
|
D | assembler_x86_64_test.cc | 728 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()
|
D | assembler_x86_64.cc | 4729 void X86_64Assembler::sarl(CpuRegister reg, const Immediate& imm) { in sarl() function in art::x86_64::X86_64Assembler 4734 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 3972 __ sarl(num, Immediate(shift)); in DivByPowerOfTwo() local 4030 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local 4552 __ sarl(temp, Immediate(31)); in VisitAbs() local 4697 __ sarl(first_reg, second_reg); in HandleShift() local 4710 __ sarl(first_reg, imm); in HandleShift() local 4795 __ sarl(high, Immediate(31)); in GenerateShrLong() local 4800 __ sarl(high, Immediate(31)); in GenerateShrLong() local 4801 __ sarl(low, Immediate(shift - 32)); in GenerateShrLong() local 4805 __ sarl(high, Immediate(shift)); in GenerateShrLong() local 4812 __ sarl(loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local [all …]
|
D | code_generator_x86_64.cc | 4071 __ sarl(tmp, Immediate(shift)); in DivByPowerOfTwo() local 4144 __ sarl(edx, Immediate(shift)); in GenerateDivRemWithAnyConstant() local 4607 __ sarl(mask, Immediate(31)); in VisitAbs() local 4731 __ sarl(first_reg, second_reg); in HandleShift() local 4740 __ sarl(first_reg, imm); in HandleShift() local 5139 __ sarl(value.AsRegister<CpuRegister>(), Immediate(16)); in Bswap() local
|
D | intrinsics_x86.cc | 280 __ sarl(out, Immediate(16)); in GenReverseBytes() local
|