Searched +full:inst_check +full:- (Results 1 – 1 of 1) sorted by relevance
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.015 binop: |-20 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…21 <%=template('operands', inst, '')-%>23 binop_z: |-25 auto inst_save_state = CreateSaveState(Opcode::SaveState, GetPc(instruction->GetAddress()));26 …auto inst_check = graph_->CreateInstZeroCheck(<%= get_type(inst.dtype) %>, GetPc(instruction->GetA…28 if (graph_->IsBytecodeOptimizer()) {29 …inst_check->SetInput(0, FindOrCreate32BitConstant(instruction->GetImm<<%= inst.get_format %>, 0>()…[all …]