Searched refs:probBranch (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 108 # x2 t7 : (LITM) prm : probBranch : cnt 124 #define probBranch w2 define 222 sub prob2, probBranch, kBitModelOffset 226 sub probBranch, probBranch, prob2, asr #(kNumMoveBits) 231 PSTORE_2 probBranch, \probsArray, \probOffset 233 PSTORE_2 probBranch, \probsArray, \probDisp * PMULT 237 PSTORE_2 probBranch, update_temp_reg, \probDisp * PMULT 253 sub prob2, probBranch, probBranch, ls [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 69 ; x2 probBranch / prm (MATCHED) / pbPos / cnt
94 probBranch equ x2
define 173 sub prob2, probBranch
175 add probBranch, prob2
176 PSTORE probBranch, probOffset * 1 + probsArray + probDisp * PMULT
184 mov prob2, probBranch
185 shr probBranch, kNumMoveBits
186 sub prob2, probBranch
192 PLOAD probBranch, probOffset * 1 + probsArray + probDisp * PMULT
196 imul range, probBranch
[all...] |
Completed in 4 milliseconds