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

  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_legalize.c 224 const enum toy_type inst_type = inst->dst.type; local
226 tdst_type(tdst(TOY_FILE_ARF, GEN6_ARF_ACC0, 0), inst_type);
230 if (inst_type != TOY_TYPE_UD && inst_type != TOY_TYPE_D)
237 inst2 = tc_add2(tc, GEN6_OPCODE_MACH, tdst_type(tdst_null(), inst_type),
250 const enum toy_type inst_type = inst->dst.type; local
252 if (inst_type != TOY_TYPE_UD && inst_type != TOY_TYPE_D) {
260 struct toy_dst tmp = tdst_type(tc_alloc_tmp(tc), inst_type);
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-opc.h 109 short inst_type; /* Registers and immediate values involved. */ member in struct:op_code_struct
    [all...]

Completed in 148 milliseconds