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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_emit.c 698 #define next_insn brw_next_insn macro
734 struct brw_instruction *insn = next_insn(p, opcode);
746 struct brw_instruction *insn = next_insn(p, opcode);
771 struct brw_instruction *insn = next_insn(p, opcode);
869 rnd = next_insn(p, BRW_OPCODE_##OP); \
993 struct brw_instruction *insn = next_insn(p, BRW_OPCODE_NOP);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 698 #define next_insn brw_next_insn macro
734 struct brw_instruction *insn = next_insn(p, opcode);
746 struct brw_instruction *insn = next_insn(p, opcode);
771 struct brw_instruction *insn = next_insn(p, opcode);
869 rnd = next_insn(p, BRW_OPCODE_##OP); \
993 struct brw_instruction *insn = next_insn(p, BRW_OPCODE_NOP);
    [all...]
  /external/qemu/
trace.c 66 int next_insn; member in struct:TraceStatic
391 trace_static.next_insn = 0;
591 trace_static.insns[trace_static.next_insn++] = insn;
608 num_insns = hostToLE32(trace_static.next_insn);
612 for (ii = 0; ii < trace_static.next_insn; ++ii) {
618 trace_static.next_insn = 0;
    [all...]
  /art/runtime/verifier/
method_verifier.h 595 * Control can transfer to "next_insn". Merge the registers from merge_line into the table at
596 * next_insn, and set the changed flag on the target address if any of the registers were changed.
599 bool UpdateRegisters(uint32_t next_insn, const RegisterLine* merge_line)
method_verifier.cc     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]

Completed in 1754 milliseconds