Searched full:get_value (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fp.yaml | 168 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/ |
| D | interpreter.irt | 324 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/ |
| D | js_object-inl.h | 246 return JSTaggedValue(GET_VALUE(this, offset)); in GetPropertyInlinedProps()
|
| D | ecma_macros.h | 49 #define GET_VALUE(addr, offset) Barriers::GetValue<JSTaggedType>((addr), (offset)) macro
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 351 …return JSTaggedValue(GET_VALUE(receiver, static_cast<size_t>(index) * JSTaggedValue::TaggedTypeSiz… in LoadFromField()
|