Home | History | Annotate | Download | only in x64

Lines Matching refs:emit_cmp

1417   void emit_cmp(Register dst, Register src, int size) {
1421 void emit_cmp(Register dst, const Operand& src, int size) {
1425 void emit_cmp(const Operand& dst, Register src, int size) {
1429 void emit_cmp(Register dst, Immediate src, int size) {
1433 void emit_cmp(const Operand& dst, Immediate src, int size) {