Home
last modified time | relevance | path

Searched refs:kConstFloatConst (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h35 kConstFloatConst, enumerator
380 MIRFloatConst(float val, MIRType &type) : MIRConst(type, kConstFloatConst) in MIRFloatConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp53 } else if (mirConst->GetKind() == kConstFloatConst) { in HandleConstVal()
H A Disel.cpp358 } else if (mirConst->GetKind() == kConstFloatConst) { in HandleConstVal()
H A Demit.cpp671 case kConstFloatConst: { in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1729 (ct->GetKind() == maple::kConstDoubleConst || ct->GetKind() == maple::kConstFloatConst); in EmitLocalVariable()

Completed in 14 milliseconds