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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 65 } instr_type; member in struct:ir2_instruction
130 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type);
ir-a2xx.c 107 if (instr->instr_type == IR2_FETCH)
259 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type)
263 DEBUG_MSG("%d", instr_type);
266 instr->instr_type = instr_type;
483 switch (instr->instr_type) {
  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-relax.h 144 typedef enum instr_type enum
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-dis.c 436 *insn_type = op->instr_type;
478 else if (op->instr_type == branch_inst)
517 else if (op->instr_type == return_inst)
microblaze-opc.h 118 enum microblaze_instr_type instr_type; member in struct:op_code_struct
    [all...]
  /external/valgrind/perf/
tinycc.c 15021 uint16_t instr_type; member in struct:ASMInstr
    [all...]

Completed in 105 milliseconds