Lines Matching full:operand
265 void AssemblerX64::Movq(const Operand &src, Register dst) in Movq()
273 void AssemblerX64::Movq(Register src, const Operand &dst) in Movq()
281 void AssemblerX64::Movq(Immediate src, Operand dst) in Movq()
299 void AssemblerX64::Mov(const Operand &src, Register dst) in Mov()
768 Operand::Operand(Register base, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
787 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
805 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
813 void Operand::BuildSIB(Scale scale, Register index, Register base) in BuildSIB()
820 void Operand::BuildModerm(int32_t mode, Register rm) in BuildModerm()
826 void Operand::BuildDisp8(int32_t disp) in BuildDisp8()
832 void Operand::BuildDisp32(int32_t disp) in BuildDisp32()
838 void AssemblerX64::EmitOperand(int32_t reg, Operand rm) in EmitOperand()
861 void AssemblerX64::Movl(const Operand &src, Register dst) in Movl()
988 void AssemblerX64::Leaq(const Operand &src, Register dst) in Leaq()
996 void AssemblerX64::Leal(const Operand &src, Register dst) in Leal()
1261 void AssemblerX64::Movzbq(const Operand &src, Register dst) in Movzbq()
1326 void AssemblerX64::Movzwq(const Operand &src, Register dst) in Movzwq()