Searched refs:sym2_R (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 154 #define sym2_R r9 define 498 PLOAD t2, sym2_R 502 cmovae sym2_R, t1_R 510 PLOAD_PREINDEXED t2, sym2_R, (\step * PMULT) 514 PLOAD_2 t3, sym2_R, (\step * PMULT) 517 add t1_R, sym2_R, \step * PMULT 519 cmovae sym2_R, t1_R 527 sub t1_R, sym2_R, probs 536 PUP \prob, sym2_R, 0 543 p2_add sym_R, sym2_R [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 136 sym2_R equ r9
define 359 ; lea sym2_R, [probs + 2 * PMULT]
361 PLOAD probNext, sym2_R
372 cmovae sym2_R, t1_R
378 add sym2_R, step * PMULT
379 PLOAD probNext, sym2_R
384 PLOAD t0, sym2_R + step * PMULT
389 lea t1_R, [sym2_R + step * PMULT]
390 cmovae sym2_R, t1_R
396 sub sym2_R, prob [all...] |
Completed in 2 milliseconds