HomeSort by relevance Sort by last modified time
    Searched refs:jump_inst (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_predicated_break.cpp 68 backend_instruction *jump_inst = block->end(); local
69 if (jump_inst->opcode != BRW_OPCODE_BREAK &&
70 jump_inst->opcode != BRW_OPCODE_CONTINUE)
85 jump_inst->predicate = if_inst->predicate;
86 jump_inst->predicate_inverse = if_inst->predicate_inverse;
124 if (jump_inst->opcode == BRW_OPCODE_BREAK &&
127 jump_inst->remove(earlier_block);
128 while_inst->predicate = jump_inst->predicate;
129 while_inst->predicate_inverse = !jump_inst->predicate_inverse;
  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 299 sljit_u16 *jump_inst; local
315 jump_inst = (sljit_u16*)jump->addr;
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff);
326 jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(diff, 19, 10, 1);
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff);
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8;
338 jump_inst[0] = 0xe000 | (diff & 0x7ff);
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10);
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff);
353 jump_inst[1] |= 0x9000
    [all...]

Completed in 4318 milliseconds