Home
last modified time | relevance | path

Searched refs:tmp_base (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbignum.cc410 int tmp_base = base; in AssignPowerUInt16() local
411 while (tmp_base != 0) { in AssignPowerUInt16()
412 tmp_base >>= 1; in AssignPowerUInt16()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c8823 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local
8844 tmp_base = TMP3; in compile_iterator_matchingpath()
8849 tmp_base = SLJIT_MEM1(SLJIT_SP); in compile_iterator_matchingpath()
8868 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
8871 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8876 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
8879 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8964 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max + 1); in compile_iterator_matchingpath()
8971 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8991 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
[all …]