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

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_nir_lower_esgs_io_to_mem.c 95 unsigned store_bytes = MIN2(bytes, 4u); local
97 store_bytes = MIN2(store_bytes, 1);
99 store_bytes = MIN2(store_bytes, 2);
101 nir_ssa_def *store_val = nir_extract_bits(b, &d, 1, start_byte * 8u, 1, store_bytes * 8u);
105 start_byte += store_bytes;
106 bytes -= store_bytes;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_mem_access_bit_sizes.c 226 const unsigned store_bytes = store_comps * (store_bit_size / 8); local
234 BITSET_CLEAR_RANGE(mask, start, (start + store_bytes - 1));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_mem_access_bit_sizes.c 219 const unsigned store_bytes = store_comps * (store_bit_size / 8); local
220 assert(store_bytes % (bit_size / 8) == 0);
222 const unsigned store_src_comps = store_bytes / (bit_size / 8);
235 byte_mask &= ~(((1u << store_bytes) - 1) << start);
  /src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c 296 static void store_bytes (unsigned char *mem, uint32_t waddr,
1512 store_bytes (unsigned char *mem, uint32_t waddr, uint32_t *data, int32_t sz, function
1675 store_bytes (ramb, waddr, data, sz, ws);
1699 store_bytes (romb, addr, data, sz, ws);
1715 store_bytes (romb, addr, data, sz, ws);
1726 store_bytes (romb, addr, data, sz, ws);
erc32.c 296 static void store_bytes (unsigned char *mem, uint32_t waddr,
1512 store_bytes (unsigned char *mem, uint32_t waddr, uint32_t *data, int32_t sz, function
1675 store_bytes (ramb, waddr, data, sz, ws);
1699 store_bytes (romb, addr, data, sz, ws);
1715 store_bytes (romb, addr, data, sz, ws);
1726 store_bytes (romb, addr, data, sz, ws);
  /src/external/gpl3/gdb/dist/sim/erc32/
erc32.c 296 static void store_bytes (unsigned char *mem, uint32_t waddr,
1512 store_bytes (unsigned char *mem, uint32_t waddr, uint32_t *data, int32_t sz, function
1675 store_bytes (ramb, waddr, data, sz, ws);
1699 store_bytes (romb, addr, data, sz, ws);
1715 store_bytes (romb, addr, data, sz, ws);
1726 store_bytes (romb, addr, data, sz, ws);
erc32.c 296 static void store_bytes (unsigned char *mem, uint32_t waddr,
1512 store_bytes (unsigned char *mem, uint32_t waddr, uint32_t *data, int32_t sz, function
1675 store_bytes (ramb, waddr, data, sz, ws);
1699 store_bytes (romb, addr, data, sz, ws);
1715 store_bytes (romb, addr, data, sz, ws);
1726 store_bytes (romb, addr, data, sz, ws);

Completed in 84 milliseconds