|
|
@ -139,6 +139,7 @@ CK_PR_LOAD(ptr, void, void *, char, "movq")
|
|
|
|
CK_PR_LOAD_S(char, char, "movb")
|
|
|
|
CK_PR_LOAD_S(char, char, "movb")
|
|
|
|
CK_PR_LOAD_S(uint, unsigned int, "movl")
|
|
|
|
CK_PR_LOAD_S(uint, unsigned int, "movl")
|
|
|
|
CK_PR_LOAD_S(int, int, "movl")
|
|
|
|
CK_PR_LOAD_S(int, int, "movl")
|
|
|
|
|
|
|
|
CK_PR_LOAD_S(double, double, "movq")
|
|
|
|
CK_PR_LOAD_S(64, uint64_t, "movq")
|
|
|
|
CK_PR_LOAD_S(64, uint64_t, "movq")
|
|
|
|
CK_PR_LOAD_S(32, uint32_t, "movl")
|
|
|
|
CK_PR_LOAD_S(32, uint32_t, "movl")
|
|
|
|
CK_PR_LOAD_S(16, uint16_t, "movw")
|
|
|
|
CK_PR_LOAD_S(16, uint16_t, "movw")
|
|
|
@ -206,6 +207,7 @@ CK_PR_STORE(ptr, void, void *, char, "movq")
|
|
|
|
CK_PR_STORE_S(char, char, "movb")
|
|
|
|
CK_PR_STORE_S(char, char, "movb")
|
|
|
|
CK_PR_STORE_S(uint, unsigned int, "movl")
|
|
|
|
CK_PR_STORE_S(uint, unsigned int, "movl")
|
|
|
|
CK_PR_STORE_S(int, int, "movl")
|
|
|
|
CK_PR_STORE_S(int, int, "movl")
|
|
|
|
|
|
|
|
CK_PR_STORE_S(double, double, "movq")
|
|
|
|
CK_PR_STORE_S(64, uint64_t, "movq")
|
|
|
|
CK_PR_STORE_S(64, uint64_t, "movq")
|
|
|
|
CK_PR_STORE_S(32, uint32_t, "movl")
|
|
|
|
CK_PR_STORE_S(32, uint32_t, "movl")
|
|
|
|
CK_PR_STORE_S(16, uint16_t, "movw")
|
|
|
|
CK_PR_STORE_S(16, uint16_t, "movw")
|
|
|
|