Searched refs:TruncInt16ToInt8 (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.cpp | 108 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/ |
D | stub_builder-inl.h | 911 inline GateRef StubBuilder::TruncInt16ToInt8(GateRef val) in TruncInt16ToInt8() function 913 return env_->GetBuilder()->TruncInt16ToInt8(val); in TruncInt16ToInt8()
|
D | stub_builder.h | 492 GateRef TruncInt16ToInt8(GateRef x);
|
D | circuit_builder.h | 106 V(TruncInt16ToInt8, Trunc, MachineType::I8) \
|