Searched refs:PMULT (Results 1 – 1 of 1) sorted by relevance
/external/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 61 PMULT equ (1 SHL PSHIFT) define 175 PSTORE probBranch, probOffset * 1 + probsArray + probDisp * PMULT 186 PSTORE prob2, probOffset * 1 + probsArray + probDisp * PMULT 191 PLOAD probBranch, probOffset * 1 + probsArray + probDisp * PMULT 256 PLOAD prob, probs + 1 * PMULT 262 PLOAD t0, probs + 1 * PMULT_2 + PMULT 268 PUP_SUB prob, probs + 1 * PMULT, 0 - 1 279 PLOAD t0, probs + sym_R * PMULT + PMULT 298 mov offs, 256 * PMULT 302 PLOAD x1, probs + 256 * PMULT + bit_R * 1 + 1 * PMULT [all …]
|