Home
last modified time | relevance | path

Searched full:jmp_inst (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml197 …auto jmp_inst = graph_->CreateInstIfImm(DataType::NO_TYPE, GetPc(instruction->GetAddress()), Condi…
198 jmp_inst->SetOperandsType(DataType::BOOL);
199 jmp_inst->SetInput(0, cmp_inst);
202 AddInstruction(jmp_inst);