Searched refs:Int16Sub (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 4607 GateRef actualNumArgs = ZExtInt16ToInt32(Int16Sub(numArgs, firstArgOffset));
in DECLARE_ASM_HANDLER() 4648 GateRef length = Int16Sub(numArgs, firstArgOffset);
in DECLARE_ASM_HANDLER() 4679 GateRef actualNumArgs = ZExtInt16ToInt32(Int16Sub(numArgs, firstArgOffset));
in DECLARE_ASM_HANDLER() 4721 GateRef length = Int16Sub(numArgs, firstArgOffset);
in DECLARE_ASM_HANDLER() 4752 GateRef actualNumArgs = ZExtInt16ToInt32(Int16Sub(numArgs, firstArgOffset));
in DECLARE_ASM_HANDLER() 4792 GateRef length = Int16Sub(numArgs, firstArgOffset);
in DECLARE_ASM_HANDLER()
|
H A D | stub_builder-inl.h | 417 inline GateRef StubBuilder::Int16Sub(GateRef x, GateRef y) in Int16Sub() function in panda::ecmascript::kungfu::StubBuilder 419 return env_->GetBuilder()->Int16Sub(x, y); in Int16Sub()
|
H A D | circuit_builder.h | 65 V(Int16Sub, Sub, MachineType::I16) \
|
H A D | stub_builder.h | 217 GateRef Int16Sub(GateRef x, GateRef y);
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 3631 GateRef actualNumArgs = ZExtInt16ToInt32(Int16Sub(numArgs, firstArgOffset)); in GenerateCircuit() 3677 GateRef length = Int16Sub(numArgs, firstArgOffset); in GenerateCircuit() 3941 GateRef actualNumArgs = ZExtInt16ToInt32(Int16Sub(numArgs, firstArgOffset)); in GenerateCircuit() 3988 GateRef length = Int16Sub(numArgs, firstArgOffset); in GenerateCircuit()
|
Completed in 42 milliseconds