Searched refs:set_op (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 45 bc.set_op(r600_isa_cf_by_opcode(ctx.isa, opcode, 0)); in decode_cf() 127 bc.set_op(r600_isa_cf_by_opcode(ctx.isa, w1.get_CF_INST(), 1)); in decode_cf_alu() 141 bc.set_op(r600_isa_cf_by_opcode(ctx.isa, w1.get_CF_INST(), 1)); in decode_cf_alu() 311 bc.set_op(r600_isa_alu_by_opcode(ctx.isa, w1.get_ALU_INST(), 1)); in decode_alu() 364 bc.set_op(r600_isa_alu_by_opcode(ctx.isa, w1.get_ALU_INST(), 0)); in decode_alu() 383 bc.set_op(r600_isa_alu_by_opcode(ctx.isa, w1.get_ALU_INST(), 0)); in decode_alu() 421 bc.set_op(fetch_opcode); in decode_fetch() 423 bc.set_op(r600_isa_fetch_by_opcode(ctx.isa, fetch_opcode)); in decode_fetch()
|
D | sb_if_conversion.cpp | 100 a->bc.set_op(branch ? ALU_OP2_KILLE_INT : ALU_OP2_KILLNE_INT); in convert_kill_instructions() 262 newpredset->bc.set_op(newopcode); in run_on() 302 n->bc.set_op(ALU_OP3_CNDE_INT); in convert_phi()
|
D | sb_bc_finalize.cpp | 46 a->bc.set_op(ALU_OP0_NOP); in insert_rv6xx_load_ar_workaround() 84 a->bc.set_op(ALU_OP0_NOP); in run() 115 le->bc.set_op(CF_OP_EXPORT_DONE); in run() 525 n->bc.set_op(ops[op]); in emit_set_grad() 541 n->bc.set_op(FETCH_OP_SET_TEXTURE_OFFSETS); in emit_set_texture_offsets() 680 c->bc.set_op(CF_OP_EXPORT); in finalize_cf() 924 c->bc.set_op(CF_OP_ALU); in cf_peephole() 946 a->bc.set_op(CF_OP_ALU_POP_AFTER); in cf_peephole()
|
D | sb_expr.cpp | 57 n.bc.set_op(ALU_OP1_MOV); in convert_to_mov() 493 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add() 530 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add() 716 n->bc.set_op(ALU_OP2_ADD); in fold_assoc() 763 n.bc.set_op(ALU_OP2_MUL); in fold_alu_op2() 1022 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3() 1053 n.bc.set_op(op); in fold_alu_op3() 1078 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3() 1104 n.bc.set_op(op); in fold_alu_op3() 1112 n.bc.set_op(op); in fold_alu_op3() [all …]
|
D | sb_peephole.cpp | 89 ns->bc.set_op(ns->bc.op + (ALU_OP2_SETE_DX10 - ALU_OP2_SETE)); in convert_float_setcc() 175 a->bc.set_op(newop); in optimize_cc_op2() 277 a->bc.set_op(get_cndcc_op(dcc, dcmp_type)); in optimize_CNDcc_op()
|
D | sb_shader.cpp | 91 case NST_ALU_CLAUSE: n->bc.set_op(CF_OP_ALU); break; in create_clause() 92 case NST_TEX_CLAUSE: n->bc.set_op(CF_OP_TEX); break; in create_clause() 93 case NST_VTX_CLAUSE: n->bc.set_op(CF_OP_VTX); break; in create_clause() 111 n->bc.set_op(ALU_OP1_MOV); in create_mov() 419 c->bc.set_op(op); in create_cf()
|
D | sb_bc.h | 479 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op() function 527 void set_op(unsigned op) { in set_op() function 583 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op() function
|
D | sb_psi_ops.cpp | 163 a->bc.set_op(ALU_OP3_CNDE_INT); in eliminate()
|
D | sb_sched.cpp | 839 a->bc.set_op(ALU_OP0_SET_CF_IDX0); in create_set_idx() 841 a->bc.set_op(ALU_OP0_SET_CF_IDX1); in create_set_idx() 1993 clause->bc.set_op(CF_OP_ALU_PUSH_BEFORE); in emit_clause() 2135 a->bc.set_op(ALU_OP1_MOVA_GPR_INT); in create_ar_load() 2138 a->bc.set_op(ALU_OP1_MOVA_INT); in create_ar_load()
|
D | sb_bc_parser.cpp | 718 c->bc.set_op(CF_OP_EXPORT); in prepare_ir() 824 prev->bc.set_op(CF_OP_EMIT_CUT_VERTEX); in prepare_ir()
|
/external/v8/src/compiler/ |
D | node-properties.cc | 203 graph->end()->set_op(common->End(graph->end()->InputCount())); in MergeControlToEnd() 236 node->set_op(new_op); in ChangeOp()
|
D | node.h | 264 void set_op(const Operator* op) { op_ = op; } in set_op() function
|