Searched refs:SET_VREG (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.h | 141 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro 653 #undef SET_VREG macro
|
H A D | interpreter-inl.cpp | 128 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro 1080 SET_VREG(vdst, value) in RunInternal() 1088 SET_VREG(vdst, value) in RunInternal() 1096 SET_VREG(vdst, value) in RunInternal() 1206 SET_VREG(vdst, GET_ACC().GetRawData()) in RunInternal() 8043 #undef SET_VREG macro
|
H A D | interpreter_assembly.cpp | 182 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro 317 SET_VREG(vdst, value) in HandleMovV4V4() 329 SET_VREG(vdst, value) in HandleMovV8V8() 341 SET_VREG(vdst, value) in HandleMovV16V16() 499 SET_VREG(vdst, GET_ACC().GetRawData()) in HandleStaV8() 7992 #undef SET_VREG macro
|
Completed in 39 milliseconds