< prev index next >

src/cpu/x86/vm/assembler_x86.hpp

Print this page
rev 7792 : [mq]: 8081778-Use-Intel-x64-CPU-instructions-for-RSA-acceleration

*** 1453,1462 **** --- 1453,1463 ---- void orl(Address dst, int32_t imm32); void orl(Register dst, int32_t imm32); void orl(Register dst, Address src); void orl(Register dst, Register src); + void orl(Address dst, Register src); void orq(Address dst, int32_t imm32); void orq(Register dst, int32_t imm32); void orq(Register dst, Address src); void orq(Register dst, Register src);
*** 1553,1562 **** --- 1554,1565 ---- void rcll(Register dst, int imm8); void rclq(Register dst, int imm8); + void rcrq(Register dst, int imm8); + void rdtsc(); void ret(int imm16); #ifdef _LP64
< prev index next >