/art/runtime/interpreter/mterp/x86_64/ |
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 | object.S | 60 sarl $$4, %ecx # ecx <- B 114 sarl $$4, %eax # eax <- B 166 sarl $$4, %ecx # ecx <- B
|
D | other.S | 40 sarl $$4, %eax 222 sarl $$4, rINST # rINST <- B
|
D | control_flow.S | 11 sarl $$4, rINST # rINST <- B
|
D | array.S | 119 sarl $$4, rINST # rINST <- B
|
/art/runtime/interpreter/mterp/x86/ |
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 | object.S | 67 sarl $$4, %ecx # ecx <- B 108 sarl $$4, %ecx # ecx <- B 209 sarl $$4, %ecx # ecx<- B
|
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 | 44 sarl $$4, %eax 252 sarl $$4, rINST # rINST <- B
|
D | control_flow.S | 13 sarl $$4, rINST # rINST <- B
|
D | array.S | 147 sarl $$4, rINST # rINST <- B
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | object.S | 28 sarl $$4, %ecx # ecx <- B 108 sarl $$4, %ecx # ecx <- B 149 sarl $$4, %ecx # ecx<- 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 | 1290 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/ |
D | assembler_x86.h | 758 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);
|
D | assembler_x86.cc | 3336 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/ |
D | assembler_x86_64.h | 809 void sarl(CpuRegister reg, const Immediate& imm); 810 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 | 4560 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/ |
D | code_generator_x86.cc | 3708 __ 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 …]
|
D | code_generator_x86_64.cc | 3835 __ 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
|
D | intrinsics_x86_64.cc | 196 __ sarl(out, Immediate(16)); in GenReverseBytes() local
|