Home
last modified time | relevance | path

Searched refs:intCt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1648 MIRIntConst &intCt = static_cast<MIRIntConst &>(mirConst); in EmitSingleElement() local
1650 if (intCt.GetActualBitWidth() > sizeInBits) { in EmitSingleElement()
1653 int64 value = intCt.GetExtValue(); in EmitSingleElement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp655 MIRIntConst &intCt = static_cast<MIRIntConst &>(mirConst); in EmitAsmLabel() local
657 if (intCt.GetActualBitWidth() > sizeInBits) { in EmitAsmLabel()
658 intCt.Trunc(sizeInBits); in EmitAsmLabel()
665 Emit(intCt.GetValue()); in EmitAsmLabel()

Completed in 8 milliseconds