Home
last modified time | relevance | path

Searched defs:set_op (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h98 void set_op(EAluOp op) {m_opcode = op;} in set_op() function in r600::AluInstr
/third_party/gn/src/gn/
H A Dparse_tree.h245 void set_op(const Token& t) { op_ = t; } in set_op() function in BinaryOpNode
546 void set_op(const Token& t) { op_ = t; } in set_op() function in UnaryOpNode
/third_party/node/deps/v8/src/compiler/
H A Dnode.h274 void set_op(const Operator* op) { op_ = op; } in set_op() function in v8::internal::compiler::final
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op() function
537 void set_op(unsigned op) { in set_op() function
631 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op() function

Completed in 6 milliseconds