Home
last modified time | relevance | path

Searched refs:BR_PC_GET (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DBra86.c18 #define BR_PC_GET (pc + (UInt32)(SizeT)p) macro
21 #define BR_PC_GET (pc - (UInt32)(SizeT)(lim - p)) macro
23 // #define BR_PC_GET (pc + (UInt32)(SizeT)(p - data))
59 because BR_PC_GET uses (pc - (lim - p)), and lim was adjusted for (-4) before. in X86()
104 c = BR_PC_GET; in X86()
113 c = BR_PC_GET; in X86()
152 c = BR_PC_GET; in X86()
H A DBra.c18 #define BR_PC_GET (pc + (UInt32)(SizeT)p) macro
21 #define BR_PC_GET (pc - (UInt32)(SizeT)(lim - p)) macro
23 // #define BR_PC_GET (pc + (UInt32)(SizeT)(p - data))
99 UInt32 c = BR_PC_GET >> 2; in Z7_BRANCH_FUNC_MAIN()
113 c = (BR_PC_GET >> (12 - 3)) & ~(UInt32)7; in Z7_BRANCH_FUNC_MAIN()
147 UInt32 c = BR_PC_GET >> 2; in Z7_BRANCH_FUNCS_IMP()
186 UInt32 c = BR_PC_GET; in Z7_BRANCH_FUNCS_IMP()
241 UInt32 c = BR_PC_GET; in Z7_BRANCH_FUNCS_IMP()
317 UInt32 c = BR_PC_GET >> 1; in Z7_BRANCH_FUNCS_IMP()

Completed in 2 milliseconds