Home
last modified time | relevance | path

Searched refs:TruncInt16ToInt8 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp108 Store(VariableType::INT8(), glue, dst, IntPtr(0), TruncInt16ToInt8(*data)); in CreateFromEcmaString()
351 Store(VariableType::INT8(), glue, *dstTmp, IntPtr(0), TruncInt16ToInt8(i)); in CopyUtf16AsUtf8()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h911 inline GateRef StubBuilder::TruncInt16ToInt8(GateRef val) in TruncInt16ToInt8() function
913 return env_->GetBuilder()->TruncInt16ToInt8(val); in TruncInt16ToInt8()
Dstub_builder.h492 GateRef TruncInt16ToInt8(GateRef x);
Dcircuit_builder.h106 V(TruncInt16ToInt8, Trunc, MachineType::I8) \