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()81 } else if (cfop->flags & CF_EXP) { in eg_bytecode_cf_build()101 } else if (cfop->flags & CF_RAT) { in eg_bytecode_cf_build()120 } else if (cfop->flags & CF_MEM) { in eg_bytecode_cf_build()
1638 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_cf_build() local1645 } else if (cfop->flags & CF_ALU) { in r600_bytecode_cf_build()1658 } else if (cfop->flags & CF_FETCH) { in r600_bytecode_cf_build()1663 } else if (cfop->flags & CF_EXP) { in r600_bytecode_cf_build()1677 } else if (cfop->flags & CF_MEM) { in r600_bytecode_cf_build()1738 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_build() local1746 if (cfop->flags & CF_ALU) { in r600_bytecode_build()2077 const struct cf_op_info *cfop = r600_isa_cf(cf->op); in r600_bytecode_disasm() local2078 if (cfop->flags & CF_ALU) { in r600_bytecode_disasm()2085 bc->bytecode[id + 1], cfop->name); in r600_bytecode_disasm()[all …]
145 const cf_op_info *cfop = bc.op_ptr; in build_cf() local147 if (cfop->flags & CF_ALU) in build_cf()149 if (cfop->flags & (CF_EXP | CF_MEM)) in build_cf()262 const cf_op_info *cfop = bc.op_ptr; in build_cf_exp() local264 if (cfop->flags & CF_RAT) { in build_cf_exp()287 if (cfop->flags & CF_EXP) { in build_cf_exp()327 } else if (cfop->flags & CF_MEM) { in build_cf_exp()
8206 "cfop",19655 "cfop",