Skip to content

Conversation

jwa464
Copy link

@jwa464 jwa464 commented Mar 7, 2013

  • movlhps and movhlps instructions only work with registers. To support operands
    in memory, need to generate movhps and movlps. They have the same opcodes, but
    different assertions in SBCL's assembler.
  • Modify def-binary-intrinsic to accept a keyword parameter :mem-alt-insn to
    specify the instruction to use if the src operand is in memory.

- movlhps and movhlps instructions only work with registers. To support operands
in memory, need to generate movhps and movlps. They have the same opcodes, but
different assertions in SBCL's assembler.

- Modify def-binary-intrinsic to accept a keyword parameter :mem-alt-insn to
specify the instruction to use if the src operand is in memory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant