Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmx64.c112 #define IMM32_L3(x) (((x) >> 24) & 0xff) macro
156 c[3] = IMM32_L3(w32); in asm_x64_write_word32()
166 c[3] = IMM32_L3(w64); in asm_x64_write_word64()
A Dasmx86.c102 #define IMM32_L3(x) (((x) >> 24) & 0xff) macro
136 c[3] = IMM32_L3(w32); in asm_x86_write_word32()

Completed in 5 milliseconds