Home
last modified time | relevance | path

Searched refs:TruncInt32ToInt16 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp60 value = TruncInt32ToInt16(GetInt32OfTInt(codePointValue)); in FromCharCode()
65 …value = TruncInt32ToInt16(DoubleToInt(glue, GetDoubleOfTDouble(codePointValue), base::INT16_BITS)); in FromCharCode()
993 Store(VariableType::INT16(), glue, dst, IntPtr(0), TruncInt32ToInt16(charCode)); in CreateStringBySingleCharCode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1208 value = builder_.TruncInt32ToInt16(value); in LowerTypedArrayStoreElement()
3089 value = builder_.TruncInt32ToInt16(builder_.GetInt32OfTInt(codePointValue)); in LowerStringFromSingleCharCode()
3094 value = builder_.TruncInt32ToInt16( in LowerStringFromSingleCharCode()
Dcircuit_builder.h124 V(TruncInt32ToInt16, Trunc, MachineType::I16) \
Dstub_builder-inl.h968 inline GateRef StubBuilder::TruncInt32ToInt16(GateRef val) in TruncInt32ToInt16() function
970 return env_->GetBuilder()->TruncInt32ToInt16(val); in TruncInt32ToInt16()
Dstub_builder.h576 GateRef TruncInt32ToInt16(GateRef x);