Searched refs:t0_R (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 145 #define t0_R r7 define 789 add t0_R, dicBufSize, dic 791 cmovne t0_R, dicPos 792 ldrb sym, [t0_R, -1] 908 add probs, probs, t0_R, lsl #(kNumPosSlotBits + PSHIFT) 1050 sub t0_R, dicPos, dic 1056 p2_sub_s t0_R, rep0_R 1059 cmn t0_R, cnt_R 1060 p2_add t0_R, dicBufSize 1064 # t0_R [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 116 t0_R equ r7
define 420 lea t0_R, [sym_R + 1 * sym2_R]
421 cmovae sym_R, t0_R
670 mov t0_R, GLOB_2 dicBufSize
671 mov LOC_0 dicBufSize, t0_R
691 add t0_R, dic
693 cmovnz t0_R, dicPos
694 movzx sym, byte ptr[t0_R - 1]
804 add probs, t0_R
948 mov t0_R, dicPo [all...] |
Completed in 3 milliseconds