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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir_lower_64bit.cpp 379 auto store2 = nir_instr_as_intrinsic(nir_instr_clone(b->shader, &store1->instr)); local
386 nir_instr_rewrite_src(&store2->instr, &src, nir_src_for_ssa(src2));
387 nir_intrinsic_set_write_mask(store2, old_components == 3 ? 1 : 3);
393 nir_intrinsic_set_io_semantics(store2, sem);
394 nir_intrinsic_set_base(store2, nir_intrinsic_base(store1));
396 nir_builder_instr_insert(b, &store2->instr);
  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 1566 store2 (SIM_DESC sd, ea_type *arg, int n) function
3595 if (store2 (sd, &code->op3, ea))
4243 if (store2 (sd, &code->dst, rd))
4251 if (store2 (sd, &code->dst, rd))
4259 if (store2 (sd, &code->dst, rd))
4264 if (store2 (sd, &code->dst, res))
4275 if (store2 (sd, &code->dst, res))
4286 if (store2 (sd, &code->dst, res))
4296 if (store2 (sd, &code->dst, res))
4326 if (store2 (sd, &code->dst, res)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 1566 store2 (SIM_DESC sd, ea_type *arg, int n) function
3595 if (store2 (sd, &code->op3, ea))
4243 if (store2 (sd, &code->dst, rd))
4251 if (store2 (sd, &code->dst, rd))
4259 if (store2 (sd, &code->dst, rd))
4264 if (store2 (sd, &code->dst, res))
4275 if (store2 (sd, &code->dst, res))
4286 if (store2 (sd, &code->dst, res))
4296 if (store2 (sd, &code->dst, res))
4326 if (store2 (sd, &code->dst, res)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dse.cc 544 store1 on the first store for offset N. Bit N is set in store2
552 we will or store1 into store2 before deciding which stores look
1008 bitmap store2;
1014 store2 = group->store2_n;
1021 store2 = group->store2_p;
1027 bitmap_set_bit (store2, ai);
2961 related bases add all of the bits from store1 into store2.
1006 bitmap store2; local
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 541 store1 on the first store for offset N. Bit N is set in store2
549 we will or store1 into store2 before deciding which stores look
1004 bitmap store2;
1010 store2 = group->store2_n;
1017 store2 = group->store2_p;
1023 bitmap_set_bit (store2, ai);
2915 related bases add all of the bits from store1 into store2.
1002 bitmap store2; local

Completed in 40 milliseconds