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

  /external/mesa3d/src/intel/compiler/
brw_eu.c 92 imm_shift(enum brw_reg_type type, unsigned i) function
110 if (imm_shift(type, 1)) {
111 const unsigned n = 32 / imm_shift(type, 1);
118 y |= x >> imm_shift(type, (i & ~3) + BRW_GET_SWZ(swz, i & 3))
119 << imm_shift(type, ~0u)
120 >> imm_shift(type, ~0u - i);
  /art/compiler/optimizing/
intrinsics_x86_64.cc     [all...]
intrinsics_x86.cc     [all...]

Completed in 217 milliseconds