Home
last modified time | relevance | path

Searched defs:shifter (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc366 x86_64::CpuRegister shifter(x86_64::RCX); in shll_fn() local
389 x86_64::CpuRegister shifter(x86_64::RCX); in shlq_fn() local
412 x86_64::CpuRegister shifter(x86_64::RCX); in shrl_fn() local
435 x86_64::CpuRegister shifter(x86_64::RCX); in shrq_fn() local
458 x86_64::CpuRegister shifter(x86_64::RCX); in sarl_fn() local
481 x86_64::CpuRegister shifter(x86_64::RCX); in sarq_fn() local
Dassembler_x86_64.cc1799 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll()
1804 void X86_64Assembler::shlq(CpuRegister operand, CpuRegister shifter) { in shlq()
1819 void X86_64Assembler::shrl(CpuRegister operand, CpuRegister shifter) { in shrl()
1824 void X86_64Assembler::shrq(CpuRegister operand, CpuRegister shifter) { in shrq()
1834 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl()
1844 void X86_64Assembler::sarq(CpuRegister operand, CpuRegister shifter) { in sarq()
2202 CpuRegister shifter) { in EmitGenericShift()
/art/compiler/utils/x86/
Dassembler_x86.cc1299 void X86Assembler::shll(Register operand, Register shifter) { in shll()
1309 void X86Assembler::shll(const Address& address, Register shifter) { in shll()
1319 void X86Assembler::shrl(Register operand, Register shifter) { in shrl()
1329 void X86Assembler::shrl(const Address& address, Register shifter) { in shrl()
1339 void X86Assembler::sarl(Register operand, Register shifter) { in sarl()
1349 void X86Assembler::sarl(const Address& address, Register shifter) { in sarl()
1354 void X86Assembler::shld(Register dst, Register src, Register shifter) { in shld()
1372 void X86Assembler::shrd(Register dst, Register src, Register shifter) { in shrd()
1698 Register shifter) { in EmitGenericShift()
/art/compiler/optimizing/
Dcode_generator_x86.cc2858 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, Register shifter) { in GenerateShlLong()
2890 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { in GenerateShrLong()
2925 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { in GenerateUShrLong()