Home
last modified time | relevance | path

Searched refs:CODE_ENDIAN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Dffi.c37 #define CODE_ENDIAN(x) (x) macro
39 #define CODE_ENDIAN(x) ( (((uint32_t) (x)) << 16) | (((uint32_t) (x)) >> 16)) macro
253 tramp[0] = CODE_ENDIAN (0x200a1fc0); /* mov r8, pcl */ in ffi_prep_closure_loc()
254 tramp[1] = CODE_ENDIAN (0x20200f80); /* j [long imm] */ in ffi_prep_closure_loc()
255 tramp[2] = CODE_ENDIAN (ffi_closure_ARCompact); in ffi_prep_closure_loc()
/external/libffi/src/arc/
Dffi.c37 #define CODE_ENDIAN(x) (x) macro
39 #define CODE_ENDIAN(x) ( (((uint32_t) (x)) << 16) | (((uint32_t) (x)) >> 16)) macro
253 tramp[0] = CODE_ENDIAN (0x200a1fc0); /* mov r8, pcl */ in ffi_prep_closure_loc()
254 tramp[1] = CODE_ENDIAN (0x20200f80); /* j [long imm] */ in ffi_prep_closure_loc()
255 tramp[2] = CODE_ENDIAN (ffi_closure_ARCompact); in ffi_prep_closure_loc()