Searched refs:store_instr (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_vars_to_ssa.c | 421 register_store_instr(nir_intrinsic_instr *store_instr, in register_store_instr() argument 424 nir_deref_instr *deref = nir_src_as_deref(store_instr->src[0]); in register_store_instr() 432 _mesa_set_add(node->stores, store_instr); in register_store_instr()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 506 #define ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(load_instr, store_instr, reg) \ argument 512 __ store_instr(i.TempRegister32(1), i.Input##reg(2), i.TempRegister(0)); \ 516 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_instr, store_instr, ext, \ argument 526 __ store_instr(i.TempRegister32(1), i.Input##reg(3), i.TempRegister(0)); \ 531 #define ASSEMBLE_ATOMIC_BINOP(load_instr, store_instr, bin_instr, reg) \ argument 538 __ store_instr(i.TempRegister32(2), i.Temp##reg(1), i.TempRegister(0)); \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 341 #define ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(load_instr, store_instr) \ argument 348 __ store_instr(i.TempRegister(0), i.InputRegister(2), i.TempRegister(1)); \ 354 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_instr, store_instr, \ argument 364 __ store_instr(i.TempRegister(0), i.InputRegister(3), i.TempRegister(1)); \ 371 #define ASSEMBLE_ATOMIC_BINOP(load_instr, store_instr, bin_instr) \ argument 380 __ store_instr(i.TempRegister(2), i.TempRegister(0), i.TempRegister(1)); \
|
/third_party/openh264/codec/common/x86/ |
D | mb_copy.asm | 509 ; load_instr=%1 store_instr=%2 p_dst=%3 i_dststride=%4 p_src=%5 i_srcstride=%6 cnt=%7 r_tmp=%8,%9 m…
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_ngg.c | 667 nir_instr *store_instr = state->compact_arg_stores[idx]; in remove_compacted_arg() local 668 if (!store_instr) in remove_compacted_arg() 672 nir_instr_remove(store_instr); in remove_compacted_arg()
|