Searched refs:vregIds (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1865 GateRef vregIds = Int32Argument(PARAM_INDEX(BaselineDefinegettersetterbyvalueV8V8V8V8, VREG_IDS)); in GenerateCircuit() local 1867 GateRef objectVregId = Int32And(vregIds, Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit() 1868 GateRef propkeyVregId = Int32And(Int32LSR(vregIds, Int32(ONE_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit() 1869 GateRef getterVregId = Int32And(Int32LSR(vregIds, Int32(TWO_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit() 1870 GateRef setterVregId = Int32And(Int32LSR(vregIds, Int32(THREE_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit() 4720 GateRef vregIds = Int32Argument( in GenerateCircuit() local 4723 GateRef vRegId0 = Int32And(vregIds, Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit() 4724 GateRef vregId1 = Int32And(Int32LSR(vregIds, Int32(ONE_BYTE_SIZE)), Int32(ONE_BYTE_ALL_ONE)); in GenerateCircuit()
|
H A D | baseline_compiler.cpp | 4920 uint32_t vregIds = static_cast<uint32_t>(v0) | (static_cast<uint32_t>(v1) << ONE_BYTE_SIZE); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4921 parameters.emplace_back(static_cast<int32_t>(vregIds)); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
|
Completed in 22 milliseconds