Searched defs:SetOpcode (Results 1 – 4 of 4) sorted by relevance
230 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() function
228 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() function
1134 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode() function in PseudoInstruction