Lines Matching full:operand
264 void AssemblerX64::Movq(const Operand &src, Register dst) in Movq()
272 void AssemblerX64::Movq(Register src, const Operand &dst) in Movq()
280 void AssemblerX64::Movq(Immediate src, Operand dst) in Movq()
298 void AssemblerX64::Mov(const Operand &src, Register dst) in Mov()
767 Operand::Operand(Register base, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
786 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
804 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
812 void Operand::BuildSIB(Scale scale, Register index, Register base) in BuildSIB()
819 void Operand::BuildModerm(int32_t mode, Register rm) in BuildModerm()
825 void Operand::BuildDisp8(int32_t disp) in BuildDisp8()
831 void Operand::BuildDisp32(int32_t disp) in BuildDisp32()
837 void AssemblerX64::EmitOperand(int32_t reg, Operand rm) in EmitOperand()
860 void AssemblerX64::Movl(const Operand &src, Register dst) in Movl()
987 void AssemblerX64::Leaq(const Operand &src, Register dst) in Leaq()
995 void AssemblerX64::Leal(const Operand &src, Register dst) in Leal()
1260 void AssemblerX64::Movzbq(const Operand &src, Register dst) in Movzbq()
1325 void AssemblerX64::Movzwq(const Operand &src, Register dst) in Movzwq()