Searched refs:shrq (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 600 void shrq(CpuRegister reg, const Immediate& imm); 601 void shrq(CpuRegister operand, CpuRegister shifter);
|
D | assembler_x86_64_test.cc | 439 assembler->shrq(*reg, shifter); in shrq_fn() 451 DriverStr(RepeatRI(&x86_64::X86_64Assembler::shrq, 1U, "shrq ${imm}, %{reg}"), "shrqi"); in TEST_F()
|
D | assembler_x86_64.cc | 1850 void X86_64Assembler::shrq(CpuRegister reg, const Immediate& imm) { in shrq() function in art::x86_64::X86_64Assembler 1860 void X86_64Assembler::shrq(CpuRegister operand, CpuRegister shifter) { in shrq() function in art::x86_64::X86_64Assembler
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 854 shrq LITERAL(ROSALLOC_BRACKET_QUANTUM_SIZE_SHIFT), %rax
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 3463 __ shrq(rdx, Immediate(63)); in GenerateDivRemWithAnyConstant() local 3791 __ shrq(first_reg, second_reg); in HandleShift() local 3800 __ shrq(first_reg, imm); in HandleShift() local 5040 __ shrq(temp, Immediate(gc::accounting::CardTable::kCardShift)); in MarkGCCard() local
|
D | intrinsics_x86_64.cc | 2354 __ shrq(reg, imm_shift); in SwapBits64() local
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 4239 shrq %cl, %rax # ex: addl %ecx,%eax 4243 shrq %cl, %rax # ex: addl %ecx,%eax 4952 shrq %cl, %rax # ex: sarl %cl, %eax 4956 shrq %cl, %rax # ex: sarl %cl, %eax
|