HomeSort by: relevance | last modified time | path
    Searched defs:iim_val (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_cp.c 105 (cmp->srcs[1]->iim_val == 0) &&
186 reg->iim_val = abs(reg->iim_val);
196 reg->iim_val = -reg->iim_val;
455 int32_t iim_val = src_reg->iim_val; local
465 iim_val = ir3_flut(src_reg);
466 if (iim_val < 0) {
473 iim_val = abs(iim_val)
    [all...]
ir3.h 178 int32_t iim_val; member in union:ir3_register::__anon952
341 int iim_val : 3; /* for ldgb/stgb, # of components */ member in struct:ir3_instruction::__anon955::__anon961
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_cp.c 282 reg->iim_val = abs(reg->iim_val);
292 reg->iim_val = -reg->iim_val;
482 int32_t iim_val = src_reg->iim_val; local
490 iim_val = abs(iim_val);
493 iim_val = -iim_val;
    [all...]
ir3.h 110 int32_t iim_val; member in union:ir3_register::__anon3479
253 int iim_val : 3; /* for ldgb/stgb, # of components */ member in struct:ir3_instruction::__anon3483::__anon3489
instr-a3xx.h 273 int32_t iim_val : 11;
342 int32_t iim_val; member in union:PACKED::PACKED

Completed in 59 milliseconds