Searched refs:RETURN_ADDR (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 571 #define RETURN_ADDR SLJIT_R4 macro 2656 status.saved_tmp_regs[1] = RETURN_ADDR; in copy_recurse_data() 2660 status.tmp_regs[1] = RETURN_ADDR; in copy_recurse_data() 3151 OP1(SLJIT_MOV, RETURN_ADDR, 0, TMP1, 0); in allocate_stack() 3749 Does not check STR_END. TMP2, dst, RETURN_ADDR Destroyed. */ in peek_char() 3833 contain the start of the subject buffer. Affects TMP1, TMP2, and RETURN_ADDR. */ in peek_char_back() 3952 OP1(SLJIT_MOV_U8, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char() 3970 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, RETURN_ADDR, 0); in read_char() 3976 OP1(SLJIT_MOV_U8, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char() 3990 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, RETURN_ADDR, in read_char() [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 3821 #define RETURN_ADDR -3 in interpx() macro 3882 ip = &ZCODE[(int)STACK[parmbase+RETURN_ADDR].num]; in interpx() 3898 STACK[newparmbase+RETURN_ADDR].num = ip - &ZCODE[0]; in interpx()
|
Completed in 14 milliseconds