Searched defs:shifter (Results 1 – 6 of 6) sorted by relevance
/art/test/530-checker-loops3/src/ |
D | Main.java | 206 public static void shifter(int[] x) { in shifter() method in Main
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 644 x86_64::CpuRegister shifter(x86_64::RCX); in shll_fn() local 665 x86_64::CpuRegister shifter(x86_64::RCX); in shlq_fn() local 686 x86_64::CpuRegister shifter(x86_64::RCX); in shrl_fn() local 706 x86_64::CpuRegister shifter(x86_64::RCX); in shrq_fn() local 726 x86_64::CpuRegister shifter(x86_64::RCX); in sarl_fn() local 746 x86_64::CpuRegister shifter(x86_64::RCX); in sarq_fn() local 766 x86_64::CpuRegister shifter(x86_64::RCX); in rorl_fn() local 786 x86_64::CpuRegister shifter(x86_64::RCX); in roll_fn() local 806 x86_64::CpuRegister shifter(x86_64::RCX); in rorq_fn() local 826 x86_64::CpuRegister shifter(x86_64::RCX); in rolq_fn() local
|
D | assembler_x86_64.cc | 4539 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll() 4544 void X86_64Assembler::shlq(CpuRegister operand, CpuRegister shifter) { in shlq() 4559 void X86_64Assembler::shrl(CpuRegister operand, CpuRegister shifter) { in shrl() 4564 void X86_64Assembler::shrq(CpuRegister operand, CpuRegister shifter) { in shrq() 4574 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() 4584 void X86_64Assembler::sarq(CpuRegister operand, CpuRegister shifter) { in sarq() 4594 void X86_64Assembler::roll(CpuRegister operand, CpuRegister shifter) { in roll() 4604 void X86_64Assembler::rorl(CpuRegister operand, CpuRegister shifter) { in rorl() 4614 void X86_64Assembler::rolq(CpuRegister operand, CpuRegister shifter) { in rolq() 4624 void X86_64Assembler::rorq(CpuRegister operand, CpuRegister shifter) { in rorq() [all …]
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3330 void X86Assembler::shll(Register operand, Register shifter) { in shll() 3340 void X86Assembler::shll(const Address& address, Register shifter) { in shll() 3350 void X86Assembler::shrl(Register operand, Register shifter) { in shrl() 3360 void X86Assembler::shrl(const Address& address, Register shifter) { in shrl() 3370 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() 3380 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl() 3385 void X86Assembler::shld(Register dst, Register src, Register shifter) { in shld() 3403 void X86Assembler::shrd(Register dst, Register src, Register shifter) { in shrd() 3426 void X86Assembler::roll(Register operand, Register shifter) { in roll() 3436 void X86Assembler::rorl(Register operand, Register shifter) { in rorl() [all …]
|
D | assembler_x86_test.cc | 482 x86::Register shifter(x86::ECX); in rorl_fn() local 502 x86::Register shifter(x86::ECX); in roll_fn() local
|
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 4699 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, Register shifter) { in GenerateShlLong() 4731 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { in GenerateShrLong() 4766 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { in GenerateUShrLong()
|