Searched refs:ldr_literal (Results 1 – 1 of 1) sorted by relevance
573 sljit_uw ldr_literal = ptr[1]; in inline_set_const() local584 *inst = 0xe3a00000 | (ldr_literal & 0xf000) | src2; in inline_set_const()600 *inst = 0xe3e00000 | (ldr_literal & 0xf000) | src2; in inline_set_const()610 if (ldr_literal & (1 << 23)) in inline_set_const()611 ptr = inst + ((ldr_literal & 0xfff) >> 2) + 2; in inline_set_const()615 if (*inst != ldr_literal) { in inline_set_const()620 *inst = ldr_literal; in inline_set_const()
Completed in 26 milliseconds