Home
last modified time | relevance | path

Searched defs:reg (Results 1026 - 1050 of 1066) sorted by relevance

1...<<414243

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc85 int ToNumber(Register reg) { in ToNumber() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc751 void Simulator::set_register(int reg, int32_t value) { in set_register() argument
770 get_double_from_register_pair(int reg) get_double_from_register_pair() argument
782 set_register_pair_from_double(int reg, double* value) set_register_pair_from_double() argument
814 get_neon_register(int reg, T (&value)[SIZE / sizeof(T)]) get_neon_register() argument
822 set_neon_register(int reg, const T (&value)[SIZE / sizeof(T)]) set_neon_register() argument
1520 int reg = 0; HandleRList() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h147 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind, in push() argument
303 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument
863 LoadReturnStackSlot(LiftoffRegister reg, int offset, ValueKind kind) LoadReturnStackSlot() argument
915 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
969 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
4023 LiftoffRegister reg = gp_regs.GetFirstRegSet(); PushRegisters() local
4033 LiftoffRegister reg = fp_regs.GetFirstRegSet(); PushRegisters() local
4046 LiftoffRegister reg = fp_regs.GetFirstRegSet(); PopRegisters() local
4054 LiftoffRegister reg = gp_regs.GetLastRegSet(); PopRegisters() local
4065 LiftoffRegister reg = all_spills.GetFirstRegSet(); RecordSpillsInSafepoint() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h145 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() argument
418 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument
967 LiftoffRegister reg = GetUnusedRegister(reg_class_for(kind), {}); MoveStackValue() local
988 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
1046 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
3647 LiftoffRegister reg = gp_regs.GetFirstRegSet(); PushRegisters() local
3660 LiftoffRegister reg = fp_regs.GetFirstRegSet(); PushRegisters() local
3673 LiftoffRegister reg = fp_regs.GetFirstRegSet(); PopRegisters() local
3682 LiftoffRegister reg = gp_regs.GetLastRegSet(); PopRegisters() local
3695 LiftoffRegister reg = all_spills.GetFirstRegSet(); RecordSpillsInSafepoint() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h152 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() argument
428 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument
953 LiftoffRegister reg = GetUnusedRegister(reg_class_for(kind), {}); MoveStackValue() local
974 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
1026 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
3451 LiftoffRegister reg = gp_regs.GetFirstRegSet(); PushRegisters() local
3465 LiftoffRegister reg = fp_regs.GetFirstRegSet(); PushRegisters() local
3482 LiftoffRegister reg = fp_regs.GetFirstRegSet(); PopRegisters() local
3495 LiftoffRegister reg = gp_regs.GetLastRegSet(); PopRegisters() local
3508 LiftoffRegister reg = all_spills.GetFirstRegSet(); RecordSpillsInSafepoint() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c491 iris_load_register_imm32(struct iris_batch *batch, uint32_t reg, in iris_load_register_imm32() argument
500 iris_load_register_imm64(struct iris_batch *batch, uint32_t reg, in iris_load_register_imm64() argument
512 iris_load_register_mem32(struct iris_batch *batch, uint32_t reg, in iris_load_register_mem32() argument
528 iris_load_register_mem64(struct iris_batch *batch, uint32_t reg, in iris_load_register_mem64() argument
540 iris_store_register_mem32(struct iris_batch *batch, uint32_t reg, in iris_store_register_mem32() argument
557 iris_store_register_mem64(struct iris_batch *batch, uint32_t reg, struct iris_bo *bo, uint32_t offset, bool predicated) iris_store_register_mem64() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1084 uint32 reg; /* register number */ member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h762 Storage reg; member in nv50_ir::Value
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c78 bi_preload(bi_builder *b, unsigned reg) in bi_preload() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h740 unsigned reg : 5; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.cpp7088 Variable *reg = getPhysicalRegister(RegNum, IceType_v4f32); _push_reg() local
7102 Variable *reg = getPhysicalRegister(RegNum, IceType_v4f32); _pop_reg() local
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h544 bool AliasesAvailableScratchRegister([[maybe_unused]] Register reg) { in MacroAssembler() argument
551 bool AliasesAvailableScratchRegister([[maybe_unused]] RegisterOrAPSR_nzcv reg) { in MacroAssembler() argument
559 bool AliasesAvailableScratchRegister([[maybe_unused]] VRegister reg) { in MacroAssembler() argument
[all...]
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc6114 AppendRegisterNameToOutput(const Instruction *instr, const CPURegister &reg) Disassembler() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c3344 static void wpas_p2p_add_chan(struct p2p_reg_class *reg, u8 chan) in wpas_p2p_add_chan() argument
3621 struct p2p_reg_class *reg = NULL, *cli_reg = NULL; in wpas_p2p_setup_channels() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c4143 static void wpas_p2p_add_chan(struct p2p_reg_class *reg, u8 chan) in wpas_p2p_add_chan() argument
4533 struct p2p_reg_class *reg = NULL, *cli_reg = NULL; local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c11112 hndoobr_reg_t *reg; dhd_pcie_dump_wrapper_regs() local
11216 volatile uint32 *reg; dhdpcie_hw_war_regdump() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c766 vop2_grf_writel(struct regmap *regmap, struct vop_reg reg, u32 v) vop2_grf_writel() argument
780 vop2_grf_readl(struct regmap *regmap, const struct vop_reg *reg) vop2_grf_readl() argument
800 vop2_read_reg(struct vop2 *vop2, uint32_t base, const struct vop_reg *reg) vop2_read_reg() argument
805 vop2_read_grf_reg(struct regmap *regmap, const struct vop_reg *reg) vop2_read_grf_reg() argument
898 vop2_get_win_regs(struct vop2_win *win, const struct vop_reg *reg) vop2_get_win_regs() argument
907 vop2_get_intr_type(struct vop2 *vop2, const struct vop_intr *intr, const struct vop_reg *reg, int type) vop2_get_intr_type() argument
4744 const struct reg { vop2_crtc_regs_dump() struct
6710 const struct vop_reg *reg = &layer->regs->layer_sel; vop2_layer_cfg_update() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c411 static bool reg_may_point_to_spin_lock(const struct bpf_reg_state *reg) in reg_may_point_to_spin_lock() argument
548 static struct bpf_func_state *func(struct bpf_verifier_env *env, const struct bpf_reg_state *reg) in func() argument
562 const struct bpf_reg_state *reg; in print_verifier_state() local
1008 verifier2_mark_reg_known(struct bpf_reg_state *reg, u64 imm) verifier2_mark_reg_known() argument
1025 verifier_mark_reg_known(struct bpf_reg_state *reg, u64 imm) verifier_mark_reg_known() argument
1032 verifier_mark_reg32_known(struct bpf_reg_state *reg, u64 imm) verifier_mark_reg32_known() argument
1044 verifier_mark_reg_known_zero(struct bpf_reg_state *reg) verifier_mark_reg_known_zero() argument
1049 verifier_mark_reg_const_zero(struct bpf_reg_state *reg) verifier_mark_reg_const_zero() argument
1068 reg_is_pkt_pointer(const struct bpf_reg_state *reg) reg_is_pkt_pointer() argument
1073 reg_is_pkt_pointer_any(const struct bpf_reg_state *reg) reg_is_pkt_pointer_any() argument
1079 reg_is_init_pkt_pointer(const struct bpf_reg_state *reg, enum bpf_reg_type which) reg_is_init_pkt_pointer() argument
1089 verifier_mark_reg_unbounded(struct bpf_reg_state *reg) verifier_mark_reg_unbounded() argument
1102 verifier_mark_reg64_unbounded(struct bpf_reg_state *reg) verifier_mark_reg64_unbounded() argument
1110 verifier_mark_reg32_unbounded(struct bpf_reg_state *reg) verifier_mark_reg32_unbounded() argument
1118 verifier_update_reg32_bounds(struct bpf_reg_state *reg) verifier_update_reg32_bounds() argument
1130 verifier_update_reg64_bounds(struct bpf_reg_state *reg) verifier_update_reg64_bounds() argument
1140 verifier_update_reg_bounds(struct bpf_reg_state *reg) verifier_update_reg_bounds() argument
1147 verifier_reg32_deduce_bounds(struct bpf_reg_state *reg) verifier_reg32_deduce_bounds() argument
1177 verifier_reg64_deduce_bounds(struct bpf_reg_state *reg) verifier_reg64_deduce_bounds() argument
1207 verifier_reg_deduce_bounds(struct bpf_reg_state *reg) verifier_reg_deduce_bounds() argument
1214 verifier_reg_bound_offset(struct bpf_reg_state *reg) verifier_reg_bound_offset() argument
1223 reg_bounds_sync(struct bpf_reg_state *reg) reg_bounds_sync() argument
1242 verifier_reg_assign_32_into_64(struct bpf_reg_state *reg) verifier_reg_assign_32_into_64() argument
1260 verifier_reg_combine_32_into_64(struct bpf_reg_state *reg) verifier_reg_combine_32_into_64() argument
1297 __reg_combine_64_into_32(struct bpf_reg_state *reg) __reg_combine_64_into_32() argument
1318 __mark_reg_unknown(const struct bpf_verifier_env *env, struct bpf_reg_state *reg) __mark_reg_unknown() argument
1345 verifier_mark_reg_not_init(const struct bpf_verifier_env *env, struct bpf_reg_state *reg) verifier_mark_reg_not_init() argument
1590 is_reg64(struct bpf_verifier_env *env, struct bpf_insn *insn, u32 regno, struct bpf_reg_state *reg, enum reg_arg_type t) is_reg64() argument
1698 mark_insn_zext(struct bpf_verifier_env *env, struct bpf_reg_state *reg) mark_insn_zext() argument
1716 struct bpf_reg_state *reg, *regs = state->regs; check_reg_arg() local
1999 struct bpf_reg_state *reg; mark_all_scalars_precise() local
2035 struct bpf_reg_state *reg; __mark_chain_precision() local
2240 register_is_null(struct bpf_reg_state *reg) register_is_null() argument
2245 register_is_const(struct bpf_reg_state *reg) register_is_const() argument
2250 __is_scalar_unbounded(struct bpf_reg_state *reg) __is_scalar_unbounded() argument
2257 register_is_bounded(struct bpf_reg_state *reg) register_is_bounded() argument
2262 __is_pointer_value(bool allow_ptr_leaks, const struct bpf_reg_state *reg) __is_pointer_value() argument
2271 save_register_state(struct bpf_func_state *state, int spi, struct bpf_reg_state *reg) save_register_state() argument
2293 struct bpf_reg_state *reg = NULL; check_stack_write_fixed_off() local
2564 struct bpf_reg_state *reg; check_stack_read_fixed_off() local
2662 struct bpf_reg_state *reg = reg_state(env, ptr_regno); check_stack_read_var_off() local
2691 struct bpf_reg_state *reg = reg_state(env, ptr_regno); check_stack_read() local
2746 struct bpf_reg_state *reg = reg_state(env, ptr_regno); check_stack_write() local
2784 struct bpf_reg_state *reg; __check_mem_access() local
2815 struct bpf_reg_state *reg = &state->regs[regno]; check_mem_region_access() local
2866 struct bpf_reg_state *reg = &state->regs[regno]; check_map_access() local
2945 struct bpf_reg_state *reg = &regs[regno]; check_packet_access() local
3025 struct bpf_reg_state *reg = &regs[regno]; check_sock_access() local
3068 const struct bpf_reg_state *reg = reg_state(env, regno); is_ctx_reg() local
3075 const struct bpf_reg_state *reg = reg_state(env, regno); is_sk_reg() local
3082 const struct bpf_reg_state *reg = reg_state(env, regno); is_pkt_reg() local
3089 const struct bpf_reg_state *reg = reg_state(env, regno); is_flow_key_reg() local
3095 check_pkt_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, bool strict) check_pkt_ptr_alignment() argument
3128 check_generic_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, const char *pointer_desc, int off, int size, bool strict) check_generic_ptr_alignment() argument
3150 check_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, bool strict_alignment_once) check_ptr_alignment() argument
3349 __check_ptr_off_reg(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, bool fixed_off_ok) __check_ptr_off_reg() argument
3373 check_ptr_off_reg(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno) check_ptr_off_reg() argument
3378 __check_buffer_access(struct bpf_verifier_env *env, const char *buf_info, const struct bpf_reg_state *reg, int regno, int off, int size) __check_buffer_access() argument
3396 check_tp_buffer_access(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, int off, int size) check_tp_buffer_access() argument
3413 check_buffer_access(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, int off, int size, bool zero_size_allowed, const char *buf_info, u32 *max_access) check_buffer_access() argument
3431 zext_32_to_64(struct bpf_reg_state *reg) zext_32_to_64() argument
3440 coerce_reg_to_size(struct bpf_reg_state *reg, int size) coerce_reg_to_size() argument
3508 struct bpf_reg_state *reg = regs + regno; check_ptr_to_btf_access() local
3551 struct bpf_reg_state *reg = regs + regno; check_ptr_to_map_access() local
3629 struct bpf_reg_state *reg = regs + regno; check_stack_access_within_bounds() local
3693 struct bpf_reg_state *reg = regs + regno; check_mem_access() local
3951 struct bpf_reg_state *reg = reg_state(env, regno); check_stack_range_initialized() local
4076 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; check_helper_mem_access() local
4141 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; process_spin_lock() local
4343 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; check_reg_type() local
4413 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; check_func_arg() local
4978 struct bpf_reg_state *regs = state->regs, *reg; __clear_all_pkt_pointers() local
5010 struct bpf_reg_state *regs = state->regs, *reg; release_reg_references() local
5260 struct bpf_reg_state *regs = cur_regs(env), *reg; record_func_key() local
5598 check_reg_sane_offset(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, enum bpf_reg_type type) check_reg_sane_offset() argument
5881 check_stack_access_for_ptr_arithmetic(struct bpf_verifier_env *env, int regno, const struct bpf_reg_state *reg, int off) check_stack_access_for_ptr_arithmetic() argument
7120 struct bpf_reg_state *reg; __find_good_pkt_pointers() local
7217 is_branch32_taken(struct bpf_reg_state *reg, u32 val, u8 opcode) is_branch32_taken() argument
7302 is_branch64_taken(struct bpf_reg_state *reg, u64 val, u8 opcode) is_branch64_taken() argument
7393 is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, bool is_jmp32) is_branch_taken() argument
7629 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) mark_ptr_or_null_reg() argument
7682 struct bpf_reg_state *reg; __mark_ptr_or_null_regs() local
7798 struct bpf_reg_state *reg; find_equal_scalars() local
8164 struct bpf_reg_state *reg; check_return_code() local
9269 propagate_liveness_reg(struct bpf_verifier_env *env, struct bpf_reg_state *reg, struct bpf_reg_state *parent_reg) propagate_liveness_reg() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c2224 static void mac_mcu_write(struct rtl8168_private *tp, u16 reg, u16 value) in mac_mcu_write() argument
2234 static u32 mac_mcu_read(struct rtl8168_private *tp, u16 reg) in mac_mcu_read() argument
2523 u32 reg; in rtl8168_check_dash() local
3296 u32 reg; in rtl8168_driver_start() local
3341 u32 reg; rtl8168_driver_stop() local
4724 u16 reg; rtl8168_set_hw_wol() member
6769 u32 reg,val32; rtl8168_get_mac_version() local
6979 rtl8168_calc_efuse_dummy_bit(u16 reg) rtl8168_calc_efuse_dummy_bit() argument
7000 u16 reg = (u16)((DwCmd & 0x00FE0000) >> 17); rtl8168_decode_efuse_cmd() local
7026 rtl8168_efuse_read(struct rtl8168_private *tp, u16 reg) rtl8168_efuse_read() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c792 vop2_grf_writel(struct regmap *regmap, struct vop_reg reg, u32 v) vop2_grf_writel() argument
805 vop2_grf_readl(struct regmap *regmap, const struct vop_reg *reg) vop2_grf_readl() argument
825 vop2_read_reg(struct vop2 *vop2, uint32_t base, const struct vop_reg *reg) vop2_read_reg() argument
831 vop2_read_grf_reg(struct regmap *regmap, const struct vop_reg *reg) vop2_read_grf_reg() argument
920 vop2_get_win_regs(struct vop2_win *win, const struct vop_reg *reg) vop2_get_win_regs() argument
929 vop2_get_intr_type(struct vop2 *vop2, const struct vop_intr *intr, const struct vop_reg *reg, int type) vop2_get_intr_type() argument
4755 const struct reg { vop2_crtc_regs_dump() struct
6742 const struct vop_reg *reg = &layer->regs->layer_sel; vop2_layer_cfg_update() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx-hdmi.c851 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, u32 reg, u8 val) in hdptx_write() argument
856 static inline u8 hdptx_read(struct rockchip_hdptx_phy *hdptx, u32 reg) in hdptx_read() argument
865 static inline void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, u32 reg, in hdptx_update_bits() argument
871 static inline void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, u32 reg, u32 val) in hdptx_grf_write() argument
817 rockchip_hdptx_phy_is_accissible_reg(struct device *dev, unsigned int reg) rockchip_hdptx_phy_is_accissible_reg() argument
876 hdptx_grf_read(struct rockchip_hdptx_phy *hdptx, u32 reg) hdptx_grf_read() argument
[all...]
/third_party/backends/backend/
H A Dhp3900_rts8822.c1136 struct st_scanmode reg, *mode; in Load_Scanmodes() local
2030 struct st_scanmode *reg; in Scanmode_maxres() local
2062 struct st_scanmode *reg; in Scanmode_minres() local
2098 struct st_scanmode *reg; Scanmode_fitres() local
2144 struct st_scanmode *reg; RTS_GetScanmode() local
2314 struct st_timing reg, *tmg; Load_Timings() local
2952 struct st_motormove reg, *mm; Load_Motormoves() local
[all...]
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h2724 __STATIC_INLINE int MMU_GetSectionDescriptor(uint32_t *descriptor, mmu_region_attributes_Type reg) in MMU_GetSectionDescriptor() argument
2751 MMU_GetPageDescriptor(uint32_t *descriptor, uint32_t *descriptor2, mmu_region_attributes_Type reg) MMU_GetPageDescriptor() argument
[all...]
/third_party/libdrm/include/drm/
H A Dradeon_drm.h276 unsigned char cmd_type, reg, n_bufs, flags; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c2442 uint32_t reg = R_028028_DB_STENCIL_CLEAR + 4 * reg_offset; in radv_load_ds_clear_metadata() local
2634 uint32_t reg = R_028C8C_CB_COLOR0_CLEAR_WORD0 + cb_idx * 0x3c; in radv_load_color_clear_metadata() local
8439 unsigned reg = R_00B900_COMPUTE_USER_DATA_0 + loc->sgpr_idx * 4; in radv_emit_dispatch_packets() local

Completed in 165 milliseconds

1...<<414243