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 | 657 x86_64::CpuRegister shifter(x86_64::RCX); in shll_fn() local 678 x86_64::CpuRegister shifter(x86_64::RCX); in shlq_fn() local 699 x86_64::CpuRegister shifter(x86_64::RCX); in shrl_fn() local 719 x86_64::CpuRegister shifter(x86_64::RCX); in shrq_fn() local 739 x86_64::CpuRegister shifter(x86_64::RCX); in sarl_fn() local 759 x86_64::CpuRegister shifter(x86_64::RCX); in sarq_fn() local 779 x86_64::CpuRegister shifter(x86_64::RCX); in rorl_fn() local 799 x86_64::CpuRegister shifter(x86_64::RCX); in roll_fn() local 819 x86_64::CpuRegister shifter(x86_64::RCX); in rorq_fn() local 839 x86_64::CpuRegister shifter(x86_64::RCX); in rolq_fn() local
|
D | assembler_x86_64.cc | 4755 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll() 4760 void X86_64Assembler::shlq(CpuRegister operand, CpuRegister shifter) { in shlq() 4775 void X86_64Assembler::shrl(CpuRegister operand, CpuRegister shifter) { in shrl() 4780 void X86_64Assembler::shrq(CpuRegister operand, CpuRegister shifter) { in shrq() 4790 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() 4800 void X86_64Assembler::sarq(CpuRegister operand, CpuRegister shifter) { in sarq() 4810 void X86_64Assembler::roll(CpuRegister operand, CpuRegister shifter) { in roll() 4820 void X86_64Assembler::rorl(CpuRegister operand, CpuRegister shifter) { in rorl() 4830 void X86_64Assembler::rolq(CpuRegister operand, CpuRegister shifter) { in rolq() 4840 void X86_64Assembler::rorq(CpuRegister operand, CpuRegister shifter) { in rorq() [all …]
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3416 void X86Assembler::shll(Register operand, Register shifter) { in shll() 3426 void X86Assembler::shll(const Address& address, Register shifter) { in shll() 3436 void X86Assembler::shrl(Register operand, Register shifter) { in shrl() 3446 void X86Assembler::shrl(const Address& address, Register shifter) { in shrl() 3456 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() 3466 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl() 3471 void X86Assembler::shld(Register dst, Register src, Register shifter) { in shld() 3489 void X86Assembler::shrd(Register dst, Register src, Register shifter) { in shrd() 3512 void X86Assembler::roll(Register operand, Register shifter) { in roll() 3522 void X86Assembler::rorl(Register operand, Register shifter) { in rorl() [all …]
|
D | assembler_x86_test.cc | 498 x86::Register shifter(x86::ECX); in rorl_fn() local 518 x86::Register shifter(x86::ECX); in roll_fn() local
|
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 4980 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, Register shifter) { in GenerateShlLong() 5012 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { in GenerateShrLong() 5047 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { in GenerateUShrLong()
|