Home
last modified time | relevance | path

Searched refs:address_x (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu_eis.c634 HP_WORD operand_x, operand_y, address_x, address_y; in cpu_eis_fp_op() local
721 address_x = DB + RB & LA_MASK; /* form the data offset */ in cpu_eis_fp_op()
730 …if (NPRV && (address_x < DL || address_x > SM)) /* if non-privileged and the operand is out of bou… in cpu_eis_fp_op()
733 cpu_read_memory (data, address_x, &operand_x); /* read the first word */ in cpu_eis_fp_op()
749 cpu_read_memory (data, address_x + index & LA_MASK, &operand_x); in cpu_eis_fp_op()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-print-check.c292 GtkSpinButton *address_x, *address_y; member
577 gtk_spin_button_get_value(pcd->address_x), in gnc_ui_print_save_dialog()
667 gtk_spin_button_set_value(pcd->address_x, x); in gnc_ui_print_restore_dialog()
793 pcd->address_x, pcd->address_y); in pcd_save_custom_data()
1681 pcd->address_x = GTK_SPIN_BUTTON(gtk_builder_get_object (builder, "address_x_entry")); in gnc_ui_print_check_dialog_create()
2351 item.x = multip * gtk_spin_button_get_value(pcd->address_x); in draw_check_custom()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/generated/
H A Dlm32_allprofiles.v5886 .address_x (load_store_address_x),
8813 address_x,
8862 input [ (32-1):0] address_x; port
9134 assign dmem_read_address = address_x[ addr_set_msb:addr_offset_lsb];
9139 assign tmem_read_address = address_x[ addr_set_msb:addr_set_lsb];
18819 .address_x (load_store_address_x),
21752 address_x,
21801 input [ (32-1):0] address_x; port
22073 assign dmem_read_address = address_x[ addr_set_msb:addr_offset_lsb];
22078 assign tmem_read_address = address_x[ addr_set_msb:addr_set_lsb];
/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/
H A Dinterpreter.h1488 u16 address_x = RnAddressAndModify(x.Index(), xs.GetName()); in mul() local
1490 regs.x[0] = mem.DataRead(address_x); in mul()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/
H A Dinterpreter.h1488 u16 address_x = RnAddressAndModify(x.Index(), xs.GetName()); in mul() local
1490 regs.x[0] = mem.DataRead(address_x); in mul()