Home
last modified time | relevance | path

Searched full:get_value (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfp.yaml168 call.short get_value, v0
175 .function f64 get_value(f64 a0) {
277 call.short get_value, v0
310 .function f64 get_value(f64 a0) {
440 call.short get_value, v0
509 .function f64 get_value(f64 a0) {
/arkcompiler/runtime_core/irtoc/scripts/
Dinterpreter.irt324 macro(:get_value) do |vreg_ptr|
357 get_value(vreg_ptr(operand))
361 get_value(acc_ptr)
396 set_value(dst_ptr, get_value(src_ptr))
403 set_value(dst_reg_ptr, get_value(src_reg_ptr))
579 val := get_value(v)
1203 set_value(dst_ptr, get_value(src_ptr))
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h246 return JSTaggedValue(GET_VALUE(this, offset)); in GetPropertyInlinedProps()
Decma_macros.h49 #define GET_VALUE(addr, offset) Barriers::GetValue<JSTaggedType>((addr), (offset)) macro
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h351 …return JSTaggedValue(GET_VALUE(receiver, static_cast<size_t>(index) * JSTaggedValue::TaggedTypeSiz… in LoadFromField()