Searched refs:num_src_operands (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dmem.hh959 uint16_t num_src_operands; member in class:HsailISA::StInst
988 num_src_operands =
991 assert(num_src_operands <= 4);
993 num_src_operands = 1;
996 if (num_src_operands > 1) {
999 for (int i = 0; i < num_src_operands; ++i) {
1048 if (num_src_operands > 1) {
1051 gpuDynInst->statusVector.push_back(num_src_operands);
1056 for (int k = 0; k < num_src_operands; ++k) {
1097 if (operandIndex == num_src_operands)
[all...]
H A Dmem_impl.hh383 if (num_src_operands == 1) {
391 for (int k= 0; k < num_src_operands; ++k) {
407 if (num_src_operands == 1) {
410 m->n_reg = num_src_operands;
449 assert(num_src_operands == 1);
508 switch (num_src_operands) {
536 "%d \n", num_src_operands);
/gem5/src/arch/hsail/
H A Dgen.py543 def num_src_operands(expr): function
580 num_srcs = num_src_operands(expr)
767 num_srcs = num_src_operands(expr)

Completed in 12 milliseconds