Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb139 def get_cc(inst)
146 raise 'get_cc: wrong opcode #{inst.opcode}'
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb143 def get_cc(inst)
152 raise 'get_cc: wrong opcode #{inst.opcode}'
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml79 …= graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), <%= get_cc(inst) %>);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml119 …Pc(instruction->GetAddress()), input0, input1, <%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>);