Searched refs:sym_R (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 130 #define sym_R r3 define 399 PLOAD_LSL t2, probs, sym_R 403 PLOAD_LSL t0, probs_PMULT, sym_R 407 PSTORE_LSL_M1 t3, probs, sym_R, t2_R 422 PSTORE_LSL_M1 t3, probs, sym_R, t2_R 457 PLOAD_LSL litm_prob, prm, sym_R 470 PSTORE_LSL t2, prm, sym_R 478 PLOAD_LSL litm_prob, prm, sym_R 488 PSTORE_LSL t2, prm, sym_R 541 PLOAD \prob, sym_R [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 108 sym_R equ r3
define 274 PLOAD probNext, probs + sym_R * PMULT_2
280 PLOAD t0, probs + sym_R * PMULT + PMULT
327 PLOAD x1, prm + sym_R * PMULT
345 PLOAD x1, prm + sym_R * PMULT
413 PLOAD prob, sym_R
414 mov probs, sym_R
415 add sym_R, sym2_R
420 lea t0_R, [sym_R + 1 * sym2_R]
421 cmovae sym_R, t0_ [all...] |
Completed in 3 milliseconds