Lines Matching defs:instruction
48 /* In ARM instruction words.
71 /* The instruction includes the AL condition.
77 /* DP - Data Processing instruction (use with EMIT_DATA_PROCESS_INS). */
132 /* Pushing the constant pool into the instruction stream. */
254 /* Place for at least two instruction (doesn't matter whether the first has a literal). */
262 /* Must follow tightly the previous instruction (to be able to convert it to bl instruction). */
283 /* Data transfer instruction with Rn == r15. */
288 /* Must be a load instruction with immediate offset. */
650 /* Points after the current instruction. */
864 /* Normal ldr/str instruction.
1745 void *instruction, sljit_s32 size)
1748 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
1750 return push_inst(compiler, *(sljit_uw*)instruction);