Searched refs:TruncInt32ToInt8 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.h | 123 V(TruncInt32ToInt8, Trunc, MachineType::I8) \
|
| D | stub_builder-inl.h | 973 inline GateRef StubBuilder::TruncInt32ToInt8(GateRef val) in TruncInt32ToInt8() function 975 return env_->GetBuilder()->TruncInt32ToInt8(val); in TruncInt32ToInt8()
|
| D | stub_builder.h | 577 GateRef TruncInt32ToInt8(GateRef x);
|
| D | typed_hcr_lowering.cpp | 1204 value = builder_.TruncInt32ToInt8(value); in LowerTypedArrayStoreElement() 1324 value = builder_.TruncInt32ToInt8(*result); in LowerUInt8ClampedArrayStoreElement()
|
| D | stub_builder.cpp | 8142 Store(VariableType::INT8(), glue, dst, IntPtr(0), TruncInt32ToInt8(*n)); in IntToEcmaString()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 988 Store(VariableType::INT8(), glue, dst, IntPtr(0), TruncInt32ToInt8(charCode)); in CreateStringBySingleCharCode()
|