Home
last modified time | relevance | path

Searched refs:setterVregId (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp2492 uint8_t setterVregId = READ_INST_8_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
2506 (static_cast<uint32_t>(setterVregId) << THREE_BYTE_SIZE); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
H A Dbaseline_stubs.cpp1870 GateRef setterVregId = Int32And(Int32LSR(vregIds, Int32(THREE_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit() local
1875 GateRef setter = GetVregValue(sp, ZExtInt32ToPtr(setterVregId)); in GenerateCircuit()

Completed in 23 milliseconds