| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | code_decrypt.h | 37 void *arg1; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | compiler_graph_test.cpp | 447 int32_t arg1 = 88; in HWTEST_F() local 501 int32_t arg1 = 88; in HWTEST_F() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_smc.c | 35 static noinline u64 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() argument 49 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument 59 u64 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_smc.c | 42 static noinline u64 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() argument 56 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument 66 u64 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_smc.c | 61 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument 41 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) invoke_smc_fid() argument 71 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) kbase_invoke_smc() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_smc.c | 57 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument 37 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) invoke_smc_fid() argument 67 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) kbase_invoke_smc() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | combined_pass_visitor_test.cpp | 53 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| H A D | dead_code_elimination_test.cpp | 77 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local 109 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| H A D | loop_optimization_test.cpp | 190 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_fast_call.cpp | 350 Label arg1;
in JSFastCallWithArgVAndPushArgv() local
|
| H A D | asm_interpreter_call.cpp | 221 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local 240 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| H A D | main.cpp | 65 Local<JSValueRef> arg1 = ArrayRef::GetValueAt(vm, arr1, i); in IsEqual() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | intrinsics_lowering.cpp | 188 auto arg1 = inst->getOperand(0U); in HandleFRem() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| H A D | js_interop_inst_builder.cpp | 222 auto arg1 = GetArgDefinition(bcInst, 1, accRead, isRange); in TryBuildInteropCall() local 86 BuildResolveInteropCallIntrinsic(RuntimeInterface::InteropCallKind callKind, size_t pc, RuntimeInterface::MethodPtr method, Inst *arg0, Inst *arg1, Inst *arg2, Inst *cpOffsetForClass, SaveStateInst *saveState) BuildResolveInteropCallIntrinsic() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_promise_test.cpp | 138 JSTaggedValue ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, in ThanAlgorithm() argument
|
| H A D | builtins_string_test.cpp | 172 const double arg1 = 65; in HWTEST_F_L0() local 190 const double arg1 = 65; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_stubs.cpp | 221 GateRef arg1 = GetCallArg1(numArgs);
in CallSlowPath() local 229 GateRef arg1 = GetCallArg1(numArgs);
in CallSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_stub_builder.h | 26 GateRef arg1;
member 32 GateRef arg1;
member 75 GateRef arg1;
member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_fast_call.cpp | 307 Label arg1;
in JSFastCallWithArgVAndPushArgv() local
|
| H A D | asm_interpreter_call.cpp | 437 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local 482 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local 968 Label arg1; in CallFastBuiltin() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/firmware/ |
| H A D | rockchip_sip.c | 37 static struct arm_smccc_res invoke_sip_fn_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, in invoke_sip_fn_smc() argument 46 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() argument 184 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2) in sip_smc_mcu_el3fiq() argument 190 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2) in sip_smc_vpu_reset() argument 199 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2) in sip_smc_bus_config() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 308 u32 arg0, arg1; in nouveau_accel_gr_init() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 48 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() argument 185 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2) in sip_smc_mcu_el3fiq() argument 191 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2) in sip_smc_vpu_reset() argument 200 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2) in sip_smc_bus_config() argument 37 __invoke_sip_fn_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2) __invoke_sip_fn_smc() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 562 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1) in CallExact() argument 567 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1, in CallExact() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class.h | 909 auto arg1 = m.GetArgType(1); in LookupSetterByName() local
|