Searched refs:cnt_R (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 126 #define cnt_R r2 define 1042 subs cnt_R, limit, dicPos 1047 cmp cnt_R, len_R 1051 p2_add dicPos, cnt_R 1059 cmn t0_R, cnt_R 1067 p2_add t0_R, cnt_R 1068 p1_neg cnt_R 1075 # cnt_R : (-curLen) 1079 inc_s cnt_R 1086 strb sym, [dicPos, cnt_R] [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 102 cnt_R equ r2
define 936 mov cnt_R, LOC limit
937 sub cnt_R, dicPos
941 cmp cnt_R, sym_R
942 ; cmovae cnt_R, sym_R ; 64-bit
949 add dicPos, cnt_R
965 cmp cnt_R, r1
980 add t0_R, cnt_R
981 neg cnt_R
990 ; cnt_R [all...] |
Completed in 3 milliseconds