Searched refs:t1_R (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 141 #define t1_R r6 define 142 #define probs_state t1_R 501 add t1_R, probs, 3 * PMULT 502 cmovae sym2_R, t1_R 517 add t1_R, sym2_R, \step * PMULT 519 cmovae sym2_R, t1_R 522 PSTORE_2 t0, t1_R, 0 - \step * PMULT_2 527 sub t1_R, sym2_R, probs 1161 add t1_R, t0_R, dicBufSize 1162 cmovb t0_R, t1_R [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 122 t1_R equ r6
define 125 probs_state_R equ t1_R
282 PUP_COD prob, probs + t1_R * PMULT_HALF, 0 - 1
292 PUP_COD prob, probs + t1_R * PMULT_HALF, symSub
337 PUP_COD x1, prm + t1_R * PMULT_HALF, - 1
351 PUP_COD x1, prm + t1_R * PMULT_HALF, 256 - 1
371 lea t1_R, [probs + 3 * PMULT]
372 cmovae sym2_R, t1_R
389 lea t1_R, [sym2_R + step * PMULT]
390 cmovae sym2_R, t1_R
[all...] |
Completed in 4 milliseconds