Home
last modified time | relevance | path

Searched refs:arg_offset (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_printf.c113 nir_ssa_def *arg_offset = in lower_printf_instr() local
118 nir_build_deref_array(b, buffer, arg_offset); in lower_printf_instr()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c663 sljit_s32 float_arg_count = 0, arg4_reg = 0, arg_offset; in call_with_args() local
678 arg_offset = 0; in call_with_args()
686 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args()
687 arg_offset += SSIZE_OF(f64); in call_with_args()
691 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args()
692 arg_offset += SSIZE_OF(f32); in call_with_args()
696 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), arg_offset, (word_arg_count >= 4) ? arg4_reg : word_arg_count, 0); in call_with_args()
701 arg_offset += SSIZE_OF(sw); in call_with_args()
/third_party/node/deps/v8/src/d8/
H A Dd8.h349 int arg_offset);
H A Dd8.cc1657 const v8::FunctionCallbackInfo<v8::Value>& args, int arg_offset) { in RealmIndexOrThrow()
1658 if (args.Length() < arg_offset || !args[arg_offset]->IsNumber()) { in RealmIndexOrThrow()
1662 int index = args[arg_offset] in RealmIndexOrThrow()
1656 RealmIndexOrThrow( const v8::FunctionCallbackInfo<v8::Value>& args, int arg_offset) RealmIndexOrThrow() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c398 static inline unsigned int arg_offset(struct storage *s) in arg_offset() function
444 strcpy(name, pretty_offset((int) arg_offset(s))); in stor_op_name()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c770 nir_ssa_def *arg_offset = nir_load_rt_arg_scratch_offset_amd(&b); in lower_rt_derefs() local
787 nir_build_deref_cast(&b, arg_offset, nir_var_function_temp, deref->var->type, 0); in lower_rt_derefs()

Completed in 19 milliseconds