Home
last modified time | relevance | path

Searched refs:ror_cl (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.h742 void ror_cl(Register dst) { ror_cl(Operand(dst)); } in ror_cl() function
743 void ror_cl(const Operand& dst);
Dassembler-x87.cc987 void Assembler::ror_cl(const Operand& dst) { in ror_cl() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32.h749 void ror_cl(Register dst) { ror_cl(Operand(dst)); } in ror_cl() function
750 void ror_cl(const Operand& dst);
Dassembler-ia32.cc1116 void Assembler::ror_cl(const Operand& dst) { in ror_cl() function in v8::internal::Assembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1323 __ ror_cl(i.OutputOperand()); in AssembleArchInstruction() local
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1069 __ ror_cl(i.OutputOperand()); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1382 __ ror_cl(ToRegister(left)); in DoShiftI() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1683 __ ror_cl(ToRegister(left)); in DoShiftI() local