Lines Matching defs:instruction
204 /* instruction types */
229 /* instruction types */
1205 void *instruction, sljit_s32 size)
1214 CHECK_ARGUMENT(instruction);
1219 CHECK_ARGUMENT((size == 2 && (((sljit_sw)instruction) & 0x1) == 0)
1220 || (size == 4 && (((sljit_sw)instruction) & 0x3) == 0));
1222 CHECK_ARGUMENT(size == 4 && (((sljit_sw)instruction) & 0x3) == 0);
1231 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]);
1977 void *instruction, sljit_s32 size)
1980 SLJIT_UNUSED_ARG(instruction);