Skip to content
Snippets Groups Projects
Commit 23209c84 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add orps and orpd SSE2 instructions.

parent 351351df
No related branches found
No related tags found
No related merge requests found
...@@ -3146,6 +3146,8 @@ ...@@ -3146,6 +3146,8 @@
;; logical ;; logical
(define-regular-sse-inst andpd #x66 #x54 t) (define-regular-sse-inst andpd #x66 #x54 t)
(define-regular-sse-inst andps nil #x54) (define-regular-sse-inst andps nil #x54)
(define-regular-sse-inst orpd #x66 #x56 t)
(define-regular-sse-inst orps nil #x56)
(define-regular-sse-inst xorpd #x66 #x57 t) (define-regular-sse-inst xorpd #x66 #x57 t)
(define-regular-sse-inst xorps nil #x57) (define-regular-sse-inst xorps nil #x57)
;; comparison ;; comparison
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment