Searched refs:cfop (Results 1 – 4 of 4) sorted by relevance
39 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in eg_bytecode_cf_build() local41 if (cfop->flags & CF_ALU) { /* ALU clauses */ in eg_bytecode_cf_build()71 } else if (cfop->flags & CF_CLAUSE) { in eg_bytecode_cf_build()77 } else if (cfop->flags & CF_EXP) { in eg_bytecode_cf_build()96 } else if (cfop->flags & CF_MEM) { in eg_bytecode_cf_build()
1617 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_cf_build() local1624 } else if (cfop->flags & CF_ALU) { in r600_bytecode_cf_build()1637 } else if (cfop->flags & CF_FETCH) { in r600_bytecode_cf_build()1642 } else if (cfop->flags & CF_EXP) { in r600_bytecode_cf_build()1656 } else if (cfop->flags & CF_MEM) { in r600_bytecode_cf_build()1715 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_build() local1723 if (cfop->flags & CF_ALU) { in r600_bytecode_build()2045 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_disasm() local2046 if (cfop->flags & CF_ALU) { in r600_bytecode_disasm()2053 bc->bytecode[id + 1], cfop->name); in r600_bytecode_disasm()[all …]
143 const cf_op_info *cfop = bc.op_ptr; in build_cf() local145 if (cfop->flags & CF_ALU) in build_cf()147 if (cfop->flags & (CF_EXP | CF_MEM)) in build_cf()260 const cf_op_info *cfop = bc.op_ptr; in build_cf_exp() local262 if (cfop->flags & CF_RAT) { in build_cf_exp()285 if (cfop->flags & CF_EXP) { in build_cf_exp()325 } else if (cfop->flags & CF_MEM) { in build_cf_exp()
7845 "cfop",