Searched refs:arg_offset (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_printf.c | 113 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 D | sljitNativeX86_32.c | 663 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 D | d8.h | 349 int arg_offset);
|
H A D | d8.cc | 1657 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 D | compile-i386.c | 398 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 D | radv_pipeline_rt.c | 770 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