Home
last modified time | relevance | path

Searched refs:TruncInt32ToInt8 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h123 V(TruncInt32ToInt8, Trunc, MachineType::I8) \
Dstub_builder-inl.h973 inline GateRef StubBuilder::TruncInt32ToInt8(GateRef val) in TruncInt32ToInt8() function
975 return env_->GetBuilder()->TruncInt32ToInt8(val); in TruncInt32ToInt8()
Dstub_builder.h577 GateRef TruncInt32ToInt8(GateRef x);
Dtyped_hcr_lowering.cpp1204 value = builder_.TruncInt32ToInt8(value); in LowerTypedArrayStoreElement()
1324 value = builder_.TruncInt32ToInt8(*result); in LowerUInt8ClampedArrayStoreElement()
Dstub_builder.cpp8142 Store(VariableType::INT8(), glue, dst, IntPtr(0), TruncInt32ToInt8(*n)); in IntToEcmaString()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp988 Store(VariableType::INT8(), glue, dst, IntPtr(0), TruncInt32ToInt8(charCode)); in CreateStringBySingleCharCode()