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

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 166 uint32_t imm_size; /* size of immediates (in 32 bit units) */ member in struct:etna_compile
364 for (idx = 0; idx < c->imm_size; ++idx) {
370 if (idx == c->imm_size) {
371 for (idx = 0; idx < c->imm_size; ++idx) {
378 if (idx == c->imm_size) {
379 assert(c->imm_size < ETNA_MAX_IMM);
380 idx = c->imm_size++;
410 for (idx = 0; idx + 3 < c->imm_size; idx += 4) {
419 if (idx + 3 >= c->imm_size) {
420 idx = align(c->imm_size, 4)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 7143 imm_size (unsigned int n) function
    [all...]

Completed in 74 milliseconds