Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h36 kConstDoubleConst, enumerator
460 MIRDoubleConst(double val, MIRType &type) : MIRConst(type, kConstDoubleConst) in MIRDoubleConst()
/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()
1737 if (ct->GetKind() == maple::kConstDoubleConst) { in EmitLocalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp57 CHECK_FATAL(mirConst->GetKind() == kConstDoubleConst, "NYI"); in HandleConstVal()
H A Disel.cpp355 } else if (mirConst->GetKind() == kConstDoubleConst) { in HandleConstVal()
H A Demit.cpp680 case kConstDoubleConst: { in EmitAsmLabel()

Completed in 13 milliseconds