SYMBOL INDEX (4661 symbols across 194 files) FILE: frontend/audio.cpp type iris::audio (line 6) | namespace iris::audio { function update (line 8) | void update(void* userdata, SDL_AudioStream* stream, int additional_am... function init (line 28) | bool init(iris::instance* iris) { function close (line 49) | void close(iris::instance* iris) { function mute (line 60) | bool mute(iris::instance* iris) { function unmute (line 68) | void unmute(iris::instance* iris) { FILE: frontend/elf.cpp type iris::elf (line 13) | namespace iris::elf { function load_symbols_from_memory (line 15) | void load_symbols_from_memory(iris::instance* iris, char* buf) { function load_symbols_from_disc (line 98) | bool load_symbols_from_disc(iris::instance* iris) { function load_symbols_from_file (line 114) | bool load_symbols_from_file(iris::instance* iris, std::string path) { FILE: frontend/emu.cpp type iris::emu (line 7) | namespace iris::emu { function init (line 9) | bool init(iris::instance* iris) { function destroy (line 23) | void destroy(iris::instance* iris) { function query_arcade_value (line 36) | std::optional query_arcade_value(std::string arcade_name, std::stri... function load_arcade (line 66) | bool load_arcade(iris::instance* iris, std::string path) { function attach_memory_card (line 151) | int attach_memory_card(iris::instance* iris, int slot, const char* pat... function detach_memory_card (line 189) | void detach_memory_card(iris::instance* iris, int slot) { function get_system_count (line 233) | int get_system_count(iris::instance* iris) { FILE: frontend/handlers.cpp type iris (line 3) | namespace iris { function handle_ee_tty_event (line 5) | void handle_ee_tty_event(void* udata, char c) { function handle_iop_tty_event (line 18) | void handle_iop_tty_event(void* udata, char c) { function handle_sysmem_tty_event (line 31) | void handle_sysmem_tty_event(void* udata, char c) { FILE: frontend/imgui.cpp type iris::imgui (line 39) | namespace iris::imgui { function setup_vulkan_window (line 45) | static bool setup_vulkan_window(iris::instance* iris, ImGui_ImplVulkan... function set_vsync (line 125) | void set_vsync(iris::instance* iris, bool vsync) { function setup_fonts (line 146) | bool setup_fonts(iris::instance* iris, ImGuiIO& io) { function set_theme (line 183) | void set_theme(iris::instance* iris, int theme, bool set_bg_color) { function set_codeview_scheme (line 457) | void set_codeview_scheme(iris::instance* iris, int scheme) { function VkShaderModule (line 538) | VkShaderModule create_shader(iris::instance* iris, uint32_t* code, siz... function VkPipeline (line 553) | VkPipeline create_pipeline(iris::instance* iris, VkShaderModule vert_s... function init (line 691) | bool init(iris::instance* iris) { function cleanup (line 855) | void cleanup(iris::instance* iris) { function render_frame (line 874) | bool render_frame(iris::instance* iris, ImDrawData* draw_data) { function BeginEx (line 1016) | bool BeginEx(const char* name, bool* p_open, ImGuiWindowFlags flags) { FILE: frontend/input.cpp type iris (line 16) | namespace iris { type iris::input (line 49) | namespace iris::input { function load_db_default (line 51) | void load_db_default(iris::instance* iris) { function load_db_from_file (line 57) | bool load_db_from_file(iris::instance* iris, const char* path) { function init_default_mapping (line 67) | void init_default_mapping(iris::instance* iris, int id) { function init (line 140) | bool init(iris::instance* iris) { function input_action (line 247) | input_action* get_input_action(iris::instance* iris, int slot, uint64_... function change_button (line 254) | static inline void change_button(iris::instance* iris, int slot, float... function change_s14x_switch (line 264) | static inline void change_s14x_switch(iris::instance* iris, float valu... function execute_action (line 275) | void execute_action(iris::instance* iris, input_action action, int slo... function input_event (line 317) | input_event sdl_event_to_input_event(SDL_Event* event) { function get_default_screenshot_filename (line 356) | std::string get_default_screenshot_filename(iris::instance* iris) { function get_screenshot_jpg_quality (line 383) | int get_screenshot_jpg_quality(iris::instance* iris) { function save_screenshot (line 396) | bool save_screenshot(iris::instance* iris, std::string path) { function handle_keydown_event (line 512) | void handle_keydown_event(iris::instance* iris, SDL_Event* event) { function handle_keyup_event (line 545) | void handle_keyup_event(iris::instance* iris, SDL_Event* event) { FILE: frontend/iris.cpp type iris (line 21) | namespace iris { function add_recent (line 23) | void add_recent(iris::instance* iris, std::string file, int type) { function open_file (line 41) | int open_file(iris::instance* iris, std::string file) { function update_title (line 97) | void update_title(iris::instance* iris) { function update_time (line 113) | void update_time(iris::instance* iris) { function sleep_limiter (line 130) | void sleep_limiter(iris::instance* iris) { function do_cycle (line 142) | static inline void do_cycle(iris::instance* iris) { function update_window (line 176) | void update_window(iris::instance* iris) { function init (line 363) | bool init(iris::instance* iris, int argc, const char* argv[]) { function SDL_AppResult (line 470) | SDL_AppResult update(iris::instance* iris) { function SDL_AppResult (line 526) | SDL_AppResult handle_events(iris::instance* iris, SDL_Event* event) { function get_menubar_height (line 688) | int get_menubar_height(iris::instance* iris) { function destroy (line 696) | void destroy(iris::instance* iris) { FILE: frontend/iris.hpp type iris (line 24) | namespace iris { class instance (line 67) | class instance type ps2_state (line 429) | struct ps2_state type ds_state (line 593) | struct ds_state type mcd_state (line 594) | struct mcd_state type breakpoint (line 81) | struct breakpoint { type move_animation (line 90) | struct move_animation { type fade_animation (line 98) | struct fade_animation { type notification (line 105) | struct notification { type elf_symbol (line 118) | struct elf_symbol { type input_device (line 138) | struct input_device { method set_slot (line 141) | void set_slot(int slot) { method get_slot (line 145) | int get_slot() { class keyboard_device (line 153) | class keyboard_device : public input_device { method get_type (line 155) | int get_type() override { class gamepad_device (line 162) | class gamepad_device : public input_device { method gamepad_device (line 166) | gamepad_device(SDL_JoystickID id) : id(id) {} method get_type (line 168) | int get_type() override { method SDL_JoystickID (line 172) | SDL_JoystickID get_id() { type event (line 188) | enum event { type input_action (line 195) | enum input_action : uint32_t { type vertex (line 234) | struct vertex { method VkVertexInputBindingDescription (line 239) | static constexpr const VkVertexInputBindingDescription get_binding_d... method get_attribute_descriptions (line 249) | static constexpr const std::array& ... function show_ee_logs (line 49) | void show_ee_logs(iris::instance* iris) { function show_iop_logs (line 74) | void show_iop_logs(iris::instance* iris) { function show_sysmem_logs (line 111) | void show_sysmem_logs(iris::instance* iris) { FILE: frontend/ui/memory.cpp type iris (line 12) | namespace iris { function show_memory_viewer (line 16) | void show_memory_viewer(iris::instance* iris) { FILE: frontend/ui/memory_card_tool.cpp type iris (line 11) | namespace iris { function show_memory_card_tool (line 30) | void show_memory_card_tool(iris::instance* iris) { FILE: frontend/ui/memory_search.cpp type iris (line 14) | namespace iris { type match (line 83) | struct match { function compare_values (line 100) | bool compare_values(int cmp, T a, T b) { function search_memory (line 119) | void search_memory(struct ps2_state* ps2, int cpu, int type, int cmp, ... function filter_results (line 221) | void filter_results(int type, int cmp, const char* value_str) { function write_match_value (line 306) | void write_match_value(struct ps2_state* ps2, int cpu, match& m, int t... function sprintf_match (line 331) | void sprintf_match(const value& v, char* buf, size_t size, int type, i... function show_match_change_dialog (line 366) | void show_match_change_dialog(iris::instance* iris, match& m, char* la... function show_description_change_dialog (line 439) | void show_description_change_dialog(iris::instance* iris, match& m) { function show_search_table (line 492) | void show_search_table(iris::instance* iris, struct ps2_state* ps2, in... function show_address_list (line 623) | void show_address_list(iris::instance* iris) { function show_search_options (line 757) | void show_search_options(iris::instance* iris) { function update_search_matches (line 825) | void update_search_matches(struct ps2_state* ps2, int cpu) { function serialize_address_list (line 848) | std::string serialize_address_list() { function import_address_list_from_stream (line 858) | void import_address_list_from_stream(std::istream& stream) { function show_memory_search (line 894) | void show_memory_search(iris::instance* iris) { FILE: frontend/ui/memory_viewer.h type DataFormat (line 79) | enum DataFormat function GotoAddrAndHighlight (line 163) | void GotoAddrAndHighlight(size_t addr_min, size_t addr_max) type Sizes (line 170) | struct Sizes function CalcSizes (line 186) | void CalcSizes(Sizes& s, size_t mem_size, size_t base_display_addr) type InputTextUserData (line 355) | struct InputTextUserData function DrawOptionsLine (line 553) | void DrawOptionsLine(const Sizes& s, void* mem_data, size_t mem_size, si... function DrawPreviewLine (line 601) | void DrawPreviewLine(const Sizes& s, void* mem_data_void, size_t mem_siz... function DataTypeGetSize (line 652) | size_t DataTypeGetSize(ImGuiDataType data_type) const function IsBigEndian (line 666) | bool IsBigEndian() const function DrawPreviewData (line 732) | void DrawPreviewData(size_t addr, const ImU8* mem_data, size_t mem_size,... FILE: frontend/ui/menubar.cpp type iris (line 11) | namespace iris { function show_main_menubar (line 46) | void show_main_menubar(iris::instance* iris) { FILE: frontend/ui/modules.cpp type iris (line 7) | namespace iris { function show_modules_table (line 26) | static inline void show_modules_table(iris::instance* iris) { type iop_module (line 73) | struct iop_module type iop_state (line 74) | struct iop_state type iop_module (line 77) | struct iop_module function show_iop_modules (line 86) | void show_iop_modules(iris::instance* iris) { FILE: frontend/ui/overlay.cpp type iris (line 12) | namespace iris { function update_overlay (line 24) | void update_overlay(iris::instance* iris) { function show_overlay (line 54) | void show_overlay(iris::instance* iris) { FILE: frontend/ui/pad.cpp type iris (line 9) | namespace iris { function show_pad_debugger (line 11) | void show_pad_debugger(iris::instance* iris) { FILE: frontend/ui/settings.cpp type iris (line 11) | namespace iris { function mapping (line 18) | mapping* get_input_mapping(iris::instance* iris, int slot) { function get_event_name (line 67) | std::string get_event_name(const input_event& event) { function show_system_settings (line 180) | void show_system_settings(iris::instance* iris) { function show_hardware_renderer_settings (line 298) | void show_hardware_renderer_settings(iris::instance* iris) { function show_graphics_settings (line 356) | void show_graphics_settings(iris::instance* iris) { function show_controller_slot (line 536) | void show_controller_slot(iris::instance* iris, int slot) { function event_is_mod_key (line 691) | bool event_is_mod_key(const input_event& event) { function show_mappings_editor (line 710) | void show_mappings_editor(iris::instance* iris) { function show_input_settings (line 878) | void show_input_settings(iris::instance* iris) { function show_paths_settings (line 904) | void show_paths_settings(iris::instance* iris) { function show_memory_card (line 1153) | void show_memory_card(iris::instance* iris, int slot) { function show_memory_card_settings (line 1258) | void show_memory_card_settings(iris::instance* iris) { function show_misc_settings (line 1298) | void show_misc_settings(iris::instance* iris) { function show_shader_settings (line 1494) | void show_shader_settings(iris::instance* iris) { function show_settings (line 1586) | void show_settings(iris::instance* iris) { FILE: frontend/ui/spu2.cpp type iris (line 9) | namespace iris { function show_spu2_core (line 29) | void show_spu2_core(iris::instance* iris, int c) { function show_spu2_tab (line 100) | void show_spu2_tab(iris::instance* iris, int c) { function show_spu2_debugger (line 129) | void show_spu2_debugger(iris::instance* iris) { FILE: frontend/ui/state.cpp type iris (line 16) | namespace iris { type vu_reg128 (line 103) | struct vu_reg128 function show_ee_main_registers (line 113) | static inline void show_ee_main_registers(iris::instance* iris) { function show_ee_cop0_registers (line 214) | static inline void show_ee_cop0_registers(iris::instance* iris) { function show_ee_fpu_registers (line 310) | static inline void show_ee_fpu_registers(iris::instance* iris) { function show_vu0_float (line 462) | static inline void show_vu0_float(iris::instance* iris) { function show_vu0_integer (line 580) | static inline void show_vu0_integer(iris::instance* iris) { function show_iop_main_registers (line 684) | static inline void show_iop_main_registers(iris::instance* iris) { function show_work_in_progress (line 773) | static inline void show_work_in_progress(iris::instance* iris) { function show_ee_state (line 806) | void show_ee_state(iris::instance* iris) { function show_iop_state (line 892) | void show_iop_state(iris::instance* iris) { FILE: frontend/ui/statusbar.cpp type ImGui (line 7) | namespace ImGui { function BeginMainStatusBar (line 9) | bool BeginMainStatusBar() function EndMainStatusBar (line 34) | void EndMainStatusBar() type iris (line 49) | namespace iris { function get_format_bpp (line 51) | int get_format_bpp(VkFormat fmt) { function show_status_bar (line 62) | void show_status_bar(iris::instance* iris) { FILE: frontend/ui/symbols.cpp type iris (line 11) | namespace iris { function filter_symbols (line 36) | void filter_symbols(iris::instance* iris, const char* filter, bool reg... function edit_callback (line 71) | int edit_callback(ImGuiInputTextCallbackData* data) { function show_symbols (line 79) | void show_symbols(iris::instance* iris) { FILE: frontend/ui/threads.cpp type iris (line 12) | namespace iris { function show_thread_list (line 40) | void show_thread_list(iris::instance* iris) { function show_threads (line 96) | void show_threads(iris::instance* iris) { FILE: frontend/ui/vu_disassembly.cpp function ltrim_impl (line 19) | inline void ltrim_impl(std::string &s) { function rtrim_impl (line 26) | inline void rtrim_impl(std::string &s) { function trim_impl (line 33) | inline void trim_impl(std::string &s) { function ltrim (line 39) | inline std::string ltrim(std::string s) { function rtrim (line 45) | inline std::string rtrim(std::string s) { function trim (line 51) | inline std::string trim(std::string s) { type iris (line 58) | namespace iris { type vu_dis_state (line 60) | struct vu_dis_state function print_highlighted_vu1 (line 69) | void print_highlighted_vu1(iris::instance* iris, const char* buf) { function show_vu_disassembly_view (line 179) | static void show_vu_disassembly_view(iris::instance* iris, uint64_t* m... function save_disassembly (line 289) | void save_disassembly(FILE* file, uint64_t* mem, size_t size) { function show_vu_disassembler (line 328) | void show_vu_disassembler(iris::instance* iris) { FILE: frontend/vulkan.cpp type iris::vulkan (line 10) | namespace iris::vulkan { function get_instance_extensions (line 12) | std::vector get_instance_extensions() { function get_instance_layers (line 30) | std::vector get_instance_layers() { function is_instance_extension_supported (line 48) | bool is_instance_extension_supported(iris::instance* iris, const char*... function is_instance_layer_supported (line 58) | bool is_instance_layer_supported(iris::instance* iris, const char* nam... function is_device_extension_supported (line 68) | bool is_device_extension_supported(iris::instance* iris, const char* n... function is_device_layer_supported (line 78) | bool is_device_layer_supported(iris::instance* iris, const char* name) { function get_device_extensions (line 88) | std::vector get_device_extensions(iris::instan... function get_device_layers (line 106) | std::vector get_device_layers(iris::instance* iris) { type instance_create_info (line 124) | struct instance_create_info { function VkInstance (line 130) | VkInstance create_instance(iris::instance* iris, const instance_create... function find_memory_type (line 177) | static inline uint32_t find_memory_type(iris::instance* iris, uint32_t... type device_create_info (line 190) | struct device_create_info { function VkDevice (line 197) | VkDevice create_device(iris::instance* iris, const device_create_info&... function enumerate_physical_devices (line 317) | void enumerate_physical_devices(iris::instance* iris) { function VkPhysicalDevice (line 348) | VkPhysicalDevice find_suitable_physical_device(iris::instance* iris) { function find_graphics_queue_family_index (line 368) | int find_graphics_queue_family_index(iris::instance* iris) { function VkBuffer (line 392) | VkBuffer create_buffer(iris::instance* iris, VkDeviceSize size, VkBuff... function load_buffer (line 438) | void load_buffer(iris::instance* iris, VkDeviceMemory buffer_memory, v... function copy_buffer (line 446) | bool copy_buffer(iris::instance* iris, VkBuffer src, VkBuffer dst, VkD... function create_descriptor_pool (line 495) | bool create_descriptor_pool(iris::instance* iris) { function texture (line 520) | texture upload_texture(iris::instance* iris, void* pixels, int width, ... function free_texture (line 771) | void free_texture(iris::instance* iris, texture& tex) { function init (line 781) | bool init(iris::instance* iris, bool enable_validation) { function cleanup (line 1022) | void cleanup(iris::instance* iris) { function insert_image_memory_barrier (line 1046) | void insert_image_memory_barrier( function wait_idle (line 1338) | void wait_idle(iris::instance* iris) { FILE: main.cpp function SDL_AppResult (line 29) | SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv) { function SDL_AppResult (line 52) | SDL_AppResult SDL_AppIterate(void* appstate) { function SDL_AppResult (line 58) | SDL_AppResult SDL_AppEvent(void* appstate, SDL_Event* event) { function SDL_AppQuit (line 64) | void SDL_AppQuit(void* appstate, SDL_AppResult result) { FILE: src/dev/ds.c function ds_get_model_byte (line 8) | static inline uint8_t ds_get_model_byte(struct ds_state* ds) { function ds_cmd_set_vref_param (line 15) | static inline void ds_cmd_set_vref_param(struct ps2_sio2* sio2, struct d... function ds_cmd_query_masked (line 28) | static inline void ds_cmd_query_masked(struct ps2_sio2* sio2, struct ds_... function ds_cmd_read_data (line 51) | static inline void ds_cmd_read_data(struct ps2_sio2* sio2, struct ds_sta... function ds_cmd_config_mode (line 86) | static inline void ds_cmd_config_mode(struct ps2_sio2* sio2, struct ds_s... function ds_cmd_set_mode (line 121) | static inline void ds_cmd_set_mode(struct ps2_sio2* sio2, struct ds_stat... function ds_cmd_query_model (line 143) | static inline void ds_cmd_query_model(struct ps2_sio2* sio2, struct ds_s... function ds_cmd_query_act (line 156) | static inline void ds_cmd_query_act(struct ps2_sio2* sio2, struct ds_sta... function ds_cmd_query_comb (line 183) | static inline void ds_cmd_query_comb(struct ps2_sio2* sio2, struct ds_st... function ds_cmd_query_mode (line 196) | static inline void ds_cmd_query_mode(struct ps2_sio2* sio2, struct ds_st... function ds_cmd_vibration_toggle (line 211) | static inline void ds_cmd_vibration_toggle(struct ps2_sio2* sio2, struct... function ds_cmd_set_native_mode (line 227) | static inline void ds_cmd_set_native_mode(struct ps2_sio2* sio2, struct ... function ds_handle_command (line 262) | void ds_handle_command(struct ps2_sio2* sio2, void* udata, int cmd) { type ds_state (line 284) | struct ds_state type ps2_sio2 (line 284) | struct ps2_sio2 type ds_state (line 285) | struct ds_state type ds_state (line 285) | struct ds_state type sio2_device (line 286) | struct sio2_device type ds_state (line 292) | struct ds_state function ds_button_press (line 314) | void ds_button_press(struct ds_state* ds, uint32_t mask) { function ds_button_release (line 325) | void ds_button_release(struct ds_state* ds, uint32_t mask) { function ds_analog_change (line 329) | void ds_analog_change(struct ds_state* ds, int axis, uint8_t value) { function ds_detach (line 338) | void ds_detach(void* udata) { FILE: src/dev/ds.h type ds_state (line 36) | struct ds_state { type ds_state (line 52) | struct ds_state type ps2_sio2 (line 52) | struct ps2_sio2 type ds_state (line 53) | struct ds_state type ds_state (line 54) | struct ds_state type ds_state (line 55) | struct ds_state FILE: src/dev/guncon.c function guncon_get_model_byte (line 8) | static inline uint8_t guncon_get_model_byte(struct guncon_state* guncon) { function guncon_cmd_set_vref_param (line 11) | static inline void guncon_cmd_set_vref_param(struct ps2_sio2* sio2, stru... function guncon_cmd_query_masked (line 24) | static inline void guncon_cmd_query_masked(struct ps2_sio2* sio2, struct... function guncon_cmd_read_data (line 37) | static inline void guncon_cmd_read_data(struct ps2_sio2* sio2, struct gu... function guncon_cmd_config_mode (line 50) | static inline void guncon_cmd_config_mode(struct ps2_sio2* sio2, struct ... function guncon_cmd_set_mode (line 82) | static inline void guncon_cmd_set_mode(struct ps2_sio2* sio2, struct gun... function guncon_cmd_query_model (line 95) | static inline void guncon_cmd_query_model(struct ps2_sio2* sio2, struct ... function guncon_cmd_query_act (line 108) | static inline void guncon_cmd_query_act(struct ps2_sio2* sio2, struct gu... function guncon_cmd_query_comb (line 135) | static inline void guncon_cmd_query_comb(struct ps2_sio2* sio2, struct g... function guncon_cmd_query_mode (line 148) | static inline void guncon_cmd_query_mode(struct ps2_sio2* sio2, struct g... function guncon_cmd_vibration_toggle (line 163) | static inline void guncon_cmd_vibration_toggle(struct ps2_sio2* sio2, st... function guncon_cmd_set_native_mode (line 176) | static inline void guncon_cmd_set_native_mode(struct ps2_sio2* sio2, str... function guncon_handle_command (line 195) | void guncon_handle_command(struct ps2_sio2* sio2, void* udata, int cmd) { type guncon_state (line 217) | struct guncon_state type ps2_sio2 (line 217) | struct ps2_sio2 type guncon_state (line 218) | struct guncon_state type guncon_state (line 218) | struct guncon_state type sio2_device (line 219) | struct sio2_device type guncon_state (line 225) | struct guncon_state function guncon_button_press (line 238) | void guncon_button_press(struct guncon_state* guncon, uint16_t mask) { function guncon_button_release (line 242) | void guncon_button_release(struct guncon_state* guncon, uint16_t mask) { function guncon_analog_change (line 246) | void guncon_analog_change(struct guncon_state* guncon, int axis, uint8_t... function guncon_detach (line 253) | void guncon_detach(void* udata) { FILE: src/dev/guncon.h type guncon_state (line 20) | struct guncon_state { type guncon_state (line 28) | struct guncon_state type ps2_sio2 (line 28) | struct ps2_sio2 type guncon_state (line 29) | struct guncon_state type guncon_state (line 30) | struct guncon_state type guncon_state (line 31) | struct guncon_state FILE: src/dev/mcd.c function mcd_flush_block (line 9) | void mcd_flush_block(struct mcd_state* mcd, int addr, int size) { function mcd_cmd_probe (line 14) | void mcd_cmd_probe(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_unk_12 (line 22) | void mcd_cmd_unk_12(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_start_erase (line 30) | void mcd_cmd_start_erase(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_start_write (line 52) | void mcd_cmd_start_write(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_start_read (line 74) | void mcd_cmd_start_read(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_get_specs (line 96) | void mcd_cmd_get_specs(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_set_terminator (line 114) | void mcd_cmd_set_terminator(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_get_terminator (line 125) | void mcd_cmd_get_terminator(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_write_data (line 134) | void mcd_cmd_write_data(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_read_data (line 158) | void mcd_cmd_read_data(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_rw_end (line 182) | void mcd_cmd_rw_end(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_erase_block (line 190) | void mcd_cmd_erase_block(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_auth_f0 (line 206) | void mcd_cmd_auth_f0(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_auth_f1 (line 267) | void mcd_cmd_auth_f1(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_auth_f3 (line 285) | void mcd_cmd_auth_f3(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_auth_f7 (line 294) | void mcd_cmd_auth_f7(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_cmd_unk_bf (line 303) | void mcd_cmd_unk_bf(struct ps2_sio2* sio2, struct mcd_state* mcd) { function mcd_handle_command (line 313) | void mcd_handle_command(struct ps2_sio2* sio2, void* udata, int cmd) { type mcd_state (line 342) | struct mcd_state type ps2_sio2 (line 342) | struct ps2_sio2 type mcd_state (line 348) | struct mcd_state type mcd_state (line 348) | struct mcd_state type sio2_device (line 349) | struct sio2_device type mcd_state (line 351) | struct mcd_state function mcd_detach (line 389) | void mcd_detach(void* udata) { FILE: src/dev/mcd.h type mcd_state (line 21) | struct mcd_state { type mcd_state (line 41) | struct mcd_state type ps2_sio2 (line 41) | struct ps2_sio2 FILE: src/dev/mtap.c function mtap_cmd_probe (line 8) | void mtap_cmd_probe(struct ps2_sio2* sio2, struct mtap_state* mtap) { function mtap_handle_command (line 19) | void mtap_handle_command(struct ps2_sio2* sio2, void* udata, int cmd) { type mtap_state (line 31) | struct mtap_state type ps2_sio2 (line 31) | struct ps2_sio2 type mtap_state (line 32) | struct mtap_state type mtap_state (line 32) | struct mtap_state type sio2_device (line 33) | struct sio2_device type mtap_state (line 39) | struct mtap_state function mtap_detach (line 46) | void mtap_detach(void* udata) { FILE: src/dev/mtap.h type mtap_state (line 13) | struct mtap_state { type mtap_state (line 17) | struct mtap_state type ps2_sio2 (line 17) | struct ps2_sio2 FILE: src/dev/ps1_mcd.c function ps1_mcd_flush_block (line 9) | void ps1_mcd_flush_block(struct ps1_mcd_state* mcd, int addr) { function ps1_mcd_cmd_read (line 30) | void ps1_mcd_cmd_read(struct ps2_sio2* sio2, struct ps1_mcd_state* mcd) { function ps1_mcd_cmd_write (line 75) | void ps1_mcd_cmd_write(struct ps2_sio2* sio2, struct ps1_mcd_state* mcd) { function ps1_mcd_cmd_get_id (line 106) | void ps1_mcd_cmd_get_id(struct ps2_sio2* sio2, struct ps1_mcd_state* mcd) { function ps1_mcd_cmd_invalid (line 111) | void ps1_mcd_cmd_invalid(struct ps2_sio2* sio2, struct ps1_mcd_state* mc... function ps1_mcd_cmd_detect_pocketstation (line 120) | void ps1_mcd_cmd_detect_pocketstation(struct ps2_sio2* sio2, struct ps1_... function ps1_mcd_handle_command (line 131) | void ps1_mcd_handle_command(struct ps2_sio2* sio2, void* udata, int cmd) { function ps1_mcd_set_type (line 151) | void ps1_mcd_set_type(struct ps1_mcd_state* mcd, int type) { type ps1_mcd_state (line 155) | struct ps1_mcd_state type ps2_sio2 (line 155) | struct ps2_sio2 type ps1_mcd_state (line 161) | struct ps1_mcd_state type ps1_mcd_state (line 161) | struct ps1_mcd_state type sio2_device (line 162) | struct sio2_device type ps1_mcd_state (line 164) | struct ps1_mcd_state function ps1_mcd_detach (line 184) | void ps1_mcd_detach(void* udata) { FILE: src/dev/ps1_mcd.h type ps1_mcd_state (line 17) | struct ps1_mcd_state { type ps1_mcd_state (line 26) | struct ps1_mcd_state type ps2_sio2 (line 26) | struct ps2_sio2 type ps1_mcd_state (line 27) | struct ps1_mcd_state FILE: src/ee/bus.c type ee_bus (line 8) | struct ee_bus type ee_bus (line 9) | struct ee_bus function ee_bus_init (line 15) | void ee_bus_init(struct ee_bus* bus, const char* bios_path) { function ee_bus_init_fastmem (line 24) | void ee_bus_init_fastmem(struct ee_bus* bus, int ee_ram_size, int iop_ra... function ee_bus_init_bios (line 46) | void ee_bus_init_bios(struct ee_bus* bus, struct ps2_bios* bios) { function ee_bus_init_rom1 (line 50) | void ee_bus_init_rom1(struct ee_bus* bus, struct ps2_bios* rom1) { function ee_bus_init_rom2 (line 54) | void ee_bus_init_rom2(struct ee_bus* bus, struct ps2_bios* rom2) { function ee_bus_init_iop_ram (line 58) | void ee_bus_init_iop_ram(struct ee_bus* bus, struct ps2_ram* iop_ram) { function ee_bus_init_sif (line 62) | void ee_bus_init_sif(struct ee_bus* bus, struct ps2_sif* sif) { function ee_bus_init_ram (line 66) | void ee_bus_init_ram(struct ee_bus* bus, struct ps2_ram* ram) { function ee_bus_init_dmac (line 70) | void ee_bus_init_dmac(struct ee_bus* bus, struct ps2_dmac* dmac) { function ee_bus_init_intc (line 74) | void ee_bus_init_intc(struct ee_bus* bus, struct ps2_intc* intc) { function ee_bus_init_gif (line 78) | void ee_bus_init_gif(struct ee_bus* bus, struct ps2_gif* gif) { function ee_bus_init_vif0 (line 82) | void ee_bus_init_vif0(struct ee_bus* bus, struct ps2_vif* vif0) { function ee_bus_init_vif1 (line 86) | void ee_bus_init_vif1(struct ee_bus* bus, struct ps2_vif* vif1) { function ee_bus_init_gs (line 90) | void ee_bus_init_gs(struct ee_bus* bus, struct ps2_gs* gs) { function ee_bus_init_ipu (line 94) | void ee_bus_init_ipu(struct ee_bus* bus, struct ps2_ipu* ipu) { function ee_bus_init_timers (line 98) | void ee_bus_init_timers(struct ee_bus* bus, struct ps2_ee_timers* timers) { function ee_bus_init_cdvd (line 102) | void ee_bus_init_cdvd(struct ee_bus* bus, struct ps2_cdvd* cdvd) { function ee_bus_init_usb (line 106) | void ee_bus_init_usb(struct ee_bus* bus, struct ps2_usb* usb) { function ee_bus_init_sbus (line 110) | void ee_bus_init_sbus(struct ee_bus* bus, struct ps2_sbus* sbus) { function ee_bus_init_dev9 (line 114) | void ee_bus_init_dev9(struct ee_bus* bus, struct ps2_dev9* dev9) { function ee_bus_init_speed (line 118) | void ee_bus_init_speed(struct ee_bus* bus, struct ps2_speed* speed) { function ee_bus_init_vu0 (line 122) | void ee_bus_init_vu0(struct ee_bus* bus, struct vu_state* vu) { function ee_bus_init_vu1 (line 126) | void ee_bus_init_vu1(struct ee_bus* bus, struct vu_state* vu) { function ee_bus_init_kputchar (line 130) | void ee_bus_init_kputchar(struct ee_bus* bus, void (*kputchar)(void*, ch... function ee_bus_destroy (line 135) | void ee_bus_destroy(struct ee_bus* bus) { function ee_bus_read8 (line 157) | uint64_t ee_bus_read8(void* udata, uint32_t addr) { function ee_bus_read16 (line 187) | uint64_t ee_bus_read16(void* udata, uint32_t addr) { function ee_bus_read32 (line 223) | uint64_t ee_bus_read32(void* udata, uint32_t addr) { function ee_bus_read64 (line 321) | uint64_t ee_bus_read64(void* udata, uint32_t addr) { function uint128_t (line 349) | uint128_t ee_bus_read128(void* udata, uint32_t addr) { function ee_bus_write8 (line 376) | void ee_bus_write8(void* udata, uint32_t addr, uint64_t data) { function ee_bus_write16 (line 406) | void ee_bus_write16(void* udata, uint32_t addr, uint64_t data) { function ee_bus_write32 (line 440) | void ee_bus_write32(void* udata, uint32_t addr, uint64_t data) { function ee_bus_write64 (line 507) | void ee_bus_write64(void* udata, uint32_t addr, uint64_t data) { function ee_bus_write128 (line 536) | void ee_bus_write128(void* udata, uint32_t addr, uint128_t data) { FILE: src/ee/bus.h type ee_bus (line 26) | struct ee_bus { type ee_bus (line 63) | struct ee_bus type ps2_ram (line 63) | struct ps2_ram type ee_bus (line 64) | struct ee_bus type ps2_dmac (line 64) | struct ps2_dmac type ee_bus (line 65) | struct ee_bus type ps2_intc (line 65) | struct ps2_intc type ee_bus (line 66) | struct ee_bus type ps2_gif (line 66) | struct ps2_gif type ee_bus (line 67) | struct ee_bus type ps2_vif (line 67) | struct ps2_vif type ee_bus (line 68) | struct ee_bus type ps2_vif (line 68) | struct ps2_vif type ee_bus (line 69) | struct ee_bus type ps2_gs (line 69) | struct ps2_gs type ee_bus (line 70) | struct ee_bus type ps2_ipu (line 70) | struct ps2_ipu type ee_bus (line 71) | struct ee_bus type ps2_ee_timers (line 71) | struct ps2_ee_timers type ee_bus (line 72) | struct ee_bus type ps2_bios (line 72) | struct ps2_bios type ee_bus (line 73) | struct ee_bus type ps2_bios (line 73) | struct ps2_bios type ee_bus (line 74) | struct ee_bus type ps2_bios (line 74) | struct ps2_bios type ee_bus (line 75) | struct ee_bus type ps2_ram (line 75) | struct ps2_ram type ee_bus (line 76) | struct ee_bus type ps2_sif (line 76) | struct ps2_sif type ee_bus (line 77) | struct ee_bus type ps2_cdvd (line 77) | struct ps2_cdvd type ee_bus (line 78) | struct ee_bus type ps2_usb (line 78) | struct ps2_usb type ee_bus (line 79) | struct ee_bus type ps2_sbus (line 79) | struct ps2_sbus type ee_bus (line 80) | struct ee_bus type ps2_dev9 (line 80) | struct ps2_dev9 type ee_bus (line 81) | struct ee_bus type ps2_speed (line 81) | struct ps2_speed type ee_bus (line 82) | struct ee_bus type vu_state (line 82) | struct vu_state type ee_bus (line 83) | struct ee_bus type vu_state (line 83) | struct vu_state type ee_bus (line 84) | struct ee_bus type ee_bus (line 85) | struct ee_bus FILE: src/ee/bus_decl.h type ee_bus (line 10) | struct ee_bus type ee_bus (line 12) | struct ee_bus type ee_bus (line 13) | struct ee_bus type ee_bus (line 14) | struct ee_bus FILE: src/ee/dmac.c function uint128_t (line 10) | static inline uint128_t dmac_read_qword(struct ps2_dmac* dmac, uint32_t ... function dmac_write_qword (line 19) | static inline void dmac_write_qword(struct ps2_dmac* dmac, uint32_t addr... type ps2_dmac (line 31) | struct ps2_dmac type ps2_dmac (line 32) | struct ps2_dmac function ps2_dmac_init (line 35) | void ps2_dmac_init(struct ps2_dmac* dmac, struct ps2_sif* sif, struct ps... function ps2_dmac_destroy (line 49) | void ps2_dmac_destroy(struct ps2_dmac* dmac) { type dmac_channel (line 53) | struct dmac_channel type ps2_dmac (line 53) | struct ps2_dmac type ps2_dmac (line 70) | struct ps2_dmac function channel_is_done (line 87) | static inline int channel_is_done(struct dmac_channel* ch) { function ps2_dmac_read32 (line 91) | uint64_t ps2_dmac_read32(struct ps2_dmac* dmac, uint32_t addr) { function dmac_process_source_tag (line 124) | static inline void dmac_process_source_tag(struct ps2_dmac* dmac, struct... function dmac_process_dest_tag (line 219) | static inline void dmac_process_dest_tag(struct ps2_dmac* dmac, struct d... function dmac_test_cpcond0 (line 244) | static inline void dmac_test_cpcond0(struct ps2_dmac* dmac) { function dmac_test_irq (line 248) | static inline void dmac_test_irq(struct ps2_dmac* dmac) { function dmac_set_irq (line 257) | static inline void dmac_set_irq(struct ps2_dmac* dmac, int ch) { function dmac_handle_vif0_transfer (line 265) | void dmac_handle_vif0_transfer(struct ps2_dmac* dmac) { function dmac_send_vif1_irq (line 340) | void dmac_send_vif1_irq(void* udata, int overshoot) { function mfifo_handle_ref_tag (line 351) | void mfifo_handle_ref_tag(struct ps2_dmac* dmac) { function mfifo_write_qword (line 383) | void mfifo_write_qword(struct ps2_dmac* dmac, uint128_t q) { function dmac_handle_vif1_transfer (line 471) | void dmac_handle_vif1_transfer(struct ps2_dmac* dmac) { function dmac_send_gif_irq (line 580) | void dmac_send_gif_irq(void* udata, int overshoot) { function dmac_handle_gif_transfer (line 589) | void dmac_handle_gif_transfer(struct ps2_dmac* dmac) { function dmac_handle_ipu_from_transfer (line 682) | void dmac_handle_ipu_from_transfer(struct ps2_dmac* dmac) { function dmac_transfer_ipu_to_qword (line 727) | int dmac_transfer_ipu_to_qword(struct ps2_dmac* dmac) { function dmac_handle_ipu_to_transfer (line 784) | void dmac_handle_ipu_to_transfer(struct ps2_dmac* dmac) { function dmac_handle_sif0_transfer (line 805) | void dmac_handle_sif0_transfer(struct ps2_dmac* dmac) { function dmac_handle_sif1_transfer (line 901) | void dmac_handle_sif1_transfer(struct ps2_dmac* dmac) { function dmac_handle_sif2_transfer (line 965) | void dmac_handle_sif2_transfer(struct ps2_dmac* dmac) { function dmac_spr_from_interleave (line 969) | void dmac_spr_from_interleave(struct ps2_dmac* dmac) { function dmac_handle_spr_from_transfer (line 992) | void dmac_handle_spr_from_transfer(struct ps2_dmac* dmac) { function dmac_spr_to_interleave (line 1097) | void dmac_spr_to_interleave(struct ps2_dmac* dmac) { function dmac_handle_spr_to_transfer (line 1120) | void dmac_handle_spr_to_transfer(struct ps2_dmac* dmac) { function dmac_handle_channel_start (line 1198) | static inline void dmac_handle_channel_start(struct ps2_dmac* dmac, uint... function dmac_write_stat (line 1262) | void dmac_write_stat(struct ps2_dmac* dmac, uint32_t data) { function ps2_dmac_write32 (line 1274) | void ps2_dmac_write32(struct ps2_dmac* dmac, uint32_t addr, uint64_t dat... function ps2_dmac_read8 (line 1344) | uint64_t ps2_dmac_read8(struct ps2_dmac* dmac, uint32_t addr) { function ps2_dmac_write8 (line 1390) | void ps2_dmac_write8(struct ps2_dmac* dmac, uint32_t addr, uint64_t data) { function ps2_dmac_read16 (line 1455) | uint64_t ps2_dmac_read16(struct ps2_dmac* dmac, uint32_t addr) { function ps2_dmac_write16 (line 1462) | void ps2_dmac_write16(struct ps2_dmac* dmac, uint32_t addr, uint64_t dat... FILE: src/ee/dmac.h type ps2_dmac (line 1) | struct ps2_dmac type dmac_tag (line 40) | struct dmac_tag { type dmac_channel (line 50) | struct dmac_channel { type ps2_dmac (line 64) | struct ps2_dmac { type ps2_dmac (line 94) | struct ps2_dmac type ps2_dmac (line 95) | struct ps2_dmac type ps2_sif (line 95) | struct ps2_sif type ps2_iop_dma (line 95) | struct ps2_iop_dma type ps2_ram (line 95) | struct ps2_ram type ee_state (line 95) | struct ee_state type sched_state (line 95) | struct sched_state type ee_bus (line 95) | struct ee_bus type ps2_dmac (line 96) | struct ps2_dmac type ps2_dmac (line 97) | struct ps2_dmac type ps2_dmac (line 98) | struct ps2_dmac type ps2_dmac (line 99) | struct ps2_dmac type ps2_dmac (line 100) | struct ps2_dmac type ps2_dmac (line 101) | struct ps2_dmac type ps2_dmac (line 102) | struct ps2_dmac type ps2_dmac (line 104) | struct ps2_dmac type ps2_dmac (line 105) | struct ps2_dmac type ps2_dmac (line 106) | struct ps2_dmac type ps2_dmac (line 107) | struct ps2_dmac type ps2_dmac (line 108) | struct ps2_dmac type ps2_dmac (line 109) | struct ps2_dmac type ps2_dmac (line 110) | struct ps2_dmac type ps2_dmac (line 111) | struct ps2_dmac type ps2_dmac (line 112) | struct ps2_dmac type ps2_dmac (line 113) | struct ps2_dmac FILE: src/ee/ee.h type ee_bus_s (line 16) | struct ee_bus_s { type ee_vtlb_entry (line 113) | struct ee_vtlb_entry { type ee_osd_config (line 130) | struct ee_osd_config { type ee_state (line 156) | struct ee_state type ee_state (line 158) | struct ee_state type ee_state (line 159) | struct ee_state type vu_state (line 159) | struct vu_state type vu_state (line 159) | struct vu_state type ee_bus_s (line 159) | struct ee_bus_s type ee_state (line 160) | struct ee_state type ee_state (line 161) | struct ee_state type ee_state (line 162) | struct ee_state type ee_state (line 163) | struct ee_state type ee_state (line 164) | struct ee_state type ee_state (line 165) | struct ee_state type ps2_ram (line 166) | struct ps2_ram type ee_state (line 166) | struct ee_state type ee_state (line 167) | struct ee_state type ee_state (line 168) | struct ee_state type ee_state (line 169) | struct ee_state type ee_state (line 170) | struct ee_state type ee_state (line 171) | struct ee_state type ee_state (line 172) | struct ee_state type ee_state (line 173) | struct ee_state type ee_state (line 174) | struct ee_state type ee_osd_config (line 174) | struct ee_osd_config type ee_osd_config (line 175) | struct ee_osd_config type ee_state (line 175) | struct ee_state FILE: src/ee/ee_cached.cpp function fast_abs32 (line 90) | static inline int fast_abs32(int a) { function fast_abs16 (line 96) | static inline int16_t fast_abs16(int16_t a) { function saturate16 (line 102) | static inline int16_t saturate16(int32_t word) { function saturate32 (line 112) | static inline int32_t saturate32(int64_t word) { function __m128i (line 123) | static inline __m128i _mm_adds_epi32(__m128i a, __m128i b) { function __m128i (line 137) | static inline __m128i _mm_adds_epu32(__m128i a, __m128i b) { function unpack_5551_8888 (line 147) | static inline uint32_t unpack_5551_8888(uint32_t v) { function ee_print_disassembly (line 213) | static inline void ee_print_disassembly(struct ee_state* ee, const ee_in... function ee_get_segment (line 224) | static inline int ee_get_segment(uint32_t virt) { function fpu_cvtf (line 244) | static inline float fpu_cvtf(float f) { function fpu_cvtsw (line 264) | static inline float fpu_cvtsw(union ee_fpu_reg* reg) { function fpu_cvtws (line 278) | static inline void fpu_cvtws(union ee_fpu_reg* d, union ee_fpu_reg* s) { function fpu_check_overflow (line 287) | static inline int fpu_check_overflow(struct ee_state* ee, union ee_fpu_r... function fpu_check_underflow (line 300) | static inline int fpu_check_underflow(struct ee_state* ee, union ee_fpu_... function fpu_check_overflow_no_flags (line 313) | static inline int fpu_check_overflow_no_flags(struct ee_state* ee, union... function fpu_check_underflow_no_flags (line 323) | static inline int fpu_check_underflow_no_flags(struct ee_state* ee, unio... function fpu_max (line 333) | static inline int fpu_max(int32_t a, int32_t b) { function fpu_min (line 337) | static inline int fpu_min(int32_t a, int32_t b) { type ee_state (line 341) | struct ee_state type ee_vtlb_entry (line 344) | struct ee_vtlb_entry type ee_state (line 344) | struct ee_state type ee_vtlb_entry (line 346) | struct ee_vtlb_entry function ee_translate_virt (line 373) | static inline int ee_translate_virt(struct ee_state* ee, uint32_t virt, ... function uint128_t (line 456) | static inline uint128_t bus_read128(struct ee_state* ee, uint32_t addr) { function bus_write128 (line 470) | static inline void bus_write128(struct ee_state* ee, uint32_t addr, uint... function ee_translate_virt (line 479) | static inline int ee_translate_virt(struct ee_state* ee, uint32_t virt, ... function uint128_t (line 573) | static inline uint128_t bus_read128(struct ee_state* ee, uint32_t addr) { function bus_write128 (line 589) | static inline void bus_write128(struct ee_state* ee, uint32_t addr, uint... function ee_skip_fmv (line 609) | static inline int ee_skip_fmv(struct ee_state* ee, uint32_t addr) { function ee_set_pc (line 630) | static inline void ee_set_pc(struct ee_state* ee, uint32_t addr) { function ee_set_pc_delayed (line 639) | static inline void ee_set_pc_delayed(struct ee_state* ee, uint32_t addr) { function ee_exception_level1 (line 648) | void ee_exception_level1(struct ee_state* ee, uint32_t cause) { function ee_exception_level2 (line 688) | static inline void ee_exception_level2(struct ee_state* ee, uint32_t cau... function ee_check_irq (line 720) | static inline int ee_check_irq(struct ee_state* ee) { function ee_set_int0 (line 747) | void ee_set_int0(struct ee_state* ee, int v) { function ee_set_int1 (line 755) | void ee_set_int1(struct ee_state* ee, int v) { function ee_set_cpcond0 (line 763) | void ee_set_cpcond0(struct ee_state* ee, int v) { function ee_i_abss (line 767) | static inline void ee_i_abss(struct ee_state* ee, const ee_instruction& ... function ee_i_add (line 771) | static inline void ee_i_add(struct ee_state* ee, const ee_instruction& i) { function ee_i_addas (line 784) | static inline void ee_i_addas(struct ee_state* ee, const ee_instruction&... function ee_i_addi (line 792) | static inline void ee_i_addi(struct ee_state* ee, const ee_instruction& ... function ee_i_addiu (line 803) | static inline void ee_i_addiu(struct ee_state* ee, const ee_instruction&... function ee_i_adds (line 806) | static inline void ee_i_adds(struct ee_state* ee, const ee_instruction& ... function ee_i_addu (line 816) | static inline void ee_i_addu(struct ee_state* ee, const ee_instruction& ... function ee_i_and (line 819) | static inline void ee_i_and(struct ee_state* ee, const ee_instruction& i) { function ee_i_andi (line 822) | static inline void ee_i_andi(struct ee_state* ee, const ee_instruction& ... function ee_i_bc0f (line 825) | static inline void ee_i_bc0f(struct ee_state* ee, const ee_instruction& ... function ee_i_bc0fl (line 828) | static inline void ee_i_bc0fl(struct ee_state* ee, const ee_instruction&... function ee_i_bc0t (line 831) | static inline void ee_i_bc0t(struct ee_state* ee, const ee_instruction& ... function ee_i_bc0tl (line 834) | static inline void ee_i_bc0tl(struct ee_state* ee, const ee_instruction&... function ee_i_bc1f (line 837) | static inline void ee_i_bc1f(struct ee_state* ee, const ee_instruction& ... function ee_i_bc1fl (line 840) | static inline void ee_i_bc1fl(struct ee_state* ee, const ee_instruction&... function ee_i_bc1t (line 843) | static inline void ee_i_bc1t(struct ee_state* ee, const ee_instruction& ... function ee_i_bc1tl (line 846) | static inline void ee_i_bc1tl(struct ee_state* ee, const ee_instruction&... function ee_i_bc2f (line 849) | static inline void ee_i_bc2f(struct ee_state* ee, const ee_instruction& ... function ee_i_bc2fl (line 850) | static inline void ee_i_bc2fl(struct ee_state* ee, const ee_instruction&... function ee_i_bc2t (line 851) | static inline void ee_i_bc2t(struct ee_state* ee, const ee_instruction& ... function ee_i_bc2tl (line 852) | static inline void ee_i_bc2tl(struct ee_state* ee, const ee_instruction&... function ee_i_beq (line 853) | static inline void ee_i_beq(struct ee_state* ee, const ee_instruction& i) { function ee_i_beql (line 856) | static inline void ee_i_beql(struct ee_state* ee, const ee_instruction& ... function ee_i_bgez (line 859) | static inline void ee_i_bgez(struct ee_state* ee, const ee_instruction& ... function ee_i_bgezal (line 862) | static inline void ee_i_bgezal(struct ee_state* ee, const ee_instruction... function ee_i_bgezall (line 867) | static inline void ee_i_bgezall(struct ee_state* ee, const ee_instructio... function ee_i_bgezl (line 872) | static inline void ee_i_bgezl(struct ee_state* ee, const ee_instruction&... function ee_i_bgtz (line 875) | static inline void ee_i_bgtz(struct ee_state* ee, const ee_instruction& ... function ee_i_bgtzl (line 878) | static inline void ee_i_bgtzl(struct ee_state* ee, const ee_instruction&... function ee_i_blez (line 881) | static inline void ee_i_blez(struct ee_state* ee, const ee_instruction& ... function ee_i_blezl (line 884) | static inline void ee_i_blezl(struct ee_state* ee, const ee_instruction&... function ee_i_bltz (line 887) | static inline void ee_i_bltz(struct ee_state* ee, const ee_instruction& ... function ee_i_bltzal (line 890) | static inline void ee_i_bltzal(struct ee_state* ee, const ee_instruction... function ee_i_bltzall (line 895) | static inline void ee_i_bltzall(struct ee_state* ee, const ee_instructio... function ee_i_bltzl (line 900) | static inline void ee_i_bltzl(struct ee_state* ee, const ee_instruction&... function ee_i_bne (line 903) | static inline void ee_i_bne(struct ee_state* ee, const ee_instruction& i) { function ee_i_bnel (line 906) | static inline void ee_i_bnel(struct ee_state* ee, const ee_instruction& ... function ee_i_break (line 909) | static inline void ee_i_break(struct ee_state* ee, const ee_instruction&... function ee_i_cache (line 912) | static inline void ee_i_cache(struct ee_state* ee, const ee_instruction&... function ee_i_ceq (line 921) | static inline void ee_i_ceq(struct ee_state* ee, const ee_instruction& i) { function ee_i_cf (line 928) | static inline void ee_i_cf(struct ee_state* ee, const ee_instruction& i) { function ee_i_cfc1 (line 931) | static inline void ee_i_cfc1(struct ee_state* ee, const ee_instruction& ... function ee_i_cfc2 (line 934) | static inline void ee_i_cfc2(struct ee_state* ee, const ee_instruction& ... function ee_i_cle (line 937) | static inline void ee_i_cle(struct ee_state* ee, const ee_instruction& i) { function ee_i_clt (line 944) | static inline void ee_i_clt(struct ee_state* ee, const ee_instruction& i) { function ee_i_ctc1 (line 951) | static inline void ee_i_ctc1(struct ee_state* ee, const ee_instruction& ... function ee_i_ctc2 (line 957) | static inline void ee_i_ctc2(struct ee_state* ee, const ee_instruction& ... function ee_i_cvts (line 982) | static inline void ee_i_cvts(struct ee_state* ee, const ee_instruction& ... function ee_i_cvtw (line 986) | static inline void ee_i_cvtw(struct ee_state* ee, const ee_instruction& ... function ee_i_dadd (line 989) | static inline void ee_i_dadd(struct ee_state* ee, const ee_instruction& ... function ee_i_daddi (line 998) | static inline void ee_i_daddi(struct ee_state* ee, const ee_instruction&... function ee_i_daddiu (line 1007) | static inline void ee_i_daddiu(struct ee_state* ee, const ee_instruction... function ee_i_daddu (line 1010) | static inline void ee_i_daddu(struct ee_state* ee, const ee_instruction&... function ee_i_di (line 1013) | static inline void ee_i_di(struct ee_state* ee, const ee_instruction& i) { function ee_i_div (line 1022) | static inline void ee_i_div(struct ee_state* ee, const ee_instruction& i) { function ee_i_div1 (line 1037) | static inline void ee_i_div1(struct ee_state* ee, const ee_instruction& ... function ee_i_divs (line 1052) | static inline void ee_i_divs(struct ee_state* ee, const ee_instruction& ... function ee_i_divu (line 1080) | static inline void ee_i_divu(struct ee_state* ee, const ee_instruction& ... function ee_i_divu1 (line 1094) | static inline void ee_i_divu1(struct ee_state* ee, const ee_instruction&... function ee_i_dsll (line 1108) | static inline void ee_i_dsll(struct ee_state* ee, const ee_instruction& ... function ee_i_dsll32 (line 1111) | static inline void ee_i_dsll32(struct ee_state* ee, const ee_instruction... function ee_i_dsllv (line 1114) | static inline void ee_i_dsllv(struct ee_state* ee, const ee_instruction&... function ee_i_dsra (line 1117) | static inline void ee_i_dsra(struct ee_state* ee, const ee_instruction& ... function ee_i_dsra32 (line 1120) | static inline void ee_i_dsra32(struct ee_state* ee, const ee_instruction... function ee_i_dsrav (line 1123) | static inline void ee_i_dsrav(struct ee_state* ee, const ee_instruction&... function ee_i_dsrl (line 1126) | static inline void ee_i_dsrl(struct ee_state* ee, const ee_instruction& ... function ee_i_dsrl32 (line 1129) | static inline void ee_i_dsrl32(struct ee_state* ee, const ee_instruction... function ee_i_dsrlv (line 1132) | static inline void ee_i_dsrlv(struct ee_state* ee, const ee_instruction&... function ee_i_dsub (line 1135) | static inline void ee_i_dsub(struct ee_state* ee, const ee_instruction& ... function ee_i_dsubu (line 1144) | static inline void ee_i_dsubu(struct ee_state* ee, const ee_instruction&... function ee_i_ei (line 1147) | static inline void ee_i_ei(struct ee_state* ee, const ee_instruction& i) { function ee_i_eret (line 1156) | static inline void ee_i_eret(struct ee_state* ee, const ee_instruction& ... function ee_i_j (line 1167) | static inline void ee_i_j(struct ee_state* ee, const ee_instruction& i) { function ee_i_jal (line 1170) | static inline void ee_i_jal(struct ee_state* ee, const ee_instruction& i) { function ee_i_jalr (line 1175) | static inline void ee_i_jalr(struct ee_state* ee, const ee_instruction& ... function ee_i_jr (line 1182) | static inline void ee_i_jr(struct ee_state* ee, const ee_instruction& i) { function ee_i_lb (line 1185) | static inline void ee_i_lb(struct ee_state* ee, const ee_instruction& i) { function ee_i_lbu (line 1188) | static inline void ee_i_lbu(struct ee_state* ee, const ee_instruction& i) { function ee_i_ld (line 1191) | static inline void ee_i_ld(struct ee_state* ee, const ee_instruction& i) { function ee_i_ldl (line 1194) | static inline void ee_i_ldl(struct ee_state* ee, const ee_instruction& i) { function ee_i_ldr (line 1207) | static inline void ee_i_ldr(struct ee_state* ee, const ee_instruction& i) { function ee_i_lh (line 1220) | static inline void ee_i_lh(struct ee_state* ee, const ee_instruction& i) { function ee_i_lhu (line 1223) | static inline void ee_i_lhu(struct ee_state* ee, const ee_instruction& i) { function ee_i_lq (line 1226) | static inline void ee_i_lq(struct ee_state* ee, const ee_instruction& i) { function ee_i_lqc2 (line 1229) | static inline void ee_i_lqc2(struct ee_state* ee, const ee_instruction& ... function ee_i_lui (line 1236) | static inline void ee_i_lui(struct ee_state* ee, const ee_instruction& i) { function ee_i_lw (line 1239) | static inline void ee_i_lw(struct ee_state* ee, const ee_instruction& i) { function ee_i_lwc1 (line 1242) | static inline void ee_i_lwc1(struct ee_state* ee, const ee_instruction& ... function ee_i_lwl (line 1251) | static inline void ee_i_lwl(struct ee_state* ee, const ee_instruction& i) { function ee_i_lwr (line 1260) | static inline void ee_i_lwr(struct ee_state* ee, const ee_instruction& i) { function ee_i_lwu (line 1279) | static inline void ee_i_lwu(struct ee_state* ee, const ee_instruction& i) { function ee_i_madd (line 1282) | static inline void ee_i_madd(struct ee_state* ee, const ee_instruction& ... function ee_i_madd1 (line 1293) | static inline void ee_i_madd1(struct ee_state* ee, const ee_instruction&... function ee_i_maddas (line 1304) | static inline void ee_i_maddas(struct ee_state* ee, const ee_instruction... function ee_i_madds (line 1312) | static inline void ee_i_madds(struct ee_state* ee, const ee_instruction&... function ee_i_maddu (line 1326) | static inline void ee_i_maddu(struct ee_state* ee, const ee_instruction&... function ee_i_maddu1 (line 1337) | static inline void ee_i_maddu1(struct ee_state* ee, const ee_instruction... function ee_i_maxs (line 1348) | static inline void ee_i_maxs(struct ee_state* ee, const ee_instruction& ... function ee_i_mfc0 (line 1353) | static inline void ee_i_mfc0(struct ee_state* ee, const ee_instruction& ... function ee_i_mfc1 (line 1356) | static inline void ee_i_mfc1(struct ee_state* ee, const ee_instruction& ... function ee_i_mfhi (line 1359) | static inline void ee_i_mfhi(struct ee_state* ee, const ee_instruction& ... function ee_i_mfhi1 (line 1362) | static inline void ee_i_mfhi1(struct ee_state* ee, const ee_instruction&... function ee_i_mflo (line 1365) | static inline void ee_i_mflo(struct ee_state* ee, const ee_instruction& ... function ee_i_mflo1 (line 1368) | static inline void ee_i_mflo1(struct ee_state* ee, const ee_instruction&... function ee_i_mfsa (line 1371) | static inline void ee_i_mfsa(struct ee_state* ee, const ee_instruction& ... function ee_i_mins (line 1374) | static inline void ee_i_mins(struct ee_state* ee, const ee_instruction& ... function ee_i_movn (line 1379) | static inline void ee_i_movn(struct ee_state* ee, const ee_instruction& ... function ee_i_movs (line 1382) | static inline void ee_i_movs(struct ee_state* ee, const ee_instruction& ... function ee_i_movz (line 1385) | static inline void ee_i_movz(struct ee_state* ee, const ee_instruction& ... function ee_i_msubas (line 1388) | static inline void ee_i_msubas(struct ee_state* ee, const ee_instruction... function ee_i_msubs (line 1396) | static inline void ee_i_msubs(struct ee_state* ee, const ee_instruction&... function ee_i_mtc0 (line 1410) | static inline void ee_i_mtc0(struct ee_state* ee, const ee_instruction& ... function ee_i_mtc1 (line 1420) | static inline void ee_i_mtc1(struct ee_state* ee, const ee_instruction& ... function ee_i_mthi (line 1423) | static inline void ee_i_mthi(struct ee_state* ee, const ee_instruction& ... function ee_i_mthi1 (line 1426) | static inline void ee_i_mthi1(struct ee_state* ee, const ee_instruction&... function ee_i_mtlo (line 1429) | static inline void ee_i_mtlo(struct ee_state* ee, const ee_instruction& ... function ee_i_mtlo1 (line 1432) | static inline void ee_i_mtlo1(struct ee_state* ee, const ee_instruction&... function ee_i_mtsa (line 1435) | static inline void ee_i_mtsa(struct ee_state* ee, const ee_instruction& ... function ee_i_mtsab (line 1438) | static inline void ee_i_mtsab(struct ee_state* ee, const ee_instruction&... function ee_i_mtsah (line 1441) | static inline void ee_i_mtsah(struct ee_state* ee, const ee_instruction&... function ee_i_mulas (line 1444) | static inline void ee_i_mulas(struct ee_state* ee, const ee_instruction&... function ee_i_muls (line 1452) | static inline void ee_i_muls(struct ee_state* ee, const ee_instruction& ... function ee_i_mult (line 1462) | static inline void ee_i_mult(struct ee_state* ee, const ee_instruction& ... function ee_i_mult1 (line 1470) | static inline void ee_i_mult1(struct ee_state* ee, const ee_instruction&... function ee_i_multu (line 1478) | static inline void ee_i_multu(struct ee_state* ee, const ee_instruction&... function ee_i_multu1 (line 1486) | static inline void ee_i_multu1(struct ee_state* ee, const ee_instruction... function ee_i_negs (line 1494) | static inline void ee_i_negs(struct ee_state* ee, const ee_instruction& ... function ee_i_nor (line 1499) | static inline void ee_i_nor(struct ee_state* ee, const ee_instruction& i) { function ee_i_or (line 1502) | static inline void ee_i_or(struct ee_state* ee, const ee_instruction& i) { function ee_i_ori (line 1505) | static inline void ee_i_ori(struct ee_state* ee, const ee_instruction& i) { function ee_i_pabsh (line 1508) | static inline void ee_i_pabsh(struct ee_state* ee, const ee_instruction&... function ee_i_pabsw (line 1525) | static inline void ee_i_pabsw(struct ee_state* ee, const ee_instruction&... function ee_i_paddb (line 1542) | static inline void ee_i_paddb(struct ee_state* ee, const ee_instruction&... function ee_i_paddh (line 1559) | static inline void ee_i_paddh(struct ee_state* ee, const ee_instruction&... function ee_i_paddsb (line 1576) | static inline void ee_i_paddsb(struct ee_state* ee, const ee_instruction... function ee_i_paddsh (line 1594) | static inline void ee_i_paddsh(struct ee_state* ee, const ee_instruction... function ee_i_paddsw (line 1612) | static inline void ee_i_paddsw(struct ee_state* ee, const ee_instruction... function ee_i_paddub (line 1630) | static inline void ee_i_paddub(struct ee_state* ee, const ee_instruction... function ee_i_padduh (line 1648) | static inline void ee_i_padduh(struct ee_state* ee, const ee_instruction... function ee_i_padduw (line 1666) | static inline void ee_i_padduw(struct ee_state* ee, const ee_instruction... function ee_i_paddw (line 1684) | static inline void ee_i_paddw(struct ee_state* ee, const ee_instruction&... function ee_i_padsbh (line 1701) | static inline void ee_i_padsbh(struct ee_state* ee, const ee_instruction... function ee_i_pand (line 1725) | static inline void ee_i_pand(struct ee_state* ee, const ee_instruction& ... function ee_i_pceqb (line 1741) | static inline void ee_i_pceqb(struct ee_state* ee, const ee_instruction&... function ee_i_pceqh (line 1758) | static inline void ee_i_pceqh(struct ee_state* ee, const ee_instruction&... function ee_i_pceqw (line 1775) | static inline void ee_i_pceqw(struct ee_state* ee, const ee_instruction&... function ee_i_pcgtb (line 1792) | static inline void ee_i_pcgtb(struct ee_state* ee, const ee_instruction&... function ee_i_pcgth (line 1809) | static inline void ee_i_pcgth(struct ee_state* ee, const ee_instruction&... function ee_i_pcgtw (line 1826) | static inline void ee_i_pcgtw(struct ee_state* ee, const ee_instruction&... function ee_i_pcpyh (line 1843) | static inline void ee_i_pcpyh(struct ee_state* ee, const ee_instruction&... function ee_i_pcpyld (line 1871) | static inline void ee_i_pcpyld(struct ee_state* ee, const ee_instruction... function ee_i_pcpyud (line 1887) | static inline void ee_i_pcpyud(struct ee_state* ee, const ee_instruction... function ee_i_pdivbw (line 1895) | static inline void ee_i_pdivbw(struct ee_state* ee, const ee_instruction... function ee_i_pdivuw (line 1926) | static inline void ee_i_pdivuw(struct ee_state* ee, const ee_instruction... function ee_i_pdivw (line 1940) | static inline void ee_i_pdivw(struct ee_state* ee, const ee_instruction&... function ee_i_pexch (line 1967) | static inline void ee_i_pexch(struct ee_state* ee, const ee_instruction&... function ee_i_pexcw (line 1980) | static inline void ee_i_pexcw(struct ee_state* ee, const ee_instruction&... function ee_i_pexeh (line 1989) | static inline void ee_i_pexeh(struct ee_state* ee, const ee_instruction&... function ee_i_pexew (line 2002) | static inline void ee_i_pexew(struct ee_state* ee, const ee_instruction&... function ee_i_pext5 (line 2011) | static inline void ee_i_pext5(struct ee_state* ee, const ee_instruction&... function ee_i_pextlb (line 2020) | static inline void ee_i_pextlb(struct ee_state* ee, const ee_instruction... function ee_i_pextlh (line 2042) | static inline void ee_i_pextlh(struct ee_state* ee, const ee_instruction... function ee_i_pextlw (line 2056) | static inline void ee_i_pextlw(struct ee_state* ee, const ee_instruction... function ee_i_pextub (line 2066) | static inline void ee_i_pextub(struct ee_state* ee, const ee_instruction... function ee_i_pextuh (line 2088) | static inline void ee_i_pextuh(struct ee_state* ee, const ee_instruction... function ee_i_pextuw (line 2102) | static inline void ee_i_pextuw(struct ee_state* ee, const ee_instruction... function ee_i_phmadh (line 2112) | static inline void ee_i_phmadh(struct ee_state* ee, const ee_instruction... function ee_i_phmsbh (line 2135) | static inline void ee_i_phmsbh(struct ee_state* ee, const ee_instruction... function ee_i_pinteh (line 2158) | static inline void ee_i_pinteh(struct ee_state* ee, const ee_instruction... function ee_i_pinth (line 2172) | static inline void ee_i_pinth(struct ee_state* ee, const ee_instruction&... function ee_i_plzcw (line 2186) | static inline void ee_i_plzcw(struct ee_state* ee, const ee_instruction&... function ee_i_pmaddh (line 2197) | static inline void ee_i_pmaddh(struct ee_state* ee, const ee_instruction... function ee_i_pmadduw (line 2233) | static inline void ee_i_pmadduw(struct ee_state* ee, const ee_instructio... function ee_i_pmaddw (line 2248) | static inline void ee_i_pmaddw(struct ee_state* ee, const ee_instruction... function ee_i_pmaxh (line 2263) | static inline void ee_i_pmaxh(struct ee_state* ee, const ee_instruction&... function ee_i_pmaxw (line 2277) | static inline void ee_i_pmaxw(struct ee_state* ee, const ee_instruction&... function ee_i_pmfhi (line 2287) | static inline void ee_i_pmfhi(struct ee_state* ee, const ee_instruction&... function ee_i_pmfhllw (line 2290) | static inline void ee_i_pmfhllw(struct ee_state* ee, const ee_instructio... function ee_i_pmfhluw (line 2298) | static inline void ee_i_pmfhluw(struct ee_state* ee, const ee_instructio... function ee_i_pmfhlslw (line 2306) | static inline void ee_i_pmfhlslw(struct ee_state* ee, const ee_instructi... function ee_i_pmfhllh (line 2312) | static inline void ee_i_pmfhllh(struct ee_state* ee, const ee_instructio... function ee_i_pmfhlsh (line 2325) | static inline void ee_i_pmfhlsh(struct ee_state* ee, const ee_instructio... function ee_i_pmflo (line 2337) | static inline void ee_i_pmflo(struct ee_state* ee, const ee_instruction&... function ee_i_pminh (line 2340) | static inline void ee_i_pminh(struct ee_state* ee, const ee_instruction&... function ee_i_pminw (line 2354) | static inline void ee_i_pminw(struct ee_state* ee, const ee_instruction&... function ee_i_pmsubh (line 2364) | static inline void ee_i_pmsubh(struct ee_state* ee, const ee_instruction... function ee_i_pmsubw (line 2392) | static inline void ee_i_pmsubw(struct ee_state* ee, const ee_instruction... function ee_i_pmthi (line 2433) | static inline void ee_i_pmthi(struct ee_state* ee, const ee_instruction&... function ee_i_pmthl (line 2436) | static inline void ee_i_pmthl(struct ee_state* ee, const ee_instruction&... function ee_i_pmtlo (line 2444) | static inline void ee_i_pmtlo(struct ee_state* ee, const ee_instruction&... function ee_i_pmulth (line 2447) | static inline void ee_i_pmulth(struct ee_state* ee, const ee_instruction... function ee_i_pmultuw (line 2465) | static inline void ee_i_pmultuw(struct ee_state* ee, const ee_instructio... function ee_i_pmultw (line 2478) | static inline void ee_i_pmultw(struct ee_state* ee, const ee_instruction... function ee_i_pnor (line 2491) | static inline void ee_i_pnor(struct ee_state* ee, const ee_instruction& ... function ee_i_por (line 2499) | static inline void ee_i_por(struct ee_state* ee, const ee_instruction& i) { function ee_i_ppac5 (line 2507) | static inline void ee_i_ppac5(struct ee_state* ee, const ee_instruction&... function ee_i_ppacb (line 2528) | static inline void ee_i_ppacb(struct ee_state* ee, const ee_instruction&... function ee_i_ppach (line 2550) | static inline void ee_i_ppach(struct ee_state* ee, const ee_instruction&... function ee_i_ppacw (line 2564) | static inline void ee_i_ppacw(struct ee_state* ee, const ee_instruction&... function ee_i_pref (line 2574) | static inline void ee_i_pref(struct ee_state* ee, const ee_instruction& ... function ee_i_prevh (line 2577) | static inline void ee_i_prevh(struct ee_state* ee, const ee_instruction&... function ee_i_prot3w (line 2590) | static inline void ee_i_prot3w(struct ee_state* ee, const ee_instruction... function ee_i_psllh (line 2599) | static inline void ee_i_psllh(struct ee_state* ee, const ee_instruction&... function ee_i_psllvw (line 2613) | static inline void ee_i_psllvw(struct ee_state* ee, const ee_instruction... function ee_i_psllw (line 2621) | static inline void ee_i_psllw(struct ee_state* ee, const ee_instruction&... function ee_i_psrah (line 2631) | static inline void ee_i_psrah(struct ee_state* ee, const ee_instruction&... function ee_i_psravw (line 2645) | static inline void ee_i_psravw(struct ee_state* ee, const ee_instruction... function ee_i_psraw (line 2653) | static inline void ee_i_psraw(struct ee_state* ee, const ee_instruction&... function ee_i_psrlh (line 2663) | static inline void ee_i_psrlh(struct ee_state* ee, const ee_instruction&... function ee_i_psrlvw (line 2677) | static inline void ee_i_psrlvw(struct ee_state* ee, const ee_instruction... function ee_i_psrlw (line 2685) | static inline void ee_i_psrlw(struct ee_state* ee, const ee_instruction&... function ee_i_psubb (line 2695) | static inline void ee_i_psubb(struct ee_state* ee, const ee_instruction&... function ee_i_psubh (line 2717) | static inline void ee_i_psubh(struct ee_state* ee, const ee_instruction&... function ee_i_psubsb (line 2731) | static inline void ee_i_psubsb(struct ee_state* ee, const ee_instruction... function ee_i_psubsh (line 2770) | static inline void ee_i_psubsh(struct ee_state* ee, const ee_instruction... function ee_i_psubsw (line 2793) | static inline void ee_i_psubsw(struct ee_state* ee, const ee_instruction... function ee_i_psubub (line 2808) | static inline void ee_i_psubub(struct ee_state* ee, const ee_instruction... function ee_i_psubuh (line 2847) | static inline void ee_i_psubuh(struct ee_state* ee, const ee_instruction... function ee_i_psubuw (line 2870) | static inline void ee_i_psubuw(struct ee_state* ee, const ee_instruction... function ee_i_psubw (line 2885) | static inline void ee_i_psubw(struct ee_state* ee, const ee_instruction&... function ee_i_pxor (line 2895) | static inline void ee_i_pxor(struct ee_state* ee, const ee_instruction& ... function ee_i_qfsrv (line 2903) | static inline void ee_i_qfsrv(struct ee_state* ee, const ee_instruction&... function ee_i_qmfc2 (line 2933) | static inline void ee_i_qmfc2(struct ee_state* ee, const ee_instruction&... function ee_i_qmtc2 (line 2940) | static inline void ee_i_qmtc2(struct ee_state* ee, const ee_instruction&... function ee_i_rsqrts (line 2948) | static inline void ee_i_rsqrts(struct ee_state* ee, const ee_instruction... function ee_i_sb (line 2972) | static inline void ee_i_sb(struct ee_state* ee, const ee_instruction& i) { function ee_i_sd (line 2975) | static inline void ee_i_sd(struct ee_state* ee, const ee_instruction& i) { function ee_i_sdl (line 2978) | static inline void ee_i_sdl(struct ee_state* ee, const ee_instruction& i) { function ee_i_sdr (line 2991) | static inline void ee_i_sdr(struct ee_state* ee, const ee_instruction& i) { function ee_i_sh (line 3004) | static inline void ee_i_sh(struct ee_state* ee, const ee_instruction& i) { function ee_i_sll (line 3007) | static inline void ee_i_sll(struct ee_state* ee, const ee_instruction& i) { function ee_i_sllv (line 3010) | static inline void ee_i_sllv(struct ee_state* ee, const ee_instruction& ... function ee_i_slt (line 3013) | static inline void ee_i_slt(struct ee_state* ee, const ee_instruction& i) { function ee_i_slti (line 3016) | static inline void ee_i_slti(struct ee_state* ee, const ee_instruction& ... function ee_i_sltiu (line 3019) | static inline void ee_i_sltiu(struct ee_state* ee, const ee_instruction&... function ee_i_sltu (line 3022) | static inline void ee_i_sltu(struct ee_state* ee, const ee_instruction& ... function ee_i_sq (line 3025) | static inline void ee_i_sq(struct ee_state* ee, const ee_instruction& i) { function ee_i_sqc2 (line 3028) | static inline void ee_i_sqc2(struct ee_state* ee, const ee_instruction& ... function ee_i_sqrts (line 3031) | static inline void ee_i_sqrts(struct ee_state* ee, const ee_instruction&... function ee_i_sra (line 3047) | static inline void ee_i_sra(struct ee_state* ee, const ee_instruction& i) { function ee_i_srav (line 3050) | static inline void ee_i_srav(struct ee_state* ee, const ee_instruction& ... function ee_i_srl (line 3053) | static inline void ee_i_srl(struct ee_state* ee, const ee_instruction& i) { function ee_i_srlv (line 3056) | static inline void ee_i_srlv(struct ee_state* ee, const ee_instruction& ... function ee_i_sub (line 3059) | static inline void ee_i_sub(struct ee_state* ee, const ee_instruction& i) { function ee_i_subas (line 3070) | static inline void ee_i_subas(struct ee_state* ee, const ee_instruction&... function ee_i_subs (line 3078) | static inline void ee_i_subs(struct ee_state* ee, const ee_instruction& ... function ee_i_subu (line 3088) | static inline void ee_i_subu(struct ee_state* ee, const ee_instruction& ... function ee_i_sw (line 3091) | static inline void ee_i_sw(struct ee_state* ee, const ee_instruction& i) { function ee_i_swc1 (line 3094) | static inline void ee_i_swc1(struct ee_state* ee, const ee_instruction& ... function ee_i_swl (line 3097) | static inline void ee_i_swl(struct ee_state* ee, const ee_instruction& i) { function ee_i_swr (line 3110) | static inline void ee_i_swr(struct ee_state* ee, const ee_instruction& i) { function ee_i_sync (line 3123) | static inline void ee_i_sync(struct ee_state* ee, const ee_instruction& ... function ee_get_thread_list (line 3129) | static inline void ee_get_thread_list(struct ee_state* ee) { function ee_i_syscall (line 3156) | static inline void ee_i_syscall(struct ee_state* ee, const ee_instructio... function ee_i_teq (line 3203) | static inline void ee_i_teq(struct ee_state* ee, const ee_instruction& i) { function ee_i_teqi (line 3206) | static inline void ee_i_teqi(struct ee_state* ee, const ee_instruction& ... function ee_i_tge (line 3209) | static inline void ee_i_tge(struct ee_state* ee, const ee_instruction& i) { function ee_i_tgei (line 3212) | static inline void ee_i_tgei(struct ee_state* ee, const ee_instruction& ... function ee_i_tgeiu (line 3213) | static inline void ee_i_tgeiu(struct ee_state* ee, const ee_instruction&... function ee_i_tgeu (line 3214) | static inline void ee_i_tgeu(struct ee_state* ee, const ee_instruction& ... function ee_i_tlbp (line 3215) | static inline void ee_i_tlbp(struct ee_state* ee, const ee_instruction& ... function ee_i_tlbr (line 3216) | static inline void ee_i_tlbr(struct ee_state* ee, const ee_instruction& ... function ee_i_tlbwi (line 3217) | static inline void ee_i_tlbwi(struct ee_state* ee, const ee_instruction&... function ee_i_tlbwr (line 3248) | static inline void ee_i_tlbwr(struct ee_state* ee, const ee_instruction&... function ee_i_tlt (line 3281) | static inline void ee_i_tlt(struct ee_state* ee, const ee_instruction& i... function ee_i_tlti (line 3282) | static inline void ee_i_tlti(struct ee_state* ee, const ee_instruction& ... function ee_i_tltiu (line 3283) | static inline void ee_i_tltiu(struct ee_state* ee, const ee_instruction&... function ee_i_tltu (line 3284) | static inline void ee_i_tltu(struct ee_state* ee, const ee_instruction& ... function ee_i_tne (line 3285) | static inline void ee_i_tne(struct ee_state* ee, const ee_instruction& i) { function ee_i_tnei (line 3288) | static inline void ee_i_tnei(struct ee_state* ee, const ee_instruction& ... type ee_state (line 3289) | struct ee_state type ee_state (line 3290) | struct ee_state type ee_state (line 3291) | struct ee_state type ee_state (line 3292) | struct ee_state type ee_state (line 3293) | struct ee_state type ee_state (line 3294) | struct ee_state type ee_state (line 3295) | struct ee_state type ee_state (line 3296) | struct ee_state type ee_state (line 3297) | struct ee_state type ee_state (line 3298) | struct ee_state type ee_state (line 3299) | struct ee_state type ee_state (line 3300) | struct ee_state type ee_state (line 3301) | struct ee_state type ee_state (line 3302) | struct ee_state type ee_state (line 3303) | struct ee_state function ee_i_vcallms (line 3304) | static inline void ee_i_vcallms(struct ee_state* ee, const ee_instructio... function ee_i_vcallmsr (line 3307) | static inline void ee_i_vcallmsr(struct ee_state* ee, const ee_instructi... type ee_state (line 3310) | struct ee_state type ee_state (line 3311) | struct ee_state type ee_state (line 3312) | struct ee_state type ee_state (line 3313) | struct ee_state type ee_state (line 3314) | struct ee_state type ee_state (line 3315) | struct ee_state type ee_state (line 3316) | struct ee_state type ee_state (line 3317) | struct ee_state type ee_state (line 3318) | struct ee_state type ee_state (line 3319) | struct ee_state type ee_state (line 3320) | struct ee_state type ee_state (line 3321) | struct ee_state type ee_state (line 3322) | struct ee_state type ee_state (line 3323) | struct ee_state type ee_state (line 3324) | struct ee_state type ee_state (line 3325) | struct ee_state type ee_state (line 3326) | struct ee_state type ee_state (line 3327) | struct ee_state type ee_state (line 3328) | struct ee_state type ee_state (line 3329) | struct ee_state type ee_state (line 3330) | struct ee_state type ee_state (line 3331) | struct ee_state type ee_state (line 3332) | struct ee_state type ee_state (line 3333) | struct ee_state type ee_state (line 3334) | struct ee_state type ee_state (line 3335) | struct ee_state type ee_state (line 3336) | struct ee_state type ee_state (line 3337) | struct ee_state type ee_state (line 3338) | struct ee_state type ee_state (line 3339) | struct ee_state type ee_state (line 3340) | struct ee_state type ee_state (line 3341) | struct ee_state type ee_state (line 3342) | struct ee_state type ee_state (line 3343) | struct ee_state type ee_state (line 3344) | struct ee_state type ee_state (line 3345) | struct ee_state type ee_state (line 3346) | struct ee_state type ee_state (line 3347) | struct ee_state type ee_state (line 3348) | struct ee_state type ee_state (line 3349) | struct ee_state type ee_state (line 3350) | struct ee_state type ee_state (line 3351) | struct ee_state type ee_state (line 3352) | struct ee_state type ee_state (line 3353) | struct ee_state type ee_state (line 3354) | struct ee_state type ee_state (line 3355) | struct ee_state type ee_state (line 3356) | struct ee_state type ee_state (line 3357) | struct ee_state type ee_state (line 3358) | struct ee_state type ee_state (line 3359) | struct ee_state type ee_state (line 3360) | struct ee_state type ee_state (line 3361) | struct ee_state type ee_state (line 3362) | struct ee_state type ee_state (line 3363) | struct ee_state type ee_state (line 3364) | struct ee_state type ee_state (line 3365) | struct ee_state type ee_state (line 3366) | struct ee_state type ee_state (line 3367) | struct ee_state type ee_state (line 3368) | struct ee_state type ee_state (line 3369) | struct ee_state type ee_state (line 3370) | struct ee_state type ee_state (line 3371) | struct ee_state type ee_state (line 3372) | struct ee_state type ee_state (line 3373) | struct ee_state type ee_state (line 3374) | struct ee_state type ee_state (line 3375) | struct ee_state type ee_state (line 3376) | struct ee_state type ee_state (line 3377) | struct ee_state type ee_state (line 3378) | struct ee_state type ee_state (line 3379) | struct ee_state type ee_state (line 3380) | struct ee_state type ee_state (line 3381) | struct ee_state type ee_state (line 3382) | struct ee_state type ee_state (line 3383) | struct ee_state type ee_state (line 3384) | struct ee_state type ee_state (line 3385) | struct ee_state type ee_state (line 3386) | struct ee_state type ee_state (line 3387) | struct ee_state type ee_state (line 3388) | struct ee_state type ee_state (line 3389) | struct ee_state type ee_state (line 3390) | struct ee_state type ee_state (line 3391) | struct ee_state type ee_state (line 3392) | struct ee_state type ee_state (line 3393) | struct ee_state type ee_state (line 3394) | struct ee_state type ee_state (line 3395) | struct ee_state type ee_state (line 3396) | struct ee_state type ee_state (line 3397) | struct ee_state type ee_state (line 3398) | struct ee_state type ee_state (line 3399) | struct ee_state type ee_state (line 3400) | struct ee_state type ee_state (line 3401) | struct ee_state type ee_state (line 3402) | struct ee_state type ee_state (line 3403) | struct ee_state type ee_state (line 3404) | struct ee_state type ee_state (line 3405) | struct ee_state type ee_state (line 3406) | struct ee_state type ee_state (line 3407) | struct ee_state type ee_state (line 3408) | struct ee_state type ee_state (line 3409) | struct ee_state type ee_state (line 3410) | struct ee_state type ee_state (line 3411) | struct ee_state type ee_state (line 3412) | struct ee_state function ee_i_xor (line 3413) | static inline void ee_i_xor(struct ee_state* ee, const ee_instruction& i) { function ee_i_xori (line 3416) | static inline void ee_i_xori(struct ee_state* ee, const ee_instruction& ... function ee_i_invalid (line 3419) | static inline void ee_i_invalid(struct ee_state* ee, const ee_instructio... function ee_i_nop (line 3424) | static inline void ee_i_nop(struct ee_state* ee, const ee_instruction& i) { type ee_state (line 3427) | struct ee_state function ee_init (line 3431) | void ee_init(struct ee_state* ee, struct vu_state* vu0, struct vu_state*... function ee_reset (line 3467) | void ee_reset(struct ee_state* ee) { function ee_destroy (line 3508) | void ee_destroy(struct ee_state* ee) { function ee_instruction (line 3519) | ee_instruction ee_decode(uint32_t opcode) { type ee_block (line 4029) | struct ee_block type ee_state (line 4029) | struct ee_state type ee_block (line 4034) | struct ee_block type ee_block (line 4037) | struct ee_block type ee_block (line 4085) | struct ee_block type ee_state (line 4085) | struct ee_state type ee_block (line 4099) | struct ee_block function ee_run_block (line 4112) | int ee_run_block(struct ee_state* ee, int max_cycles) { function ee_step (line 4177) | int ee_step(struct ee_state* ee) { function ee_flush_cache (line 4205) | void ee_flush_cache(struct ee_state* ee) { function ee_get_pc (line 4216) | uint32_t ee_get_pc(struct ee_state* ee) { type ps2_ram (line 4220) | struct ps2_ram type ee_state (line 4220) | struct ee_state function ee_set_fmv_skip (line 4224) | void ee_set_fmv_skip(struct ee_state* ee, int v) { function ee_reset_intc_reads (line 4228) | void ee_reset_intc_reads(struct ee_state* ee) { function ee_reset_csr_reads (line 4232) | void ee_reset_csr_reads(struct ee_state* ee) { function ee_set_ram_size (line 4236) | void ee_set_ram_size(struct ee_state* ee, int ram_size) { function ee_set_osd_config (line 4240) | void ee_set_osd_config(struct ee_state* ee, struct ee_osd_config config) { function ee_get_osd_config (line 4244) | struct ee_osd_config ee_get_osd_config(struct ee_state* ee) { FILE: src/ee/ee_def.hpp type ee_instruction (line 38) | struct ee_instruction { type ee_state (line 56) | struct ee_state type ee_block (line 59) | struct ee_block { type ee_state (line 64) | struct ee_state { type ee_bus_s (line 65) | struct ee_bus_s type ee_block (line 74) | struct ee_block type ps2_ram (line 92) | struct ps2_ram type vu_state (line 143) | struct vu_state type vu_state (line 144) | struct vu_state type ee_vtlb_entry (line 146) | struct ee_vtlb_entry type ee_osd_config (line 147) | struct ee_osd_config type ee_thread (line 167) | struct ee_thread { FILE: src/ee/ee_dis.c type ee_dis_state (line 8) | struct ee_dis_state function ee_d_abss (line 61) | static inline void ee_d_abss(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_add (line 62) | static inline void ee_d_add(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_addas (line 63) | static inline void ee_d_addas(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_addi (line 64) | static inline void ee_d_addi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_addiu (line 65) | static inline void ee_d_addiu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_adds (line 66) | static inline void ee_d_adds(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_addu (line 67) | static inline void ee_d_addu(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_and (line 68) | static inline void ee_d_and(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_andi (line 69) | static inline void ee_d_andi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc0f (line 70) | static inline void ee_d_bc0f(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc0fl (line 71) | static inline void ee_d_bc0fl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bc0t (line 72) | static inline void ee_d_bc0t(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc0tl (line 73) | static inline void ee_d_bc0tl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bc1f (line 74) | static inline void ee_d_bc1f(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc1fl (line 75) | static inline void ee_d_bc1fl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bc1t (line 76) | static inline void ee_d_bc1t(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc1tl (line 77) | static inline void ee_d_bc1tl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bc2f (line 78) | static inline void ee_d_bc2f(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc2fl (line 79) | static inline void ee_d_bc2fl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bc2t (line 80) | static inline void ee_d_bc2t(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bc2tl (line 81) | static inline void ee_d_bc2tl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_beq (line 82) | static inline void ee_d_beq(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_beql (line 83) | static inline void ee_d_beql(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bgez (line 84) | static inline void ee_d_bgez(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bgezal (line 85) | static inline void ee_d_bgezal(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_bgezall (line 86) | static inline void ee_d_bgezall(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_bgezl (line 87) | static inline void ee_d_bgezl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bgtz (line 88) | static inline void ee_d_bgtz(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bgtzl (line 89) | static inline void ee_d_bgtzl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_blez (line 90) | static inline void ee_d_blez(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_blezl (line 91) | static inline void ee_d_blezl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bltz (line 92) | static inline void ee_d_bltz(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_bltzal (line 93) | static inline void ee_d_bltzal(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_bltzall (line 94) | static inline void ee_d_bltzall(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_bltzl (line 95) | static inline void ee_d_bltzl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_bne (line 96) | static inline void ee_d_bne(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_bnel (line 97) | static inline void ee_d_bnel(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_break (line 98) | static inline void ee_d_break(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_cache (line 99) | static inline void ee_d_cache(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_callmsr (line 100) | static inline void ee_d_callmsr(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_ceq (line 101) | static inline void ee_d_ceq(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_cfc1 (line 102) | static inline void ee_d_cfc1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_cfc2 (line 103) | static inline void ee_d_cfc2(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_cf (line 104) | static inline void ee_d_cf(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_cle (line 105) | static inline void ee_d_cle(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_clt (line 106) | static inline void ee_d_clt(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_ctc1 (line 107) | static inline void ee_d_ctc1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_ctc2 (line 108) | static inline void ee_d_ctc2(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_cvts (line 109) | static inline void ee_d_cvts(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_cvtw (line 110) | static inline void ee_d_cvtw(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_dadd (line 111) | static inline void ee_d_dadd(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_daddi (line 112) | static inline void ee_d_daddi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_daddiu (line 113) | static inline void ee_d_daddiu(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_daddu (line 114) | static inline void ee_d_daddu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_di (line 115) | static inline void ee_d_di(uint32_t opcode) { ptr += sprintf(ptr, "%-8s"... function ee_d_div (line 116) | static inline void ee_d_div(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_div1 (line 117) | static inline void ee_d_div1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_divs (line 118) | static inline void ee_d_divs(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_divu (line 119) | static inline void ee_d_divu(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_divu1 (line 120) | static inline void ee_d_divu1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_dsll (line 121) | static inline void ee_d_dsll(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_dsll32 (line 122) | static inline void ee_d_dsll32(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_dsllv (line 123) | static inline void ee_d_dsllv(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_dsra (line 124) | static inline void ee_d_dsra(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_dsra32 (line 125) | static inline void ee_d_dsra32(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_dsrav (line 126) | static inline void ee_d_dsrav(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_dsrl (line 127) | static inline void ee_d_dsrl(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_dsrl32 (line 128) | static inline void ee_d_dsrl32(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_dsrlv (line 129) | static inline void ee_d_dsrlv(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_dsub (line 130) | static inline void ee_d_dsub(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_dsubu (line 131) | static inline void ee_d_dsubu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_ei (line 132) | static inline void ee_d_ei(uint32_t opcode) { ptr += sprintf(ptr, "%-8s"... function ee_d_eret (line 133) | static inline void ee_d_eret(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_j (line 134) | static inline void ee_d_j(uint32_t opcode) { ptr += sprintf(ptr, "%-8s 0... function ee_d_jal (line 135) | static inline void ee_d_jal(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_jalr (line 136) | static inline void ee_d_jalr(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_jr (line 137) | static inline void ee_d_jr(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_lb (line 138) | static inline void ee_d_lb(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_lbu (line 139) | static inline void ee_d_lbu(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_ld (line 140) | static inline void ee_d_ld(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_ldl (line 141) | static inline void ee_d_ldl(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_ldr (line 142) | static inline void ee_d_ldr(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_lh (line 143) | static inline void ee_d_lh(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_lhu (line 144) | static inline void ee_d_lhu(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_lq (line 145) | static inline void ee_d_lq(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_lqc2 (line 146) | static inline void ee_d_lqc2(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_lui (line 147) | static inline void ee_d_lui(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_lw (line 148) | static inline void ee_d_lw(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_lwc1 (line 149) | static inline void ee_d_lwc1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_lwl (line 150) | static inline void ee_d_lwl(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_lwr (line 151) | static inline void ee_d_lwr(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_lwu (line 152) | static inline void ee_d_lwu(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_madd (line 153) | static inline void ee_d_madd(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_madd1 (line 154) | static inline void ee_d_madd1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_maddas (line 155) | static inline void ee_d_maddas(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_madds (line 156) | static inline void ee_d_madds(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_maddu (line 157) | static inline void ee_d_maddu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_maddu1 (line 158) | static inline void ee_d_maddu1(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_maxs (line 159) | static inline void ee_d_maxs(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mfc0 (line 160) | static inline void ee_d_mfc0(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mfc1 (line 161) | static inline void ee_d_mfc1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mfhi (line 162) | static inline void ee_d_mfhi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mfhi1 (line 163) | static inline void ee_d_mfhi1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mflo (line 164) | static inline void ee_d_mflo(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mflo1 (line 165) | static inline void ee_d_mflo1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mfsa (line 166) | static inline void ee_d_mfsa(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mins (line 167) | static inline void ee_d_mins(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_movn (line 168) | static inline void ee_d_movn(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_movs (line 169) | static inline void ee_d_movs(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_movz (line 170) | static inline void ee_d_movz(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_msubas (line 171) | static inline void ee_d_msubas(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_msubs (line 172) | static inline void ee_d_msubs(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mtc0 (line 173) | static inline void ee_d_mtc0(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mtc1 (line 174) | static inline void ee_d_mtc1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mthi (line 175) | static inline void ee_d_mthi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mthi1 (line 176) | static inline void ee_d_mthi1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mtlo (line 177) | static inline void ee_d_mtlo(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mtlo1 (line 178) | static inline void ee_d_mtlo1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mtsa (line 179) | static inline void ee_d_mtsa(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mtsab (line 180) | static inline void ee_d_mtsab(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mtsah (line 181) | static inline void ee_d_mtsah(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_mulas (line 182) | static inline void ee_d_mulas(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_muls (line 183) | static inline void ee_d_muls(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mult (line 184) | static inline void ee_d_mult(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_mult1 (line 185) | static inline void ee_d_mult1(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_multu (line 186) | static inline void ee_d_multu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_multu1 (line 187) | static inline void ee_d_multu1(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_negs (line 188) | static inline void ee_d_negs(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_nor (line 189) | static inline void ee_d_nor(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_or (line 190) | static inline void ee_d_or(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_ori (line 191) | static inline void ee_d_ori(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_pabsh (line 192) | static inline void ee_d_pabsh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pabsw (line 193) | static inline void ee_d_pabsw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_paddb (line 194) | static inline void ee_d_paddb(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_paddh (line 195) | static inline void ee_d_paddh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_paddsb (line 196) | static inline void ee_d_paddsb(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_paddsh (line 197) | static inline void ee_d_paddsh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_paddsw (line 198) | static inline void ee_d_paddsw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_paddub (line 199) | static inline void ee_d_paddub(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_padduh (line 200) | static inline void ee_d_padduh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_padduw (line 201) | static inline void ee_d_padduw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_paddw (line 202) | static inline void ee_d_paddw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_padsbh (line 203) | static inline void ee_d_padsbh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pand (line 204) | static inline void ee_d_pand(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_pceqb (line 205) | static inline void ee_d_pceqb(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pceqh (line 206) | static inline void ee_d_pceqh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pceqw (line 207) | static inline void ee_d_pceqw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pcgtb (line 208) | static inline void ee_d_pcgtb(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pcgth (line 209) | static inline void ee_d_pcgth(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pcgtw (line 210) | static inline void ee_d_pcgtw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pcpyh (line 211) | static inline void ee_d_pcpyh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pcpyld (line 212) | static inline void ee_d_pcpyld(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pcpyud (line 213) | static inline void ee_d_pcpyud(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pdivbw (line 214) | static inline void ee_d_pdivbw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pdivuw (line 215) | static inline void ee_d_pdivuw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pdivw (line 216) | static inline void ee_d_pdivw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pexch (line 217) | static inline void ee_d_pexch(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pexcw (line 218) | static inline void ee_d_pexcw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pexeh (line 219) | static inline void ee_d_pexeh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pexew (line 220) | static inline void ee_d_pexew(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pext5 (line 221) | static inline void ee_d_pext5(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pextlb (line 222) | static inline void ee_d_pextlb(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pextlh (line 223) | static inline void ee_d_pextlh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pextlw (line 224) | static inline void ee_d_pextlw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pextub (line 225) | static inline void ee_d_pextub(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pextuh (line 226) | static inline void ee_d_pextuh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pextuw (line 227) | static inline void ee_d_pextuw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_phmadh (line 228) | static inline void ee_d_phmadh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_phmsbh (line 229) | static inline void ee_d_phmsbh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pinteh (line 230) | static inline void ee_d_pinteh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pinth (line 231) | static inline void ee_d_pinth(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_plzcw (line 232) | static inline void ee_d_plzcw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmaddh (line 233) | static inline void ee_d_pmaddh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pmadduw (line 234) | static inline void ee_d_pmadduw(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_pmaddw (line 235) | static inline void ee_d_pmaddw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pmaxh (line 236) | static inline void ee_d_pmaxh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmaxw (line 237) | static inline void ee_d_pmaxw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmfhi (line 238) | static inline void ee_d_pmfhi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmfhllw (line 239) | static inline void ee_d_pmfhllw(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_pmfhluw (line 240) | static inline void ee_d_pmfhluw(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_pmfhlslw (line 241) | static inline void ee_d_pmfhlslw(uint32_t opcode) { ptr += sprintf(ptr, ... function ee_d_pmfhllh (line 242) | static inline void ee_d_pmfhllh(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_pmfhlsh (line 243) | static inline void ee_d_pmfhlsh(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_pmflo (line 244) | static inline void ee_d_pmflo(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pminh (line 245) | static inline void ee_d_pminh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pminw (line 246) | static inline void ee_d_pminw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmsubh (line 247) | static inline void ee_d_pmsubh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pmsubw (line 248) | static inline void ee_d_pmsubw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pmthi (line 249) | static inline void ee_d_pmthi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmthl (line 250) | static inline void ee_d_pmthl(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmtlo (line 251) | static inline void ee_d_pmtlo(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pmulth (line 252) | static inline void ee_d_pmulth(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pmultuw (line 253) | static inline void ee_d_pmultuw(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_pmultw (line 254) | static inline void ee_d_pmultw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_pnor (line 255) | static inline void ee_d_pnor(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_por (line 256) | static inline void ee_d_por(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_ppac5 (line 257) | static inline void ee_d_ppac5(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_ppacb (line 258) | static inline void ee_d_ppacb(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_ppach (line 259) | static inline void ee_d_ppach(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_ppacw (line 260) | static inline void ee_d_ppacw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pref (line 261) | static inline void ee_d_pref(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_prevh (line 262) | static inline void ee_d_prevh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_prot3w (line 263) | static inline void ee_d_prot3w(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psllh (line 264) | static inline void ee_d_psllh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psllvw (line 265) | static inline void ee_d_psllvw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psllw (line 266) | static inline void ee_d_psllw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psrah (line 267) | static inline void ee_d_psrah(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psravw (line 268) | static inline void ee_d_psravw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psraw (line 269) | static inline void ee_d_psraw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psrlh (line 270) | static inline void ee_d_psrlh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psrlvw (line 271) | static inline void ee_d_psrlvw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psrlw (line 272) | static inline void ee_d_psrlw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psubb (line 273) | static inline void ee_d_psubb(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psubh (line 274) | static inline void ee_d_psubh(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_psubsb (line 275) | static inline void ee_d_psubsb(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psubsh (line 276) | static inline void ee_d_psubsh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psubsw (line 277) | static inline void ee_d_psubsw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psubub (line 278) | static inline void ee_d_psubub(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psubuh (line 279) | static inline void ee_d_psubuh(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psubuw (line 280) | static inline void ee_d_psubuw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_psubw (line 281) | static inline void ee_d_psubw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_pxor (line 282) | static inline void ee_d_pxor(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_qfsrv (line 283) | static inline void ee_d_qfsrv(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_qmfc2 (line 284) | static inline void ee_d_qmfc2(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_qmtc2 (line 285) | static inline void ee_d_qmtc2(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_rsqrts (line 286) | static inline void ee_d_rsqrts(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_sb (line 287) | static inline void ee_d_sb(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_sd (line 288) | static inline void ee_d_sd(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_sdl (line 289) | static inline void ee_d_sdl(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_sdr (line 290) | static inline void ee_d_sdr(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_sh (line 291) | static inline void ee_d_sh(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_sll (line 292) | static inline void ee_d_sll(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_sllv (line 293) | static inline void ee_d_sllv(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_slt (line 294) | static inline void ee_d_slt(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_slti (line 295) | static inline void ee_d_slti(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_sltiu (line 296) | static inline void ee_d_sltiu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_sltu (line 297) | static inline void ee_d_sltu(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_sq (line 298) | static inline void ee_d_sq(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_sqc2 (line 299) | static inline void ee_d_sqc2(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_sqrts (line 300) | static inline void ee_d_sqrts(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_sra (line 301) | static inline void ee_d_sra(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_srav (line 302) | static inline void ee_d_srav(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_srl (line 303) | static inline void ee_d_srl(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_srlv (line 304) | static inline void ee_d_srlv(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_sub (line 305) | static inline void ee_d_sub(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_subas (line 306) | static inline void ee_d_subas(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_subs (line 307) | static inline void ee_d_subs(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_subu (line 308) | static inline void ee_d_subu(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_sw (line 309) | static inline void ee_d_sw(uint32_t opcode) { ptr += sprintf(ptr, "%-8s ... function ee_d_swc1 (line 310) | static inline void ee_d_swc1(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_swl (line 311) | static inline void ee_d_swl(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_swr (line 312) | static inline void ee_d_swr(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_sync (line 313) | static inline void ee_d_sync(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_syscall (line 314) | static inline void ee_d_syscall(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_teq (line 315) | static inline void ee_d_teq(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_teqi (line 316) | static inline void ee_d_teqi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tge (line 317) | static inline void ee_d_tge(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_tgei (line 318) | static inline void ee_d_tgei(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tgeiu (line 319) | static inline void ee_d_tgeiu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_tgeu (line 320) | static inline void ee_d_tgeu(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tlbp (line 321) | static inline void ee_d_tlbp(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tlbr (line 322) | static inline void ee_d_tlbr(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tlbwi (line 323) | static inline void ee_d_tlbwi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_tlbwr (line 324) | static inline void ee_d_tlbwr(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_tlt (line 325) | static inline void ee_d_tlt(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_tlti (line 326) | static inline void ee_d_tlti(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tltiu (line 327) | static inline void ee_d_tltiu(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_tltu (line 328) | static inline void ee_d_tltu(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_tne (line 329) | static inline void ee_d_tne(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_tnei (line 330) | static inline void ee_d_tnei(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vabs (line 331) | static inline void ee_d_vabs(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vadd (line 332) | static inline void ee_d_vadd(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vadda (line 333) | static inline void ee_d_vadda(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vaddai (line 334) | static inline void ee_d_vaddai(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vaddaq (line 335) | static inline void ee_d_vaddaq(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vaddaw (line 336) | static inline void ee_d_vaddaw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vaddax (line 337) | static inline void ee_d_vaddax(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vadday (line 338) | static inline void ee_d_vadday(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vaddaz (line 339) | static inline void ee_d_vaddaz(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vaddi (line 340) | static inline void ee_d_vaddi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vaddq (line 341) | static inline void ee_d_vaddq(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vaddw (line 342) | static inline void ee_d_vaddw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vaddx (line 343) | static inline void ee_d_vaddx(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vaddy (line 344) | static inline void ee_d_vaddy(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vaddz (line 345) | static inline void ee_d_vaddz(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vcallms (line 346) | static inline void ee_d_vcallms(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vclipw (line 347) | static inline void ee_d_vclipw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vdiv (line 348) | static inline void ee_d_vdiv(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vftoi0 (line 349) | static inline void ee_d_vftoi0(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vftoi12 (line 350) | static inline void ee_d_vftoi12(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vftoi15 (line 351) | static inline void ee_d_vftoi15(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vftoi4 (line 352) | static inline void ee_d_vftoi4(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_viadd (line 353) | static inline void ee_d_viadd(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_viaddi (line 354) | static inline void ee_d_viaddi(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_viand (line 355) | static inline void ee_d_viand(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vilwr (line 356) | static inline void ee_d_vilwr(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vior (line 357) | static inline void ee_d_vior(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_visub (line 358) | static inline void ee_d_visub(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_viswr (line 359) | static inline void ee_d_viswr(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vitof0 (line 360) | static inline void ee_d_vitof0(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vitof12 (line 361) | static inline void ee_d_vitof12(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vitof15 (line 362) | static inline void ee_d_vitof15(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vitof4 (line 363) | static inline void ee_d_vitof4(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vlqd (line 364) | static inline void ee_d_vlqd(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vlqi (line 365) | static inline void ee_d_vlqi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vmadd (line 366) | static inline void ee_d_vmadd(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmadda (line 367) | static inline void ee_d_vmadda(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmaddai (line 368) | static inline void ee_d_vmaddai(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmaddaq (line 369) | static inline void ee_d_vmaddaq(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmaddaw (line 370) | static inline void ee_d_vmaddaw(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmaddax (line 371) | static inline void ee_d_vmaddax(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmadday (line 372) | static inline void ee_d_vmadday(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmaddaz (line 373) | static inline void ee_d_vmaddaz(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmaddi (line 374) | static inline void ee_d_vmaddi(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmaddq (line 375) | static inline void ee_d_vmaddq(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmaddw (line 376) | static inline void ee_d_vmaddw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmaddx (line 377) | static inline void ee_d_vmaddx(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmaddy (line 378) | static inline void ee_d_vmaddy(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmaddz (line 379) | static inline void ee_d_vmaddz(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmax (line 380) | static inline void ee_d_vmax(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vmaxi (line 381) | static inline void ee_d_vmaxi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmaxw (line 382) | static inline void ee_d_vmaxw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmaxx (line 383) | static inline void ee_d_vmaxx(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmaxy (line 384) | static inline void ee_d_vmaxy(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmaxz (line 385) | static inline void ee_d_vmaxz(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmfir (line 386) | static inline void ee_d_vmfir(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmini (line 387) | static inline void ee_d_vmini(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vminii (line 388) | static inline void ee_d_vminii(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vminiw (line 389) | static inline void ee_d_vminiw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vminix (line 390) | static inline void ee_d_vminix(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vminiy (line 391) | static inline void ee_d_vminiy(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vminiz (line 392) | static inline void ee_d_vminiz(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmove (line 393) | static inline void ee_d_vmove(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmr32 (line 394) | static inline void ee_d_vmr32(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmsub (line 395) | static inline void ee_d_vmsub(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmsuba (line 396) | static inline void ee_d_vmsuba(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmsubai (line 397) | static inline void ee_d_vmsubai(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmsubaq (line 398) | static inline void ee_d_vmsubaq(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmsubaw (line 399) | static inline void ee_d_vmsubaw(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmsubax (line 400) | static inline void ee_d_vmsubax(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmsubay (line 401) | static inline void ee_d_vmsubay(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmsubaz (line 402) | static inline void ee_d_vmsubaz(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vmsubi (line 403) | static inline void ee_d_vmsubi(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmsubq (line 404) | static inline void ee_d_vmsubq(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmsubw (line 405) | static inline void ee_d_vmsubw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmsubx (line 406) | static inline void ee_d_vmsubx(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmsuby (line 407) | static inline void ee_d_vmsuby(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmsubz (line 408) | static inline void ee_d_vmsubz(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmtir (line 409) | static inline void ee_d_vmtir(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmul (line 410) | static inline void ee_d_vmul(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vmula (line 411) | static inline void ee_d_vmula(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmulai (line 412) | static inline void ee_d_vmulai(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmulaq (line 413) | static inline void ee_d_vmulaq(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmulaw (line 414) | static inline void ee_d_vmulaw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmulax (line 415) | static inline void ee_d_vmulax(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmulay (line 416) | static inline void ee_d_vmulay(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmulaz (line 417) | static inline void ee_d_vmulaz(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vmuli (line 418) | static inline void ee_d_vmuli(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmulq (line 419) | static inline void ee_d_vmulq(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmulw (line 420) | static inline void ee_d_vmulw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmulx (line 421) | static inline void ee_d_vmulx(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmuly (line 422) | static inline void ee_d_vmuly(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vmulz (line 423) | static inline void ee_d_vmulz(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vnop (line 424) | static inline void ee_d_vnop(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vopmsub (line 425) | static inline void ee_d_vopmsub(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vopmula (line 426) | static inline void ee_d_vopmula(uint32_t opcode) { ptr += sprintf(ptr, "... function ee_d_vrget (line 427) | static inline void ee_d_vrget(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vrinit (line 428) | static inline void ee_d_vrinit(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vrnext (line 429) | static inline void ee_d_vrnext(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vrsqrt (line 430) | static inline void ee_d_vrsqrt(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vrxor (line 431) | static inline void ee_d_vrxor(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsqd (line 432) | static inline void ee_d_vsqd(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vsqi (line 433) | static inline void ee_d_vsqi(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vsqrt (line 434) | static inline void ee_d_vsqrt(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsub (line 435) | static inline void ee_d_vsub(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_vsuba (line 436) | static inline void ee_d_vsuba(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsubai (line 437) | static inline void ee_d_vsubai(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vsubaq (line 438) | static inline void ee_d_vsubaq(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vsubaw (line 439) | static inline void ee_d_vsubaw(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vsubax (line 440) | static inline void ee_d_vsubax(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vsubay (line 441) | static inline void ee_d_vsubay(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vsubaz (line 442) | static inline void ee_d_vsubaz(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_vsubi (line 443) | static inline void ee_d_vsubi(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsubq (line 444) | static inline void ee_d_vsubq(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsubw (line 445) | static inline void ee_d_vsubw(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsubx (line 446) | static inline void ee_d_vsubx(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsuby (line 447) | static inline void ee_d_vsuby(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vsubz (line 448) | static inline void ee_d_vsubz(uint32_t opcode) { ptr += sprintf(ptr, "%-... function ee_d_vwaitq (line 449) | static inline void ee_d_vwaitq(uint32_t opcode) { ptr += sprintf(ptr, "%... function ee_d_xor (line 450) | static inline void ee_d_xor(uint32_t opcode) { ptr += sprintf(ptr, "%-8s... function ee_d_xori (line 451) | static inline void ee_d_xori(uint32_t opcode) { ptr += sprintf(ptr, "%-8... function ee_d_invalid (line 452) | static inline void ee_d_invalid(uint32_t opcode) { ptr += sprintf(ptr, "... type ee_dis_state (line 454) | struct ee_dis_state FILE: src/ee/ee_dis.h type ee_dis_state (line 10) | struct ee_dis_state { type ee_dis_state (line 16) | struct ee_dis_state FILE: src/ee/ee_uncached.c function fast_abs32 (line 37) | static inline int fast_abs32(int a) { function fast_abs16 (line 43) | static inline int16_t fast_abs16(int16_t a) { function saturate16 (line 49) | static inline int16_t saturate16(int32_t word) { function __m128i (line 60) | static inline __m128i _mm_adds_epi32(__m128i a, __m128i b) { function __m128i (line 74) | static inline __m128i _mm_adds_epu32(__m128i a, __m128i b) { function unpack_5551_8888 (line 84) | static inline uint32_t unpack_5551_8888(uint32_t v) { function ee_print_disassembly (line 141) | static inline void ee_print_disassembly(struct ee_state* ee) { function ee_get_segment (line 152) | static inline int ee_get_segment(uint32_t virt) { function fpu_cvtf (line 172) | static inline float fpu_cvtf(float f) { function fpu_cvtsw (line 192) | static inline float fpu_cvtsw(union ee_fpu_reg* reg) { function fpu_cvtws (line 206) | static inline void fpu_cvtws(union ee_fpu_reg* d, union ee_fpu_reg* s) { function fpu_check_overflow (line 215) | static inline int fpu_check_overflow(struct ee_state* ee, union ee_fpu_r... function fpu_check_underflow (line 228) | static inline int fpu_check_underflow(struct ee_state* ee, union ee_fpu_... function fpu_check_overflow_no_flags (line 241) | static inline int fpu_check_overflow_no_flags(struct ee_state* ee, union... function fpu_check_underflow_no_flags (line 251) | static inline int fpu_check_underflow_no_flags(struct ee_state* ee, unio... function fpu_max (line 261) | static inline int fpu_max(int32_t a, int32_t b) { function fpu_min (line 265) | static inline int fpu_min(int32_t a, int32_t b) { type ee_vtlb_entry (line 269) | struct ee_vtlb_entry type ee_state (line 269) | struct ee_state type ee_vtlb_entry (line 270) | struct ee_vtlb_entry function ee_translate_virt (line 277) | static inline int ee_translate_virt(struct ee_state* ee, uint32_t virt, ... function uint128_t (line 363) | static inline uint128_t bus_read128(struct ee_state* ee, uint32_t addr) { function bus_write128 (line 385) | static inline void bus_write128(struct ee_state* ee, uint32_t addr, uint... function ee_skip_fmv (line 406) | static inline int ee_skip_fmv(struct ee_state* ee, uint32_t addr) { function ee_set_pc (line 427) | static inline void ee_set_pc(struct ee_state* ee, uint32_t addr) { function ee_set_pc_delayed (line 435) | static inline void ee_set_pc_delayed(struct ee_state* ee, uint32_t addr) { function ee_exception_level1 (line 443) | void ee_exception_level1(struct ee_state* ee, uint32_t cause) { function ee_exception_level2 (line 470) | static inline void ee_exception_level2(struct ee_state* ee, uint32_t cau... function ee_check_irq (line 502) | static inline void ee_check_irq(struct ee_state* ee) { function ee_set_int0 (line 523) | void ee_set_int0(struct ee_state* ee, int v) { function ee_set_int1 (line 531) | void ee_set_int1(struct ee_state* ee, int v) { function ee_set_cpcond0 (line 539) | void ee_set_cpcond0(struct ee_state* ee, int v) { function ee_i_abss (line 543) | static inline void ee_i_abss(struct ee_state* ee) { function ee_i_add (line 547) | static inline void ee_i_add(struct ee_state* ee) { function ee_i_addas (line 560) | static inline void ee_i_addas(struct ee_state* ee) { function ee_i_addi (line 568) | static inline void ee_i_addi(struct ee_state* ee) { function ee_i_addiu (line 579) | static inline void ee_i_addiu(struct ee_state* ee) { function ee_i_adds (line 582) | static inline void ee_i_adds(struct ee_state* ee) { function ee_i_addu (line 592) | static inline void ee_i_addu(struct ee_state* ee) { function ee_i_and (line 595) | static inline void ee_i_and(struct ee_state* ee) { function ee_i_andi (line 598) | static inline void ee_i_andi(struct ee_state* ee) { function ee_i_bc0f (line 601) | static inline void ee_i_bc0f(struct ee_state* ee) { function ee_i_bc0fl (line 604) | static inline void ee_i_bc0fl(struct ee_state* ee) { function ee_i_bc0t (line 607) | static inline void ee_i_bc0t(struct ee_state* ee) { function ee_i_bc0tl (line 610) | static inline void ee_i_bc0tl(struct ee_state* ee) { function ee_i_bc1f (line 613) | static inline void ee_i_bc1f(struct ee_state* ee) { function ee_i_bc1fl (line 616) | static inline void ee_i_bc1fl(struct ee_state* ee) { function ee_i_bc1t (line 619) | static inline void ee_i_bc1t(struct ee_state* ee) { function ee_i_bc1tl (line 622) | static inline void ee_i_bc1tl(struct ee_state* ee) { function ee_i_bc2f (line 625) | static inline void ee_i_bc2f(struct ee_state* ee) { BRANCH(1, EE_D_SI16); } function ee_i_bc2fl (line 626) | static inline void ee_i_bc2fl(struct ee_state* ee) { BRANCH_LIKELY(1, EE... function ee_i_bc2t (line 627) | static inline void ee_i_bc2t(struct ee_state* ee) { BRANCH(0, EE_D_SI16); } function ee_i_bc2tl (line 628) | static inline void ee_i_bc2tl(struct ee_state* ee) { BRANCH_LIKELY(0, EE... function ee_i_beq (line 629) | static inline void ee_i_beq(struct ee_state* ee) { function ee_i_beql (line 632) | static inline void ee_i_beql(struct ee_state* ee) { function ee_i_bgez (line 635) | static inline void ee_i_bgez(struct ee_state* ee) { function ee_i_bgezal (line 638) | static inline void ee_i_bgezal(struct ee_state* ee) { function ee_i_bgezall (line 643) | static inline void ee_i_bgezall(struct ee_state* ee) { function ee_i_bgezl (line 648) | static inline void ee_i_bgezl(struct ee_state* ee) { function ee_i_bgtz (line 651) | static inline void ee_i_bgtz(struct ee_state* ee) { function ee_i_bgtzl (line 654) | static inline void ee_i_bgtzl(struct ee_state* ee) { function ee_i_blez (line 657) | static inline void ee_i_blez(struct ee_state* ee) { function ee_i_blezl (line 660) | static inline void ee_i_blezl(struct ee_state* ee) { function ee_i_bltz (line 663) | static inline void ee_i_bltz(struct ee_state* ee) { function ee_i_bltzal (line 666) | static inline void ee_i_bltzal(struct ee_state* ee) { function ee_i_bltzall (line 671) | static inline void ee_i_bltzall(struct ee_state* ee) { function ee_i_bltzl (line 676) | static inline void ee_i_bltzl(struct ee_state* ee) { function ee_i_bne (line 679) | static inline void ee_i_bne(struct ee_state* ee) { function ee_i_bnel (line 682) | static inline void ee_i_bnel(struct ee_state* ee) { function ee_i_break (line 685) | static inline void ee_i_break(struct ee_state* ee) { function ee_i_cache (line 688) | static inline void ee_i_cache(struct ee_state* ee) { function ee_i_ceq (line 691) | static inline void ee_i_ceq(struct ee_state* ee) { function ee_i_cf (line 698) | static inline void ee_i_cf(struct ee_state* ee) { function ee_i_cfc1 (line 701) | static inline void ee_i_cfc1(struct ee_state* ee) { function ee_i_cfc2 (line 704) | static inline void ee_i_cfc2(struct ee_state* ee) { function ee_i_cle (line 707) | static inline void ee_i_cle(struct ee_state* ee) { function ee_i_clt (line 714) | static inline void ee_i_clt(struct ee_state* ee) { function ee_i_ctc1 (line 721) | static inline void ee_i_ctc1(struct ee_state* ee) { function ee_i_ctc2 (line 727) | static inline void ee_i_ctc2(struct ee_state* ee) { function ee_i_cvts (line 752) | static inline void ee_i_cvts(struct ee_state* ee) { function ee_i_cvtw (line 756) | static inline void ee_i_cvtw(struct ee_state* ee) { function ee_i_dadd (line 759) | static inline void ee_i_dadd(struct ee_state* ee) { function ee_i_daddi (line 768) | static inline void ee_i_daddi(struct ee_state* ee) { function ee_i_daddiu (line 777) | static inline void ee_i_daddiu(struct ee_state* ee) { function ee_i_daddu (line 780) | static inline void ee_i_daddu(struct ee_state* ee) { function ee_i_di (line 783) | static inline void ee_i_di(struct ee_state* ee) { function ee_i_div (line 792) | static inline void ee_i_div(struct ee_state* ee) { function ee_i_div1 (line 807) | static inline void ee_i_div1(struct ee_state* ee) { function ee_i_divs (line 822) | static inline void ee_i_divs(struct ee_state* ee) { function ee_i_divu (line 850) | static inline void ee_i_divu(struct ee_state* ee) { function ee_i_divu1 (line 864) | static inline void ee_i_divu1(struct ee_state* ee) { function ee_i_dsll (line 878) | static inline void ee_i_dsll(struct ee_state* ee) { function ee_i_dsll32 (line 881) | static inline void ee_i_dsll32(struct ee_state* ee) { function ee_i_dsllv (line 884) | static inline void ee_i_dsllv(struct ee_state* ee) { function ee_i_dsra (line 887) | static inline void ee_i_dsra(struct ee_state* ee) { function ee_i_dsra32 (line 890) | static inline void ee_i_dsra32(struct ee_state* ee) { function ee_i_dsrav (line 893) | static inline void ee_i_dsrav(struct ee_state* ee) { function ee_i_dsrl (line 896) | static inline void ee_i_dsrl(struct ee_state* ee) { function ee_i_dsrl32 (line 899) | static inline void ee_i_dsrl32(struct ee_state* ee) { function ee_i_dsrlv (line 902) | static inline void ee_i_dsrlv(struct ee_state* ee) { function ee_i_dsub (line 905) | static inline void ee_i_dsub(struct ee_state* ee) { function ee_i_dsubu (line 914) | static inline void ee_i_dsubu(struct ee_state* ee) { function ee_i_ei (line 917) | static inline void ee_i_ei(struct ee_state* ee) { function ee_i_eret (line 926) | static inline void ee_i_eret(struct ee_state* ee) { function ee_i_j (line 937) | static inline void ee_i_j(struct ee_state* ee) { function ee_i_jal (line 940) | static inline void ee_i_jal(struct ee_state* ee) { function ee_i_jalr (line 945) | static inline void ee_i_jalr(struct ee_state* ee) { function ee_i_jr (line 952) | static inline void ee_i_jr(struct ee_state* ee) { function ee_i_lb (line 955) | static inline void ee_i_lb(struct ee_state* ee) { function ee_i_lbu (line 958) | static inline void ee_i_lbu(struct ee_state* ee) { function ee_i_ld (line 961) | static inline void ee_i_ld(struct ee_state* ee) { function ee_i_ldl (line 964) | static inline void ee_i_ldl(struct ee_state* ee) { function ee_i_ldr (line 977) | static inline void ee_i_ldr(struct ee_state* ee) { function ee_i_lh (line 990) | static inline void ee_i_lh(struct ee_state* ee) { function ee_i_lhu (line 993) | static inline void ee_i_lhu(struct ee_state* ee) { function ee_i_lq (line 996) | static inline void ee_i_lq(struct ee_state* ee) { function ee_i_lqc2 (line 999) | static inline void ee_i_lqc2(struct ee_state* ee) { function ee_i_lui (line 1006) | static inline void ee_i_lui(struct ee_state* ee) { function ee_i_lw (line 1009) | static inline void ee_i_lw(struct ee_state* ee) { function ee_i_lwc1 (line 1012) | static inline void ee_i_lwc1(struct ee_state* ee) { function ee_i_lwl (line 1021) | static inline void ee_i_lwl(struct ee_state* ee) { function ee_i_lwr (line 1030) | static inline void ee_i_lwr(struct ee_state* ee) { function ee_i_lwu (line 1049) | static inline void ee_i_lwu(struct ee_state* ee) { function ee_i_madd (line 1052) | static inline void ee_i_madd(struct ee_state* ee) { function ee_i_madd1 (line 1063) | static inline void ee_i_madd1(struct ee_state* ee) { function ee_i_maddas (line 1074) | static inline void ee_i_maddas(struct ee_state* ee) { function ee_i_madds (line 1082) | static inline void ee_i_madds(struct ee_state* ee) { function ee_i_maddu (line 1096) | static inline void ee_i_maddu(struct ee_state* ee) { function ee_i_maddu1 (line 1107) | static inline void ee_i_maddu1(struct ee_state* ee) { function ee_i_maxs (line 1118) | static inline void ee_i_maxs(struct ee_state* ee) { function ee_i_mfc0 (line 1123) | static inline void ee_i_mfc0(struct ee_state* ee) { function ee_i_mfc1 (line 1126) | static inline void ee_i_mfc1(struct ee_state* ee) { function ee_i_mfhi (line 1129) | static inline void ee_i_mfhi(struct ee_state* ee) { function ee_i_mfhi1 (line 1132) | static inline void ee_i_mfhi1(struct ee_state* ee) { function ee_i_mflo (line 1135) | static inline void ee_i_mflo(struct ee_state* ee) { function ee_i_mflo1 (line 1138) | static inline void ee_i_mflo1(struct ee_state* ee) { function ee_i_mfsa (line 1141) | static inline void ee_i_mfsa(struct ee_state* ee) { function ee_i_mins (line 1144) | static inline void ee_i_mins(struct ee_state* ee) { function ee_i_movn (line 1149) | static inline void ee_i_movn(struct ee_state* ee) { function ee_i_movs (line 1152) | static inline void ee_i_movs(struct ee_state* ee) { function ee_i_movz (line 1155) | static inline void ee_i_movz(struct ee_state* ee) { function ee_i_msubas (line 1158) | static inline void ee_i_msubas(struct ee_state* ee) { function ee_i_msubs (line 1166) | static inline void ee_i_msubs(struct ee_state* ee) { function ee_i_mtc0 (line 1180) | static inline void ee_i_mtc0(struct ee_state* ee) { function ee_i_mtc1 (line 1183) | static inline void ee_i_mtc1(struct ee_state* ee) { function ee_i_mthi (line 1186) | static inline void ee_i_mthi(struct ee_state* ee) { function ee_i_mthi1 (line 1189) | static inline void ee_i_mthi1(struct ee_state* ee) { function ee_i_mtlo (line 1192) | static inline void ee_i_mtlo(struct ee_state* ee) { function ee_i_mtlo1 (line 1195) | static inline void ee_i_mtlo1(struct ee_state* ee) { function ee_i_mtsa (line 1198) | static inline void ee_i_mtsa(struct ee_state* ee) { function ee_i_mtsab (line 1201) | static inline void ee_i_mtsab(struct ee_state* ee) { function ee_i_mtsah (line 1204) | static inline void ee_i_mtsah(struct ee_state* ee) { function ee_i_mulas (line 1207) | static inline void ee_i_mulas(struct ee_state* ee) { function ee_i_muls (line 1215) | static inline void ee_i_muls(struct ee_state* ee) { function ee_i_mult (line 1225) | static inline void ee_i_mult(struct ee_state* ee) { function ee_i_mult1 (line 1233) | static inline void ee_i_mult1(struct ee_state* ee) { function ee_i_multu (line 1241) | static inline void ee_i_multu(struct ee_state* ee) { function ee_i_multu1 (line 1249) | static inline void ee_i_multu1(struct ee_state* ee) { function ee_i_negs (line 1257) | static inline void ee_i_negs(struct ee_state* ee) { function ee_i_nor (line 1262) | static inline void ee_i_nor(struct ee_state* ee) { function ee_i_or (line 1265) | static inline void ee_i_or(struct ee_state* ee) { function ee_i_ori (line 1268) | static inline void ee_i_ori(struct ee_state* ee) { function ee_i_pabsh (line 1271) | static inline void ee_i_pabsh(struct ee_state* ee) { function ee_i_pabsw (line 1288) | static inline void ee_i_pabsw(struct ee_state* ee) { function ee_i_paddb (line 1305) | static inline void ee_i_paddb(struct ee_state* ee) { function ee_i_paddh (line 1322) | static inline void ee_i_paddh(struct ee_state* ee) { function ee_i_paddsb (line 1339) | static inline void ee_i_paddsb(struct ee_state* ee) { function ee_i_paddsh (line 1357) | static inline void ee_i_paddsh(struct ee_state* ee) { function ee_i_paddsw (line 1375) | static inline void ee_i_paddsw(struct ee_state* ee) { function ee_i_paddub (line 1393) | static inline void ee_i_paddub(struct ee_state* ee) { function ee_i_padduh (line 1411) | static inline void ee_i_padduh(struct ee_state* ee) { function ee_i_padduw (line 1429) | static inline void ee_i_padduw(struct ee_state* ee) { function ee_i_paddw (line 1447) | static inline void ee_i_paddw(struct ee_state* ee) { function ee_i_padsbh (line 1464) | static inline void ee_i_padsbh(struct ee_state* ee) { function ee_i_pand (line 1488) | static inline void ee_i_pand(struct ee_state* ee) { function ee_i_pceqb (line 1504) | static inline void ee_i_pceqb(struct ee_state* ee) { function ee_i_pceqh (line 1521) | static inline void ee_i_pceqh(struct ee_state* ee) { function ee_i_pceqw (line 1538) | static inline void ee_i_pceqw(struct ee_state* ee) { function ee_i_pcgtb (line 1555) | static inline void ee_i_pcgtb(struct ee_state* ee) { function ee_i_pcgth (line 1572) | static inline void ee_i_pcgth(struct ee_state* ee) { function ee_i_pcgtw (line 1589) | static inline void ee_i_pcgtw(struct ee_state* ee) { function ee_i_pcpyh (line 1606) | static inline void ee_i_pcpyh(struct ee_state* ee) { function ee_i_pcpyld (line 1634) | static inline void ee_i_pcpyld(struct ee_state* ee) { function ee_i_pcpyud (line 1650) | static inline void ee_i_pcpyud(struct ee_state* ee) { function ee_i_pdivbw (line 1658) | static inline void ee_i_pdivbw(struct ee_state* ee) { printf("ee: pdivbw... function ee_i_pdivuw (line 1659) | static inline void ee_i_pdivuw(struct ee_state* ee) { printf("ee: pdivuw... function ee_i_pdivw (line 1660) | static inline void ee_i_pdivw(struct ee_state* ee) { printf("ee: pdivw u... function ee_i_pexch (line 1661) | static inline void ee_i_pexch(struct ee_state* ee) { function ee_i_pexcw (line 1674) | static inline void ee_i_pexcw(struct ee_state* ee) { function ee_i_pexeh (line 1683) | static inline void ee_i_pexeh(struct ee_state* ee) { function ee_i_pexew (line 1696) | static inline void ee_i_pexew(struct ee_state* ee) { function ee_i_pext5 (line 1705) | static inline void ee_i_pext5(struct ee_state* ee) { function ee_i_pextlb (line 1714) | static inline void ee_i_pextlb(struct ee_state* ee) { function ee_i_pextlh (line 1736) | static inline void ee_i_pextlh(struct ee_state* ee) { function ee_i_pextlw (line 1750) | static inline void ee_i_pextlw(struct ee_state* ee) { function ee_i_pextub (line 1760) | static inline void ee_i_pextub(struct ee_state* ee) { function ee_i_pextuh (line 1782) | static inline void ee_i_pextuh(struct ee_state* ee) { function ee_i_pextuw (line 1796) | static inline void ee_i_pextuw(struct ee_state* ee) { function ee_i_phmadh (line 1806) | static inline void ee_i_phmadh(struct ee_state* ee) { printf("ee: phmadh... function ee_i_phmsbh (line 1807) | static inline void ee_i_phmsbh(struct ee_state* ee) { printf("ee: phmsbh... function ee_i_pinteh (line 1808) | static inline void ee_i_pinteh(struct ee_state* ee) { function ee_i_pinth (line 1822) | static inline void ee_i_pinth(struct ee_state* ee) { function ee_i_plzcw (line 1836) | static inline void ee_i_plzcw(struct ee_state* ee) { function ee_i_pmaddh (line 1847) | static inline void ee_i_pmaddh(struct ee_state* ee) { function ee_i_pmadduw (line 1883) | static inline void ee_i_pmadduw(struct ee_state* ee) { printf("ee: pmadd... function ee_i_pmaddw (line 1884) | static inline void ee_i_pmaddw(struct ee_state* ee) { printf("ee: pmaddw... function ee_i_pmaxh (line 1885) | static inline void ee_i_pmaxh(struct ee_state* ee) { function ee_i_pmaxw (line 1899) | static inline void ee_i_pmaxw(struct ee_state* ee) { function ee_i_pmfhi (line 1909) | static inline void ee_i_pmfhi(struct ee_state* ee) { function ee_i_pmfhllw (line 1912) | static inline void ee_i_pmfhllw(struct ee_state* ee) { function ee_i_pmfhluw (line 1920) | static inline void ee_i_pmfhluw(struct ee_state* ee) { function ee_i_pmfhlslw (line 1928) | static inline void ee_i_pmfhlslw(struct ee_state* ee) { printf("ee: pmfh... function ee_i_pmfhllh (line 1929) | static inline void ee_i_pmfhllh(struct ee_state* ee) { function ee_i_pmfhlsh (line 1942) | static inline void ee_i_pmfhlsh(struct ee_state* ee) { function ee_i_pmflo (line 1954) | static inline void ee_i_pmflo(struct ee_state* ee) { function ee_i_pminh (line 1957) | static inline void ee_i_pminh(struct ee_state* ee) { function ee_i_pminw (line 1971) | static inline void ee_i_pminw(struct ee_state* ee) { function ee_i_pmsubh (line 1981) | static inline void ee_i_pmsubh(struct ee_state* ee) { printf("ee: pmsubh... function ee_i_pmsubw (line 1982) | static inline void ee_i_pmsubw(struct ee_state* ee) { printf("ee: pmsubw... function ee_i_pmthi (line 1983) | static inline void ee_i_pmthi(struct ee_state* ee) { function ee_i_pmthl (line 1986) | static inline void ee_i_pmthl(struct ee_state* ee) { printf("ee: pmthl u... function ee_i_pmtlo (line 1987) | static inline void ee_i_pmtlo(struct ee_state* ee) { function ee_i_pmulth (line 1990) | static inline void ee_i_pmulth(struct ee_state* ee) { function ee_i_pmultuw (line 2008) | static inline void ee_i_pmultuw(struct ee_state* ee) { function ee_i_pmultw (line 2021) | static inline void ee_i_pmultw(struct ee_state* ee) { function ee_i_pnor (line 2034) | static inline void ee_i_pnor(struct ee_state* ee) { function ee_i_por (line 2042) | static inline void ee_i_por(struct ee_state* ee) { function ee_i_ppac5 (line 2050) | static inline void ee_i_ppac5(struct ee_state* ee) { function ee_i_ppacb (line 2071) | static inline void ee_i_ppacb(struct ee_state* ee) { function ee_i_ppach (line 2093) | static inline void ee_i_ppach(struct ee_state* ee) { function ee_i_ppacw (line 2107) | static inline void ee_i_ppacw(struct ee_state* ee) { function ee_i_pref (line 2117) | static inline void ee_i_pref(struct ee_state* ee) { function ee_i_prevh (line 2120) | static inline void ee_i_prevh(struct ee_state* ee) { function ee_i_prot3w (line 2133) | static inline void ee_i_prot3w(struct ee_state* ee) { function ee_i_psllh (line 2142) | static inline void ee_i_psllh(struct ee_state* ee) { function ee_i_psllvw (line 2156) | static inline void ee_i_psllvw(struct ee_state* ee) { printf("ee: psllvw... function ee_i_psllw (line 2157) | static inline void ee_i_psllw(struct ee_state* ee) { function ee_i_psrah (line 2167) | static inline void ee_i_psrah(struct ee_state* ee) { function ee_i_psravw (line 2181) | static inline void ee_i_psravw(struct ee_state* ee) { printf("ee: psravw... function ee_i_psraw (line 2182) | static inline void ee_i_psraw(struct ee_state* ee) { function ee_i_psrlh (line 2192) | static inline void ee_i_psrlh(struct ee_state* ee) { function ee_i_psrlvw (line 2206) | static inline void ee_i_psrlvw(struct ee_state* ee) { function ee_i_psrlw (line 2214) | static inline void ee_i_psrlw(struct ee_state* ee) { function ee_i_psubb (line 2224) | static inline void ee_i_psubb(struct ee_state* ee) { function ee_i_psubh (line 2246) | static inline void ee_i_psubh(struct ee_state* ee) { function ee_i_psubsb (line 2260) | static inline void ee_i_psubsb(struct ee_state* ee) { function ee_i_psubsh (line 2299) | static inline void ee_i_psubsh(struct ee_state* ee) { function ee_i_psubsw (line 2322) | static inline void ee_i_psubsw(struct ee_state* ee) { function ee_i_psubub (line 2337) | static inline void ee_i_psubub(struct ee_state* ee) { function ee_i_psubuh (line 2376) | static inline void ee_i_psubuh(struct ee_state* ee) { function ee_i_psubuw (line 2399) | static inline void ee_i_psubuw(struct ee_state* ee) { function ee_i_psubw (line 2414) | static inline void ee_i_psubw(struct ee_state* ee) { function ee_i_pxor (line 2424) | static inline void ee_i_pxor(struct ee_state* ee) { function ee_i_qfsrv (line 2432) | static inline void ee_i_qfsrv(struct ee_state* ee) { function ee_i_qmfc2 (line 2462) | static inline void ee_i_qmfc2(struct ee_state* ee) { function ee_i_qmtc2 (line 2469) | static inline void ee_i_qmtc2(struct ee_state* ee) { function ee_i_rsqrts (line 2477) | static inline void ee_i_rsqrts(struct ee_state* ee) { function ee_i_sb (line 2501) | static inline void ee_i_sb(struct ee_state* ee) { function ee_i_sd (line 2504) | static inline void ee_i_sd(struct ee_state* ee) { function ee_i_sdl (line 2507) | static inline void ee_i_sdl(struct ee_state* ee) { function ee_i_sdr (line 2520) | static inline void ee_i_sdr(struct ee_state* ee) { function ee_i_sh (line 2533) | static inline void ee_i_sh(struct ee_state* ee) { function ee_i_sll (line 2536) | static inline void ee_i_sll(struct ee_state* ee) { function ee_i_sllv (line 2539) | static inline void ee_i_sllv(struct ee_state* ee) { function ee_i_slt (line 2542) | static inline void ee_i_slt(struct ee_state* ee) { function ee_i_slti (line 2545) | static inline void ee_i_slti(struct ee_state* ee) { function ee_i_sltiu (line 2548) | static inline void ee_i_sltiu(struct ee_state* ee) { function ee_i_sltu (line 2551) | static inline void ee_i_sltu(struct ee_state* ee) { function ee_i_sq (line 2554) | static inline void ee_i_sq(struct ee_state* ee) { function ee_i_sqc2 (line 2557) | static inline void ee_i_sqc2(struct ee_state* ee) { function ee_i_sqrts (line 2560) | static inline void ee_i_sqrts(struct ee_state* ee) { function ee_i_sra (line 2576) | static inline void ee_i_sra(struct ee_state* ee) { function ee_i_srav (line 2579) | static inline void ee_i_srav(struct ee_state* ee) { function ee_i_srl (line 2582) | static inline void ee_i_srl(struct ee_state* ee) { function ee_i_srlv (line 2585) | static inline void ee_i_srlv(struct ee_state* ee) { function ee_i_sub (line 2588) | static inline void ee_i_sub(struct ee_state* ee) { function ee_i_subas (line 2599) | static inline void ee_i_subas(struct ee_state* ee) { function ee_i_subs (line 2607) | static inline void ee_i_subs(struct ee_state* ee) { function ee_i_subu (line 2617) | static inline void ee_i_subu(struct ee_state* ee) { function ee_i_sw (line 2620) | static inline void ee_i_sw(struct ee_state* ee) { function ee_i_swc1 (line 2623) | static inline void ee_i_swc1(struct ee_state* ee) { function ee_i_swl (line 2626) | static inline void ee_i_swl(struct ee_state* ee) { function ee_i_swr (line 2639) | static inline void ee_i_swr(struct ee_state* ee) { function ee_i_sync (line 2652) | static inline void ee_i_sync(struct ee_state* ee) { function ee_i_syscall (line 2658) | static inline void ee_i_syscall(struct ee_state* ee) { function ee_i_teq (line 2669) | static inline void ee_i_teq(struct ee_state* ee) { function ee_i_teqi (line 2672) | static inline void ee_i_teqi(struct ee_state* ee) { function ee_i_tge (line 2675) | static inline void ee_i_tge(struct ee_state* ee) { printf("ee: tge unimp... function ee_i_tgei (line 2676) | static inline void ee_i_tgei(struct ee_state* ee) { printf("ee: tgei uni... function ee_i_tgeiu (line 2677) | static inline void ee_i_tgeiu(struct ee_state* ee) { printf("ee: tgeiu u... function ee_i_tgeu (line 2678) | static inline void ee_i_tgeu(struct ee_state* ee) { printf("ee: tgeu uni... function ee_i_tlbp (line 2679) | static inline void ee_i_tlbp(struct ee_state* ee) { printf("ee: tlbp uni... function ee_i_tlbr (line 2680) | static inline void ee_i_tlbr(struct ee_state* ee) { printf("ee: tlbr uni... function ee_i_tlbwi (line 2681) | static inline void ee_i_tlbwi(struct ee_state* ee) { function ee_i_tlbwr (line 2691) | static inline void ee_i_tlbwr(struct ee_state* ee) { return; printf("ee:... function ee_i_tlt (line 2692) | static inline void ee_i_tlt(struct ee_state* ee) { printf("ee: tlt unimp... function ee_i_tlti (line 2693) | static inline void ee_i_tlti(struct ee_state* ee) { printf("ee: tlti uni... function ee_i_tltiu (line 2694) | static inline void ee_i_tltiu(struct ee_state* ee) { printf("ee: tltiu u... function ee_i_tltu (line 2695) | static inline void ee_i_tltu(struct ee_state* ee) { printf("ee: tltu uni... function ee_i_tne (line 2696) | static inline void ee_i_tne(struct ee_state* ee) { function ee_i_tnei (line 2699) | static inline void ee_i_tnei(struct ee_state* ee) { printf("ee: tnei uni... function ee_i_vabs (line 2700) | static inline void ee_i_vabs(struct ee_state* ee) { VU_UPPER(abs) } function ee_i_vadd (line 2701) | static inline void ee_i_vadd(struct ee_state* ee) { VU_UPPER(add) } function ee_i_vadda (line 2702) | static inline void ee_i_vadda(struct ee_state* ee) { VU_UPPER(adda) } function ee_i_vaddai (line 2703) | static inline void ee_i_vaddai(struct ee_state* ee) { VU_UPPER(addai) } function ee_i_vaddaq (line 2704) | static inline void ee_i_vaddaq(struct ee_state* ee) { VU_UPPER(addaq) } function ee_i_vaddaw (line 2705) | static inline void ee_i_vaddaw(struct ee_state* ee) { VU_UPPER(addaw) } function ee_i_vaddax (line 2706) | static inline void ee_i_vaddax(struct ee_state* ee) { VU_UPPER(addax) } function ee_i_vadday (line 2707) | static inline void ee_i_vadday(struct ee_state* ee) { VU_UPPER(adday) } function ee_i_vaddaz (line 2708) | static inline void ee_i_vaddaz(struct ee_state* ee) { VU_UPPER(addaz) } function ee_i_vaddi (line 2709) | static inline void ee_i_vaddi(struct ee_state* ee) { VU_UPPER(addi) } function ee_i_vaddq (line 2710) | static inline void ee_i_vaddq(struct ee_state* ee) { VU_UPPER(addq) } function ee_i_vaddw (line 2711) | static inline void ee_i_vaddw(struct ee_state* ee) { VU_UPPER(addw) } function ee_i_vaddx (line 2712) | static inline void ee_i_vaddx(struct ee_state* ee) { VU_UPPER(addx) } function ee_i_vaddy (line 2713) | static inline void ee_i_vaddy(struct ee_state* ee) { VU_UPPER(addy) } function ee_i_vaddz (line 2714) | static inline void ee_i_vaddz(struct ee_state* ee) { VU_UPPER(addz) } function ee_i_vcallms (line 2715) | static inline void ee_i_vcallms(struct ee_state* ee) { function ee_i_vcallmsr (line 2718) | static inline void ee_i_vcallmsr(struct ee_state* ee) { function ee_i_vclipw (line 2721) | static inline void ee_i_vclipw(struct ee_state* ee) { VU_UPPER(clip) } function ee_i_vdiv (line 2722) | static inline void ee_i_vdiv(struct ee_state* ee) { VU_LOWER(div) } function ee_i_vftoi0 (line 2723) | static inline void ee_i_vftoi0(struct ee_state* ee) { VU_UPPER(ftoi0) } function ee_i_vftoi12 (line 2724) | static inline void ee_i_vftoi12(struct ee_state* ee) { VU_UPPER(ftoi12) } function ee_i_vftoi15 (line 2725) | static inline void ee_i_vftoi15(struct ee_state* ee) { VU_UPPER(ftoi15) } function ee_i_vftoi4 (line 2726) | static inline void ee_i_vftoi4(struct ee_state* ee) { VU_UPPER(ftoi4) } function ee_i_viadd (line 2727) | static inline void ee_i_viadd(struct ee_state* ee) { VU_LOWER(iadd) } function ee_i_viaddi (line 2728) | static inline void ee_i_viaddi(struct ee_state* ee) { VU_LOWER(iaddi) } function ee_i_viand (line 2729) | static inline void ee_i_viand(struct ee_state* ee) { VU_LOWER(iand) } function ee_i_vilwr (line 2730) | static inline void ee_i_vilwr(struct ee_state* ee) { VU_LOWER(ilwr) } function ee_i_vior (line 2731) | static inline void ee_i_vior(struct ee_state* ee) { VU_LOWER(ior) } function ee_i_visub (line 2732) | static inline void ee_i_visub(struct ee_state* ee) { VU_LOWER(isub) } function ee_i_viswr (line 2733) | static inline void ee_i_viswr(struct ee_state* ee) { VU_LOWER(iswr) } function ee_i_vitof0 (line 2734) | static inline void ee_i_vitof0(struct ee_state* ee) { VU_UPPER(itof0) } function ee_i_vitof12 (line 2735) | static inline void ee_i_vitof12(struct ee_state* ee) { VU_UPPER(itof12) } function ee_i_vitof15 (line 2736) | static inline void ee_i_vitof15(struct ee_state* ee) { VU_UPPER(itof15) } function ee_i_vitof4 (line 2737) | static inline void ee_i_vitof4(struct ee_state* ee) { VU_UPPER(itof4) } function ee_i_vlqd (line 2738) | static inline void ee_i_vlqd(struct ee_state* ee) { VU_LOWER(lqd) } function ee_i_vlqi (line 2739) | static inline void ee_i_vlqi(struct ee_state* ee) { VU_LOWER(lqi) } function ee_i_vmadd (line 2740) | static inline void ee_i_vmadd(struct ee_state* ee) { VU_UPPER(madd) } function ee_i_vmadda (line 2741) | static inline void ee_i_vmadda(struct ee_state* ee) { VU_UPPER(madda) } function ee_i_vmaddai (line 2742) | static inline void ee_i_vmaddai(struct ee_state* ee) { VU_UPPER(maddai) } function ee_i_vmaddaq (line 2743) | static inline void ee_i_vmaddaq(struct ee_state* ee) { VU_UPPER(maddaq) } function ee_i_vmaddaw (line 2744) | static inline void ee_i_vmaddaw(struct ee_state* ee) { VU_UPPER(maddaw) } function ee_i_vmaddax (line 2745) | static inline void ee_i_vmaddax(struct ee_state* ee) { VU_UPPER(maddax) } function ee_i_vmadday (line 2746) | static inline void ee_i_vmadday(struct ee_state* ee) { VU_UPPER(madday) } function ee_i_vmaddaz (line 2747) | static inline void ee_i_vmaddaz(struct ee_state* ee) { VU_UPPER(maddaz) } function ee_i_vmaddi (line 2748) | static inline void ee_i_vmaddi(struct ee_state* ee) { VU_UPPER(maddi) } function ee_i_vmaddq (line 2749) | static inline void ee_i_vmaddq(struct ee_state* ee) { VU_UPPER(maddq) } function ee_i_vmaddw (line 2750) | static inline void ee_i_vmaddw(struct ee_state* ee) { VU_UPPER(maddw) } function ee_i_vmaddx (line 2751) | static inline void ee_i_vmaddx(struct ee_state* ee) { VU_UPPER(maddx) } function ee_i_vmaddy (line 2752) | static inline void ee_i_vmaddy(struct ee_state* ee) { VU_UPPER(maddy) } function ee_i_vmaddz (line 2753) | static inline void ee_i_vmaddz(struct ee_state* ee) { VU_UPPER(maddz) } function ee_i_vmax (line 2754) | static inline void ee_i_vmax(struct ee_state* ee) { VU_UPPER(max) } function ee_i_vmaxi (line 2755) | static inline void ee_i_vmaxi(struct ee_state* ee) { VU_UPPER(maxi) } function ee_i_vmaxw (line 2756) | static inline void ee_i_vmaxw(struct ee_state* ee) { VU_UPPER(maxw) } function ee_i_vmaxx (line 2757) | static inline void ee_i_vmaxx(struct ee_state* ee) { VU_UPPER(maxx) } function ee_i_vmaxy (line 2758) | static inline void ee_i_vmaxy(struct ee_state* ee) { VU_UPPER(maxy) } function ee_i_vmaxz (line 2759) | static inline void ee_i_vmaxz(struct ee_state* ee) { VU_UPPER(maxz) } function ee_i_vmfir (line 2760) | static inline void ee_i_vmfir(struct ee_state* ee) { VU_UPPER(mfir) } function ee_i_vmini (line 2761) | static inline void ee_i_vmini(struct ee_state* ee) { VU_UPPER(mini) } function ee_i_vminii (line 2762) | static inline void ee_i_vminii(struct ee_state* ee) { VU_UPPER(minii) } function ee_i_vminiw (line 2763) | static inline void ee_i_vminiw(struct ee_state* ee) { VU_UPPER(miniw) } function ee_i_vminix (line 2764) | static inline void ee_i_vminix(struct ee_state* ee) { VU_UPPER(minix) } function ee_i_vminiy (line 2765) | static inline void ee_i_vminiy(struct ee_state* ee) { VU_UPPER(miniy) } function ee_i_vminiz (line 2766) | static inline void ee_i_vminiz(struct ee_state* ee) { VU_UPPER(miniz) } function ee_i_vmove (line 2767) | static inline void ee_i_vmove(struct ee_state* ee) { VU_LOWER(move) } function ee_i_vmr32 (line 2768) | static inline void ee_i_vmr32(struct ee_state* ee) { VU_LOWER(mr32) } function ee_i_vmsub (line 2769) | static inline void ee_i_vmsub(struct ee_state* ee) { VU_UPPER(msub) } function ee_i_vmsuba (line 2770) | static inline void ee_i_vmsuba(struct ee_state* ee) { VU_UPPER(msuba) } function ee_i_vmsubai (line 2771) | static inline void ee_i_vmsubai(struct ee_state* ee) { VU_UPPER(msubai) } function ee_i_vmsubaq (line 2772) | static inline void ee_i_vmsubaq(struct ee_state* ee) { VU_UPPER(msubaq) } function ee_i_vmsubaw (line 2773) | static inline void ee_i_vmsubaw(struct ee_state* ee) { VU_UPPER(msubaw) } function ee_i_vmsubax (line 2774) | static inline void ee_i_vmsubax(struct ee_state* ee) { VU_UPPER(msubax) } function ee_i_vmsubay (line 2775) | static inline void ee_i_vmsubay(struct ee_state* ee) { VU_UPPER(msubay) } function ee_i_vmsubaz (line 2776) | static inline void ee_i_vmsubaz(struct ee_state* ee) { VU_UPPER(msubaz) } function ee_i_vmsubi (line 2777) | static inline void ee_i_vmsubi(struct ee_state* ee) { VU_UPPER(msubi) } function ee_i_vmsubq (line 2778) | static inline void ee_i_vmsubq(struct ee_state* ee) { VU_UPPER(msubq) } function ee_i_vmsubw (line 2779) | static inline void ee_i_vmsubw(struct ee_state* ee) { VU_UPPER(msubw) } function ee_i_vmsubx (line 2780) | static inline void ee_i_vmsubx(struct ee_state* ee) { VU_UPPER(msubx) } function ee_i_vmsuby (line 2781) | static inline void ee_i_vmsuby(struct ee_state* ee) { VU_UPPER(msuby) } function ee_i_vmsubz (line 2782) | static inline void ee_i_vmsubz(struct ee_state* ee) { VU_UPPER(msubz) } function ee_i_vmtir (line 2783) | static inline void ee_i_vmtir(struct ee_state* ee) { VU_LOWER(mtir) } function ee_i_vmul (line 2784) | static inline void ee_i_vmul(struct ee_state* ee) { VU_UPPER(mul) } function ee_i_vmula (line 2785) | static inline void ee_i_vmula(struct ee_state* ee) { VU_UPPER(mula) } function ee_i_vmulai (line 2786) | static inline void ee_i_vmulai(struct ee_state* ee) { VU_UPPER(mulai) } function ee_i_vmulaq (line 2787) | static inline void ee_i_vmulaq(struct ee_state* ee) { VU_UPPER(mulaq) } function ee_i_vmulaw (line 2788) | static inline void ee_i_vmulaw(struct ee_state* ee) { VU_UPPER(mulaw) } function ee_i_vmulax (line 2789) | static inline void ee_i_vmulax(struct ee_state* ee) { VU_UPPER(mulax) } function ee_i_vmulay (line 2790) | static inline void ee_i_vmulay(struct ee_state* ee) { VU_UPPER(mulay) } function ee_i_vmulaz (line 2791) | static inline void ee_i_vmulaz(struct ee_state* ee) { VU_UPPER(mulaz) } function ee_i_vmuli (line 2792) | static inline void ee_i_vmuli(struct ee_state* ee) { VU_UPPER(muli) } function ee_i_vmulq (line 2793) | static inline void ee_i_vmulq(struct ee_state* ee) { VU_UPPER(mulq) } function ee_i_vmulw (line 2794) | static inline void ee_i_vmulw(struct ee_state* ee) { VU_UPPER(mulw) } function ee_i_vmulx (line 2795) | static inline void ee_i_vmulx(struct ee_state* ee) { VU_UPPER(mulx) } function ee_i_vmuly (line 2796) | static inline void ee_i_vmuly(struct ee_state* ee) { VU_UPPER(muly) } function ee_i_vmulz (line 2797) | static inline void ee_i_vmulz(struct ee_state* ee) { VU_UPPER(mulz) } function ee_i_vnop (line 2798) | static inline void ee_i_vnop(struct ee_state* ee) { VU_UPPER(nop) } function ee_i_vopmsub (line 2799) | static inline void ee_i_vopmsub(struct ee_state* ee) { VU_UPPER(opmsub) } function ee_i_vopmula (line 2800) | static inline void ee_i_vopmula(struct ee_state* ee) { VU_UPPER(opmula) } function ee_i_vrget (line 2801) | static inline void ee_i_vrget(struct ee_state* ee) { VU_LOWER(rget) } function ee_i_vrinit (line 2802) | static inline void ee_i_vrinit(struct ee_state* ee) { VU_LOWER(rinit) } function ee_i_vrnext (line 2803) | static inline void ee_i_vrnext(struct ee_state* ee) { VU_LOWER(rnext) } function ee_i_vrsqrt (line 2804) | static inline void ee_i_vrsqrt(struct ee_state* ee) { VU_LOWER(rsqrt) } function ee_i_vrxor (line 2805) | static inline void ee_i_vrxor(struct ee_state* ee) { VU_LOWER(rxor) } function ee_i_vsqd (line 2806) | static inline void ee_i_vsqd(struct ee_state* ee) { VU_LOWER(sqd) } function ee_i_vsqi (line 2807) | static inline void ee_i_vsqi(struct ee_state* ee) { VU_LOWER(sqi) } function ee_i_vsqrt (line 2808) | static inline void ee_i_vsqrt(struct ee_state* ee) { VU_LOWER(sqrt) } function ee_i_vsub (line 2809) | static inline void ee_i_vsub(struct ee_state* ee) { VU_UPPER(sub) } function ee_i_vsuba (line 2810) | static inline void ee_i_vsuba(struct ee_state* ee) { VU_UPPER(suba) } function ee_i_vsubai (line 2811) | static inline void ee_i_vsubai(struct ee_state* ee) { VU_UPPER(subai) } function ee_i_vsubaq (line 2812) | static inline void ee_i_vsubaq(struct ee_state* ee) { VU_UPPER(subaq) } function ee_i_vsubaw (line 2813) | static inline void ee_i_vsubaw(struct ee_state* ee) { VU_UPPER(subaw) } function ee_i_vsubax (line 2814) | static inline void ee_i_vsubax(struct ee_state* ee) { VU_UPPER(subax) } function ee_i_vsubay (line 2815) | static inline void ee_i_vsubay(struct ee_state* ee) { VU_UPPER(subay) } function ee_i_vsubaz (line 2816) | static inline void ee_i_vsubaz(struct ee_state* ee) { VU_UPPER(subaz) } function ee_i_vsubi (line 2817) | static inline void ee_i_vsubi(struct ee_state* ee) { VU_UPPER(subi) } function ee_i_vsubq (line 2818) | static inline void ee_i_vsubq(struct ee_state* ee) { VU_UPPER(subq) } function ee_i_vsubw (line 2819) | static inline void ee_i_vsubw(struct ee_state* ee) { VU_UPPER(subw) } function ee_i_vsubx (line 2820) | static inline void ee_i_vsubx(struct ee_state* ee) { VU_UPPER(subx) } function ee_i_vsuby (line 2821) | static inline void ee_i_vsuby(struct ee_state* ee) { VU_UPPER(suby) } function ee_i_vsubz (line 2822) | static inline void ee_i_vsubz(struct ee_state* ee) { VU_UPPER(subz) } function ee_i_vwaitq (line 2823) | static inline void ee_i_vwaitq(struct ee_state* ee) { VU_LOWER(waitq) } function ee_i_xor (line 2824) | static inline void ee_i_xor(struct ee_state* ee) { function ee_i_xori (line 2827) | static inline void ee_i_xori(struct ee_state* ee) { type ee_state (line 2831) | struct ee_state type ee_state (line 2832) | struct ee_state function ee_init (line 2835) | void ee_init(struct ee_state* ee, struct vu_state* vu0, struct vu_state*... function ee_execute (line 2856) | static inline void ee_execute(struct ee_state* ee) { function ee_cycle (line 3354) | void ee_cycle(struct ee_state* ee) { function ee_reset (line 3482) | void ee_reset(struct ee_state* ee) { function ee_destroy (line 3512) | void ee_destroy(struct ee_state* ee) { function ee_run_block (line 3518) | void ee_run_block(struct ee_state* ee, int cycles) { FILE: src/ee/ee_uncached.h type ee_bus_s (line 16) | struct ee_bus_s { type ee_vtlb_entry (line 111) | struct ee_vtlb_entry { type ee_state (line 143) | struct ee_state { type ee_state (line 214) | struct ee_state type ee_state (line 215) | struct ee_state type vu_state (line 215) | struct vu_state type vu_state (line 215) | struct vu_state type ee_bus_s (line 215) | struct ee_bus_s type ee_state (line 216) | struct ee_state type ee_state (line 217) | struct ee_state type ee_state (line 218) | struct ee_state type ee_state (line 219) | struct ee_state type ee_state (line 220) | struct ee_state type ee_state (line 221) | struct ee_state FILE: src/ee/gif.c type ps2_gif (line 74) | struct ps2_gif type ps2_gif (line 75) | struct ps2_gif function ps2_gif_init (line 78) | void ps2_gif_init(struct ps2_gif* gif, struct vu_state* vu1, struct ps2_... function ps2_gif_reset (line 92) | void ps2_gif_reset(struct ps2_gif* gif) { function ps2_gif_destroy (line 112) | void ps2_gif_destroy(struct ps2_gif* gif) { function ps2_gif_read32 (line 119) | uint64_t ps2_gif_read32(struct ps2_gif* gif, uint32_t addr) { function ps2_gif_write32 (line 141) | void ps2_gif_write32(struct ps2_gif* gif, uint32_t addr, uint64_t data) { function gif_handle_tag (line 199) | void gif_handle_tag(struct ps2_gif* gif, uint128_t data) { function ps2_gif_write128 (line 337) | void ps2_gif_write128(struct ps2_gif* gif, uint32_t addr, uint128_t data) { function ps2_gif_fifo_write (line 341) | void ps2_gif_fifo_write(struct ps2_gif* gif, uint128_t data, int path) { function ps2_gif_set_backend (line 373) | void ps2_gif_set_backend(struct ps2_gif* gif, void* udata, void (*func)(... FILE: src/ee/gif.h type gif_tag (line 22) | struct gif_tag { type ps2_gif (line 36) | struct ps2_gif { type ps2_gif (line 63) | struct ps2_gif type ps2_gif (line 64) | struct ps2_gif type vu_state (line 64) | struct vu_state type ps2_gs (line 64) | struct ps2_gs type ps2_gif (line 65) | struct ps2_gif type ps2_gif (line 66) | struct ps2_gif type ps2_gif (line 67) | struct ps2_gif type ps2_gif (line 68) | struct ps2_gif type ps2_gif (line 69) | struct ps2_gif type ps2_gif (line 70) | struct ps2_gif type ps2_gif (line 71) | struct ps2_gif FILE: src/ee/intc.c function intc_check_irq (line 8) | static inline void intc_check_irq(struct ps2_intc* intc) { type ps2_intc (line 12) | struct ps2_intc type ps2_intc (line 13) | struct ps2_intc function ps2_intc_init (line 16) | void ps2_intc_init(struct ps2_intc* intc, struct ee_state* ee, struct sc... function ps2_intc_destroy (line 23) | void ps2_intc_destroy(struct ps2_intc* intc) { function ps2_intc_read32 (line 27) | uint64_t ps2_intc_read32(struct ps2_intc* intc, uint32_t addr) { function ps2_intc_write8 (line 38) | void ps2_intc_write8(struct ps2_intc* intc, uint32_t addr, uint64_t data) { function ps2_intc_write16 (line 51) | void ps2_intc_write16(struct ps2_intc* intc, uint32_t addr, uint64_t dat... function intc_check_irq_event (line 64) | void intc_check_irq_event(void* udata, int overshoot) { function ps2_intc_write32 (line 70) | void ps2_intc_write32(struct ps2_intc* intc, uint32_t addr, uint64_t dat... function ps2_intc_write64 (line 88) | void ps2_intc_write64(struct ps2_intc* intc, uint32_t addr, uint64_t dat... function ps2_intc_irq (line 101) | void ps2_intc_irq(struct ps2_intc* intc, int dev) { FILE: src/ee/intc.h type ps2_intc (line 1) | struct ps2_intc type ps2_intc (line 32) | struct ps2_intc { type ps2_intc (line 40) | struct ps2_intc type ps2_intc (line 41) | struct ps2_intc type ee_state (line 41) | struct ee_state type sched_state (line 41) | struct sched_state type ps2_intc (line 42) | struct ps2_intc type ps2_intc (line 43) | struct ps2_intc type ps2_intc (line 44) | struct ps2_intc type ps2_intc (line 45) | struct ps2_intc type ps2_intc (line 46) | struct ps2_intc type ps2_intc (line 47) | struct ps2_intc type ps2_intc (line 48) | struct ps2_intc FILE: src/ee/timers.c type ps2_ee_timers (line 9) | struct ps2_ee_timers type ps2_ee_timers (line 11) | struct ps2_ee_timers type ps2_ee_timers (line 12) | struct ps2_ee_timers function ee_timers_update_active_mask (line 15) | static inline void ee_timers_update_active_mask(struct ps2_ee_timers* ti... function ps2_ee_timers_init (line 25) | void ps2_ee_timers_init(struct ps2_ee_timers* timers, struct ps2_intc* i... function ee_timers_update_event (line 40) | static inline void ee_timers_update_event(struct ee_timer* t) { function ee_timers_cycles_until_check (line 65) | static inline uint32_t ee_timers_cycles_until_check(struct ee_timer* t) { function ee_timers_advance_counter (line 89) | static inline void ee_timers_advance_counter(struct ps2_ee_timers* timer... function ee_timers_sync_timer (line 159) | static inline void ee_timers_sync_timer(struct ps2_ee_timers* timers, st... function ee_timers_irq_event_cb (line 197) | static void ee_timers_irq_event_cb(void* udata, int overshoot) { function ee_timers_schedule_next_irq_event (line 221) | static void ee_timers_schedule_next_irq_event(struct ps2_ee_timers* time... function ee_timers_write_counter (line 257) | void ee_timers_write_counter(struct ps2_ee_timers* timers, int t, uint32... function ee_timers_write_compare (line 275) | void ee_timers_write_compare(struct ps2_ee_timers* timers, int t, uint32... function ps2_ee_timers_destroy (line 303) | void ps2_ee_timers_destroy(struct ps2_ee_timers* timers) { function ee_timers_write_mode (line 307) | static inline void ee_timers_write_mode(struct ps2_ee_timers* timers, in... function ps2_ee_timers_tick (line 371) | void ps2_ee_timers_tick(struct ps2_ee_timers* timers) { function ps2_ee_timers_tick_cycles (line 375) | void ps2_ee_timers_tick_cycles(struct ps2_ee_timers* timers, uint32_t cy... function ps2_ee_timers_write16 (line 395) | void ps2_ee_timers_write16(struct ps2_ee_timers* timers, uint32_t addr, ... function ps2_ee_timers_write32 (line 410) | void ps2_ee_timers_write32(struct ps2_ee_timers* timers, uint32_t addr, ... function ps2_ee_timers_read16 (line 423) | uint64_t ps2_ee_timers_read16(struct ps2_ee_timers* timers, uint32_t add... function ps2_ee_timers_read32 (line 445) | uint64_t ps2_ee_timers_read32(struct ps2_ee_timers* timers, uint32_t add... FILE: src/ee/timers.h type ee_timer (line 13) | struct ee_timer { type ps2_ee_timers (line 44) | struct ps2_ee_timers { type ps2_ee_timers (line 57) | struct ps2_ee_timers type ps2_ee_timers (line 58) | struct ps2_ee_timers type ps2_intc (line 58) | struct ps2_intc type sched_state (line 58) | struct sched_state type ps2_ee_timers (line 59) | struct ps2_ee_timers type ps2_ee_timers (line 60) | struct ps2_ee_timers type ps2_ee_timers (line 61) | struct ps2_ee_timers type ps2_ee_timers (line 62) | struct ps2_ee_timers type ps2_ee_timers (line 63) | struct ps2_ee_timers type ps2_ee_timers (line 64) | struct ps2_ee_timers type ps2_ee_timers (line 65) | struct ps2_ee_timers type ps2_ee_timers (line 66) | struct ps2_ee_timers type ps2_ee_timers (line 67) | struct ps2_ee_timers type ps2_ee_timers (line 68) | struct ps2_ee_timers FILE: src/ee/vif.c type ps2_vif (line 11) | struct ps2_vif type ps2_vif (line 12) | struct ps2_vif function ps2_vif_init (line 15) | void ps2_vif_init(struct ps2_vif* vif, int id, struct vu_state* vu, stru... function ps2_vif_destroy (line 26) | void ps2_vif_destroy(struct ps2_vif* vif) { function vif_write_vu_mem (line 30) | static inline void vif_write_vu_mem(struct ps2_vif* vif, uint128_t data) { function vif0_send_irq (line 106) | void vif0_send_irq(void* udata, int overshoot) { function vif1_send_irq (line 112) | void vif1_send_irq(void* udata, int overshoot) { function vif_handle_fifo_write (line 118) | static inline void vif_handle_fifo_write(struct ps2_vif* vif, uint32_t d... function ps2_vif_read32 (line 803) | uint64_t ps2_vif_read32(struct ps2_vif* vif, uint32_t addr) { function ps2_vif_write32 (line 869) | void ps2_vif_write32(struct ps2_vif* vif, uint32_t addr, uint64_t data) { function uint128_t (line 909) | uint128_t ps2_vif_read128(struct ps2_vif* vif, uint32_t addr) { function ps2_vif_write128 (line 924) | void ps2_vif_write128(struct ps2_vif* vif, uint32_t addr, uint128_t data) { FILE: src/ee/vif.h type ps2_vif (line 58) | struct ps2_vif { type ps2_vif (line 106) | struct ps2_vif type ps2_vif (line 107) | struct ps2_vif type vu_state (line 107) | struct vu_state type ps2_gif (line 107) | struct ps2_gif type ps2_intc (line 107) | struct ps2_intc type sched_state (line 107) | struct sched_state type ee_bus (line 107) | struct ee_bus type ps2_vif (line 108) | struct ps2_vif type ps2_vif (line 109) | struct ps2_vif type ps2_vif (line 110) | struct ps2_vif type ps2_vif (line 111) | struct ps2_vif type ps2_vif (line 112) | struct ps2_vif FILE: src/ee/vu.h type vu_state (line 1) | struct vu_state type vu_reg128 (line 16) | struct vu_reg128 { type vu_reg32 (line 34) | struct vu_reg32 { type vu_instruction (line 51) | struct vu_instruction { type vu_state (line 81) | struct vu_state type vu_state (line 83) | struct vu_state type vu_state (line 84) | struct vu_state type ps2_gif (line 84) | struct ps2_gif type ps2_vif (line 84) | struct ps2_vif type vu_state (line 84) | struct vu_state type vu_state (line 85) | struct vu_state type vu_state (line 88) | struct vu_state type vu_state (line 89) | struct vu_state type vu_state (line 90) | struct vu_state type vu_state (line 91) | struct vu_state type vu_state (line 92) | struct vu_state type vu_state (line 93) | struct vu_state type vu_state (line 94) | struct vu_state type vu_state (line 95) | struct vu_state type vu_state (line 96) | struct vu_state type vu_state (line 97) | struct vu_state type vu_state (line 98) | struct vu_state type vu_state (line 99) | struct vu_state type vu_state (line 100) | struct vu_state type vu_state (line 101) | struct vu_state type vu_state (line 102) | struct vu_state type vu_state (line 103) | struct vu_state type vu_state (line 104) | struct vu_state type vu_state (line 106) | struct vu_state type vu_state (line 107) | struct vu_state type vu_state (line 108) | struct vu_state type vu_state (line 109) | struct vu_state type vu_state (line 110) | struct vu_state type vu_state (line 111) | struct vu_state type vu_state (line 112) | struct vu_state type vu_state (line 113) | struct vu_state FILE: src/ee/vu_cached.cpp function unreachable (line 38) | [[noreturn]] inline void unreachable() { type vu_state (line 49) | struct vu_state type vu_state (line 50) | struct vu_state function vu_init (line 53) | void vu_init(struct vu_state* vu, int id, struct ps2_gif* gif, struct ps... function vu_destroy (line 82) | void vu_destroy(struct vu_state* vu) { function vu_max (line 89) | static inline uint32_t vu_max(int32_t a, int32_t b) { function vu_min (line 93) | static inline uint32_t vu_min(int32_t a, int32_t b) { function vu_atan (line 97) | static inline float vu_atan(float t) { function vu_update_status (line 115) | static inline void vu_update_status(struct vu_state* vu) { function vu_set_q (line 126) | static inline void vu_set_q(struct vu_state* vu, float value, int delay) { function vu_get_q (line 135) | static inline struct vu_reg32 vu_get_q(struct vu_state* vu) { function vu_update_flags (line 143) | static inline float vu_update_flags(struct vu_state* vu, float value, in... function vu_clear_flags (line 184) | static inline void vu_clear_flags(struct vu_state* vu, int index) { function vu_cvtf (line 188) | static inline float vu_cvtf(uint32_t value) { function vu_cvti (line 206) | int32_t vu_cvti(float value) { function vu_set_vf (line 216) | static inline void vu_set_vf(struct vu_state* vu, int r, int f, float v) { function vu_set_vfu (line 220) | static inline void vu_set_vfu(struct vu_state* vu, int r, int f, int32_t... function vu_set_vf_x (line 224) | static inline void vu_set_vf_x(struct vu_state* vu, int r, float v) { function vu_set_vf_y (line 228) | static inline void vu_set_vf_y(struct vu_state* vu, int r, float v) { function vu_set_vf_z (line 232) | static inline void vu_set_vf_z(struct vu_state* vu, int r, float v) { function vu_set_vf_w (line 236) | static inline void vu_set_vf_w(struct vu_state* vu, int r, float v) { function vu_set_vi (line 240) | static inline void vu_set_vi(struct vu_state* vu, int r, uint16_t v) { function vu_vf_i (line 244) | static inline float vu_vf_i(struct vu_state* vu, int r, int i) { function vu_vf_x (line 248) | static inline float vu_vf_x(struct vu_state* vu, int r) { function vu_vf_y (line 252) | static inline float vu_vf_y(struct vu_state* vu, int r) { function vu_vf_z (line 256) | static inline float vu_vf_z(struct vu_state* vu, int r) { function vu_vf_w (line 260) | static inline float vu_vf_w(struct vu_state* vu, int r) { function vu_acc_i (line 264) | static inline float vu_acc_i(struct vu_state* vu, int i) { function vu_mem_write (line 268) | static inline void vu_mem_write(struct vu_state* vu, uint16_t addr, uint... function uint128_t (line 306) | static inline uint128_t vu_mem_read(struct vu_state* vu, uint32_t addr) { function vu_write_branch_pipeline (line 347) | static inline void vu_write_branch_pipeline(struct vu_state* vu, int dst) { function vu_get_branch_register (line 368) | static inline uint16_t vu_get_branch_register(struct vu_state* vu, int r... function vu_xgkick (line 376) | void vu_xgkick(struct vu_state* vu) { function seq (line 456) | void seq(F f, std::index_sequence) { function template_seq (line 462) | void template_seq(F f) { function vu_i_abs (line 468) | void vu_i_abs(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_add (line 479) | void vu_i_add(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addi (line 497) | void vu_i_addi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addq (line 514) | void vu_i_addq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addx (line 532) | void vu_i_addx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addy (line 552) | void vu_i_addy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addz (line 572) | void vu_i_addz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addw (line 592) | void vu_i_addw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_adda (line 612) | void vu_i_adda(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addai (line 629) | void vu_i_addai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addaq (line 645) | void vu_i_addaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addax (line 662) | void vu_i_addax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_adday (line 681) | void vu_i_adday(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addaz (line 700) | void vu_i_addaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addaw (line 719) | void vu_i_addaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sub (line 738) | void vu_i_sub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subi (line 756) | void vu_i_subi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subq (line 773) | void vu_i_subq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subx (line 791) | void vu_i_subx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_suby (line 811) | void vu_i_suby(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subz (line 831) | void vu_i_subz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subw (line 851) | void vu_i_subw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_suba (line 871) | void vu_i_suba(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subai (line 888) | void vu_i_subai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subaq (line 904) | void vu_i_subaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subax (line 921) | void vu_i_subax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subay (line 940) | void vu_i_subay(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subaz (line 959) | void vu_i_subaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subaw (line 978) | void vu_i_subaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mul (line 997) | void vu_i_mul(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_muli (line 1015) | void vu_i_muli(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulq (line 1032) | void vu_i_mulq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulx (line 1050) | void vu_i_mulx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_muly (line 1070) | void vu_i_muly(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulz (line 1090) | void vu_i_mulz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulw (line 1110) | void vu_i_mulw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mula (line 1130) | void vu_i_mula(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulai (line 1147) | void vu_i_mulai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulaq (line 1163) | void vu_i_mulaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulax (line 1180) | void vu_i_mulax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulay (line 1199) | void vu_i_mulay(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulaz (line 1218) | void vu_i_mulaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulaw (line 1237) | void vu_i_mulaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_madd (line 1256) | void vu_i_madd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddi (line 1274) | void vu_i_maddi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddq (line 1291) | void vu_i_maddq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddx (line 1309) | void vu_i_maddx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddy (line 1329) | void vu_i_maddy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddz (line 1349) | void vu_i_maddz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddw (line 1369) | void vu_i_maddw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_madda (line 1389) | void vu_i_madda(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddai (line 1406) | void vu_i_maddai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddaq (line 1422) | void vu_i_maddaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddax (line 1439) | void vu_i_maddax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_madday (line 1458) | void vu_i_madday(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddaz (line 1477) | void vu_i_maddaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddaw (line 1496) | void vu_i_maddaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msub (line 1515) | void vu_i_msub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubi (line 1533) | void vu_i_msubi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubq (line 1550) | void vu_i_msubq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubx (line 1568) | void vu_i_msubx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msuby (line 1588) | void vu_i_msuby(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubz (line 1608) | void vu_i_msubz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubw (line 1628) | void vu_i_msubw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msuba (line 1648) | void vu_i_msuba(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubai (line 1665) | void vu_i_msubai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubaq (line 1681) | void vu_i_msubaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubax (line 1698) | void vu_i_msubax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubay (line 1717) | void vu_i_msubay(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubaz (line 1736) | void vu_i_msubaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubaw (line 1755) | void vu_i_msubaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_max (line 1774) | void vu_i_max(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxi (line 1788) | void vu_i_maxi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxx (line 1801) | void vu_i_maxx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxy (line 1819) | void vu_i_maxy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxz (line 1837) | void vu_i_maxz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxw (line 1855) | void vu_i_maxw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mini (line 1873) | void vu_i_mini(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_minii (line 1887) | void vu_i_minii(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_minix (line 1900) | void vu_i_minix(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_miniy (line 1916) | void vu_i_miniy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_miniz (line 1932) | void vu_i_miniz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_miniw (line 1948) | void vu_i_miniw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_opmula (line 1963) | void vu_i_opmula(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_opmsub (line 1999) | void vu_i_opmsub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_nop (line 2034) | void vu_i_nop(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi0 (line 2038) | void vu_i_ftoi0(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi4 (line 2049) | void vu_i_ftoi4(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi12 (line 2060) | void vu_i_ftoi12(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi15 (line 2071) | void vu_i_ftoi15(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof0 (line 2082) | void vu_i_itof0(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof4 (line 2093) | void vu_i_itof4(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof12 (line 2104) | void vu_i_itof12(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof15 (line 2115) | void vu_i_itof15(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_clip (line 2125) | void vu_i_clip(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_b (line 2146) | void vu_i_b(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_bal (line 2149) | void vu_i_bal(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_div (line 2155) | void vu_i_div(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eatan (line 2168) | void vu_i_eatan(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eatanxy (line 2179) | void vu_i_eatanxy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eatanxz (line 2192) | void vu_i_eatanxz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eexp (line 2206) | void vu_i_eexp(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eleng (line 2230) | void vu_i_eleng(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ercpr (line 2239) | void vu_i_ercpr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_erleng (line 2242) | void vu_i_erleng(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ersadd (line 2251) | void vu_i_ersadd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ersqrt (line 2260) | void vu_i_ersqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esadd (line 2263) | void vu_i_esadd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esin (line 2272) | void vu_i_esin(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esqrt (line 2275) | void vu_i_esqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esum (line 2278) | void vu_i_esum(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcand (line 2283) | void vu_i_fcand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fceq (line 2286) | void vu_i_fceq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcget (line 2289) | void vu_i_fcget(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcor (line 2296) | void vu_i_fcor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcset (line 2299) | void vu_i_fcset(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fmand (line 2302) | void vu_i_fmand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fmeq (line 2305) | void vu_i_fmeq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fmor (line 2308) | void vu_i_fmor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fsand (line 2311) | void vu_i_fsand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fseq (line 2314) | void vu_i_fseq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fsor (line 2317) | void vu_i_fsor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fsset (line 2320) | void vu_i_fsset(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iadd (line 2324) | void vu_i_iadd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iaddi (line 2329) | void vu_i_iaddi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iaddiu (line 2334) | void vu_i_iaddiu(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iand (line 2339) | void vu_i_iand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibeq (line 2344) | void vu_i_ibeq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibgez (line 2352) | void vu_i_ibgez(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibgtz (line 2359) | void vu_i_ibgtz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iblez (line 2366) | void vu_i_iblez(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibltz (line 2373) | void vu_i_ibltz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibne (line 2380) | void vu_i_ibne(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ilw (line 2391) | void vu_i_ilw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ilwr (line 2406) | void vu_i_ilwr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ior (line 2421) | void vu_i_ior(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_isub (line 2426) | void vu_i_isub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_isubiu (line 2431) | void vu_i_isubiu(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_isw (line 2437) | void vu_i_isw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iswr (line 2450) | void vu_i_iswr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_jalr (line 2462) | void vu_i_jalr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_jr (line 2469) | void vu_i_jr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_lq (line 2473) | void vu_i_lq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_lqd (line 2489) | void vu_i_lqd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_lqi (line 2509) | void vu_i_lqi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mfir (line 2529) | void vu_i_mfir(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mfp (line 2541) | void vu_i_mfp(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_move (line 2553) | void vu_i_move(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mr32 (line 2566) | void vu_i_mr32(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mtir (line 2594) | void vu_i_mtir(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rget (line 2600) | void vu_i_rget(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rinit (line 2611) | void vu_i_rinit(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rnext (line 2621) | void vu_i_rnext(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rsqrt (line 2639) | void vu_i_rsqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rxor (line 2647) | void vu_i_rxor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sq (line 2651) | void vu_i_sq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sqd (line 2666) | void vu_i_sqd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sqi (line 2683) | void vu_i_sqi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sqrt (line 2699) | void vu_i_sqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_waitp (line 2707) | void vu_i_waitp(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_waitq (line 2710) | void vu_i_waitq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_xgkick (line 2714) | void vu_i_xgkick(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_xitop (line 2798) | void vu_i_xitop(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_xtop (line 2801) | void vu_i_xtop(struct vu_state* vu, const struct vu_instruction* ins) { function ps2_vu_read8 (line 2811) | uint64_t ps2_vu_read8(struct vu_state* vu, uint32_t addr) { function ps2_vu_read16 (line 2822) | uint64_t ps2_vu_read16(struct vu_state* vu, uint32_t addr) { function ps2_vu_read32 (line 2833) | uint64_t ps2_vu_read32(struct vu_state* vu, uint32_t addr) { function ps2_vu_read64 (line 2844) | uint64_t ps2_vu_read64(struct vu_state* vu, uint32_t addr) { function uint128_t (line 2855) | uint128_t ps2_vu_read128(struct vu_state* vu, uint32_t addr) { function ps2_vu_write8 (line 2866) | void ps2_vu_write8(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write16 (line 2879) | void ps2_vu_write16(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write32 (line 2892) | void ps2_vu_write32(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write64 (line 2905) | void ps2_vu_write64(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write128 (line 2918) | void ps2_vu_write128(struct vu_state* vu, uint32_t addr, uint128_t data) { function vu_decode_upper (line 3185) | void vu_decode_upper(struct vu_state* vu, uint32_t opcode) { function vu_decode_lower (line 3316) | void vu_decode_lower(struct vu_state* vu, uint32_t opcode) { function vu_advance_fmac_pipeline (line 3430) | static inline void vu_advance_fmac_pipeline(struct vu_state* vu) { function vu_get_fmac_stall_cycles (line 3443) | static inline int vu_get_fmac_stall_cycles(struct vu_state* vu) { function vu_block (line 3457) | vu_block* vu_find_block(struct vu_state* vu, uint32_t tpc) { function vu_block (line 3477) | vu_block* vu_cache_block(struct vu_state* vu, uint32_t tpc, int max_cycl... function vu_execute_block_entry (line 3553) | bool vu_execute_block_entry(struct vu_state* vu, const vu_block_entry& e... function vu_execute_block (line 3626) | bool vu_execute_block(struct vu_state* vu, vu_block* block) { function vu_execute_program (line 3645) | void vu_execute_program(struct vu_state* vu, uint32_t addr) { function ps2_vu_write_vi (line 3667) | void ps2_vu_write_vi(struct vu_state* vu, int index, uint32_t value) { function ps2_vu_read_vi (line 3731) | uint32_t ps2_vu_read_vi(struct vu_state* vu, int index) { function ps2_vu_reset (line 3750) | void ps2_vu_reset(struct vu_state* vu) { function ps2_vu_decode_upper (line 3798) | void ps2_vu_decode_upper(struct vu_state* vu, uint32_t opcode) { function ps2_vu_decode_lower (line 3802) | void ps2_vu_decode_lower(struct vu_state* vu, uint32_t opcode) { function vu_execute_program_tpc (line 3806) | void vu_execute_program_tpc(struct vu_state* vu) { function uint128_t (line 3810) | uint128_t* vu_get_vu_mem_ptr(struct vu_state* vu, uint32_t addr) { type vu_state (line 3814) | struct vu_state function vu_get_tpc (line 3818) | uint32_t vu_get_tpc(struct vu_state* vu) { function ps2_vu_execute_lower (line 3822) | void ps2_vu_execute_lower(struct vu_state* vu, uint32_t opcode) { function ps2_vu_execute_upper (line 3828) | void ps2_vu_execute_upper(struct vu_state* vu, uint32_t opcode) { function vu_clear_block_cache (line 3834) | void vu_clear_block_cache(struct vu_state* vu) { function vu_invalidate_range (line 3843) | void vu_invalidate_range(struct vu_state* vu, uint32_t addr, uint32_t si... FILE: src/ee/vu_def.hpp type vu_block_entry (line 9) | struct vu_block_entry { type vu_instruction (line 10) | struct vu_instruction type vu_block (line 20) | struct vu_block { type vu_state (line 27) | struct vu_state { type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_state (line 109) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 109) | struct vu_instruction type vu_state (line 110) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 110) | struct vu_instruction type vu_state (line 111) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 111) | struct vu_instruction type vu_state (line 112) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 112) | struct vu_instruction type vu_state (line 113) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 113) | struct vu_instruction type vu_state (line 114) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 114) | struct vu_instruction type vu_state (line 115) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 115) | struct vu_instruction type vu_state (line 116) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 116) | struct vu_instruction type vu_state (line 117) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 117) | struct vu_instruction type vu_state (line 118) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 118) | struct vu_instruction type vu_state (line 119) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 119) | struct vu_instruction type vu_state (line 120) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 120) | struct vu_instruction type vu_state (line 121) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 121) | struct vu_instruction type vu_state (line 122) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 122) | struct vu_instruction type vu_state (line 123) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 123) | struct vu_instruction type vu_state (line 124) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 124) | struct vu_instruction type vu_state (line 125) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 125) | struct vu_instruction type vu_state (line 126) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 126) | struct vu_instruction type vu_state (line 127) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 127) | struct vu_instruction type vu_state (line 128) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 128) | struct vu_instruction type vu_state (line 129) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 129) | struct vu_instruction type vu_state (line 130) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 130) | struct vu_instruction type vu_state (line 131) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 131) | struct vu_instruction type vu_state (line 132) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 132) | struct vu_instruction type vu_state (line 133) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 133) | struct vu_instruction type vu_state (line 134) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 134) | struct vu_instruction type vu_state (line 135) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 135) | struct vu_instruction type vu_state (line 136) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 136) | struct vu_instruction type vu_state (line 137) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 137) | struct vu_instruction type vu_state (line 138) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 138) | struct vu_instruction type vu_state (line 139) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 139) | struct vu_instruction type vu_state (line 140) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 140) | struct vu_instruction type vu_state (line 141) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 141) | struct vu_instruction type vu_state (line 142) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 142) | struct vu_instruction type vu_state (line 143) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 143) | struct vu_instruction type vu_state (line 144) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 144) | struct vu_instruction type vu_state (line 145) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 145) | struct vu_instruction type vu_state (line 146) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 146) | struct vu_instruction type vu_state (line 147) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 147) | struct vu_instruction type vu_state (line 148) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 148) | struct vu_instruction type vu_state (line 149) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 149) | struct vu_instruction type vu_state (line 150) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 150) | struct vu_instruction type vu_state (line 151) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 151) | struct vu_instruction type vu_state (line 152) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 152) | struct vu_instruction type vu_state (line 153) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 153) | struct vu_instruction type vu_state (line 154) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 154) | struct vu_instruction type vu_state (line 155) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 155) | struct vu_instruction type vu_state (line 156) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 156) | struct vu_instruction type vu_state (line 157) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 157) | struct vu_instruction type vu_state (line 158) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 158) | struct vu_instruction type vu_state (line 159) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 159) | struct vu_instruction type vu_state (line 160) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 160) | struct vu_instruction type vu_state (line 161) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 161) | struct vu_instruction type vu_state (line 162) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 162) | struct vu_instruction type vu_state (line 163) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 163) | struct vu_instruction type vu_state (line 164) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 164) | struct vu_instruction type vu_state (line 165) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 165) | struct vu_instruction type vu_state (line 166) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 166) | struct vu_instruction type vu_state (line 167) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 167) | struct vu_instruction type vu_state (line 168) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 168) | struct vu_instruction type vu_state (line 169) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 169) | struct vu_instruction type vu_state (line 170) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 170) | struct vu_instruction type vu_state (line 171) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 171) | struct vu_instruction type vu_state (line 172) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 172) | struct vu_instruction type vu_state (line 173) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 173) | struct vu_instruction type vu_state (line 174) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 174) | struct vu_instruction type vu_state (line 175) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 175) | struct vu_instruction type vu_state (line 176) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 176) | struct vu_instruction type vu_state (line 177) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 177) | struct vu_instruction type vu_state (line 178) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 178) | struct vu_instruction type vu_state (line 179) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 179) | struct vu_instruction type vu_state (line 180) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 180) | struct vu_instruction type vu_state (line 181) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 181) | struct vu_instruction type vu_state (line 182) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 182) | struct vu_instruction type vu_state (line 183) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 183) | struct vu_instruction type vu_state (line 184) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 184) | struct vu_instruction type vu_state (line 185) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 185) | struct vu_instruction type vu_state (line 186) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 186) | struct vu_instruction type vu_state (line 187) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 187) | struct vu_instruction type vu_state (line 188) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 188) | struct vu_instruction type vu_state (line 189) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 189) | struct vu_instruction type vu_state (line 190) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 190) | struct vu_instruction type vu_state (line 191) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 191) | struct vu_instruction type vu_state (line 192) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 192) | struct vu_instruction type vu_state (line 193) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 193) | struct vu_instruction type vu_state (line 194) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 194) | struct vu_instruction type vu_state (line 195) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 195) | struct vu_instruction type vu_state (line 196) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 196) | struct vu_instruction type vu_state (line 197) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 197) | struct vu_instruction type vu_state (line 198) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 198) | struct vu_instruction type vu_state (line 199) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 199) | struct vu_instruction type vu_state (line 200) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 200) | struct vu_instruction type vu_state (line 201) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 201) | struct vu_instruction type vu_state (line 202) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 202) | struct vu_instruction type vu_state (line 203) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 203) | struct vu_instruction type vu_state (line 206) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 206) | struct vu_instruction type vu_state (line 207) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 207) | struct vu_instruction type vu_state (line 208) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 208) | struct vu_instruction type vu_state (line 209) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 209) | struct vu_instruction type vu_state (line 210) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 210) | struct vu_instruction type vu_state (line 211) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 211) | struct vu_instruction type vu_state (line 212) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 212) | struct vu_instruction type vu_state (line 213) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 213) | struct vu_instruction type vu_state (line 214) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 214) | struct vu_instruction type vu_state (line 215) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 215) | struct vu_instruction type vu_state (line 216) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 216) | struct vu_instruction type vu_state (line 217) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 217) | struct vu_instruction type vu_state (line 218) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 218) | struct vu_instruction type vu_state (line 219) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 219) | struct vu_instruction type vu_state (line 220) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 220) | struct vu_instruction type vu_state (line 221) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 221) | struct vu_instruction type vu_state (line 222) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 222) | struct vu_instruction type vu_state (line 223) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 223) | struct vu_instruction type vu_state (line 224) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 224) | struct vu_instruction type vu_state (line 225) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 225) | struct vu_instruction type vu_state (line 226) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 226) | struct vu_instruction type vu_state (line 227) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 227) | struct vu_instruction type vu_state (line 228) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 228) | struct vu_instruction type vu_state (line 229) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 229) | struct vu_instruction type vu_state (line 230) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 230) | struct vu_instruction type vu_state (line 231) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 231) | struct vu_instruction type vu_state (line 232) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 232) | struct vu_instruction type vu_state (line 233) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 233) | struct vu_instruction type vu_state (line 234) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 234) | struct vu_instruction type vu_state (line 235) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 235) | struct vu_instruction type vu_state (line 236) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 236) | struct vu_instruction type vu_state (line 237) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 237) | struct vu_instruction type vu_state (line 238) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 238) | struct vu_instruction type vu_state (line 239) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 239) | struct vu_instruction type vu_state (line 240) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 240) | struct vu_instruction type vu_state (line 241) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 241) | struct vu_instruction type vu_state (line 242) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 242) | struct vu_instruction type vu_state (line 243) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 243) | struct vu_instruction type vu_state (line 244) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 244) | struct vu_instruction type vu_state (line 245) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 245) | struct vu_instruction type vu_state (line 246) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 246) | struct vu_instruction type vu_state (line 247) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 247) | struct vu_instruction type vu_state (line 248) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 248) | struct vu_instruction type vu_state (line 249) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 249) | struct vu_instruction type vu_state (line 250) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 250) | struct vu_instruction type vu_state (line 251) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 251) | struct vu_instruction type vu_state (line 252) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 252) | struct vu_instruction type vu_state (line 253) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 253) | struct vu_instruction type vu_state (line 254) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 254) | struct vu_instruction type vu_state (line 255) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 255) | struct vu_instruction type vu_state (line 256) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 256) | struct vu_instruction type vu_state (line 257) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 257) | struct vu_instruction type vu_state (line 258) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 258) | struct vu_instruction type vu_state (line 259) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 259) | struct vu_instruction type vu_state (line 260) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 260) | struct vu_instruction type vu_state (line 261) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 261) | struct vu_instruction type vu_state (line 262) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 262) | struct vu_instruction type vu_state (line 263) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 263) | struct vu_instruction type vu_state (line 264) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 264) | struct vu_instruction type vu_state (line 265) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 265) | struct vu_instruction type vu_state (line 266) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 266) | struct vu_instruction type vu_state (line 267) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 267) | struct vu_instruction type vu_state (line 268) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 268) | struct vu_instruction type vu_state (line 269) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 269) | struct vu_instruction type vu_state (line 270) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 270) | struct vu_instruction type vu_state (line 271) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 271) | struct vu_instruction type vu_state (line 272) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 272) | struct vu_instruction type vu_state (line 273) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 273) | struct vu_instruction type vu_state (line 274) | struct vu_state type vu_reg128 (line 28) | struct vu_reg128 type vu_reg128 (line 30) | struct vu_reg128 type vu_block (line 37) | struct vu_block type vu_instruction (line 42) | struct vu_instruction type vu_reg32 (line 74) | struct vu_reg32 type vu_reg32 (line 75) | struct vu_reg32 type vu_reg32 (line 88) | struct vu_reg32 type vu_reg32 (line 89) | struct vu_reg32 type vu_reg32 (line 90) | struct vu_reg32 type ps2_gif (line 103) | struct ps2_gif type ps2_vif (line 104) | struct ps2_vif type vu_state (line 105) | struct vu_state type vu_instruction (line 274) | struct vu_instruction FILE: src/ee/vu_dis.c type vu_dis_state (line 32) | struct vu_dis_state type vu_dis_state (line 47) | struct vu_dis_state type vu_dis_state (line 59) | struct vu_dis_state type vu_dis_state (line 65) | struct vu_dis_state type vu_dis_state (line 68) | struct vu_dis_state type vu_dis_state (line 71) | struct vu_dis_state type vu_dis_state (line 74) | struct vu_dis_state type vu_dis_state (line 77) | struct vu_dis_state type vu_dis_state (line 80) | struct vu_dis_state type vu_dis_state (line 83) | struct vu_dis_state type vu_dis_state (line 86) | struct vu_dis_state type vu_dis_state (line 89) | struct vu_dis_state type vu_dis_state (line 92) | struct vu_dis_state type vu_dis_state (line 95) | struct vu_dis_state type vu_dis_state (line 98) | struct vu_dis_state type vu_dis_state (line 101) | struct vu_dis_state type vu_dis_state (line 104) | struct vu_dis_state type vu_dis_state (line 107) | struct vu_dis_state type vu_dis_state (line 110) | struct vu_dis_state type vu_dis_state (line 113) | struct vu_dis_state type vu_dis_state (line 116) | struct vu_dis_state type vu_dis_state (line 119) | struct vu_dis_state type vu_dis_state (line 122) | struct vu_dis_state type vu_dis_state (line 125) | struct vu_dis_state type vu_dis_state (line 128) | struct vu_dis_state type vu_dis_state (line 131) | struct vu_dis_state type vu_dis_state (line 134) | struct vu_dis_state type vu_dis_state (line 137) | struct vu_dis_state type vu_dis_state (line 140) | struct vu_dis_state type vu_dis_state (line 143) | struct vu_dis_state type vu_dis_state (line 146) | struct vu_dis_state type vu_dis_state (line 149) | struct vu_dis_state type vu_dis_state (line 152) | struct vu_dis_state type vu_dis_state (line 155) | struct vu_dis_state type vu_dis_state (line 158) | struct vu_dis_state type vu_dis_state (line 161) | struct vu_dis_state type vu_dis_state (line 164) | struct vu_dis_state type vu_dis_state (line 167) | struct vu_dis_state type vu_dis_state (line 170) | struct vu_dis_state type vu_dis_state (line 173) | struct vu_dis_state type vu_dis_state (line 176) | struct vu_dis_state type vu_dis_state (line 179) | struct vu_dis_state type vu_dis_state (line 182) | struct vu_dis_state type vu_dis_state (line 185) | struct vu_dis_state type vu_dis_state (line 188) | struct vu_dis_state type vu_dis_state (line 191) | struct vu_dis_state type vu_dis_state (line 194) | struct vu_dis_state type vu_dis_state (line 197) | struct vu_dis_state type vu_dis_state (line 200) | struct vu_dis_state type vu_dis_state (line 203) | struct vu_dis_state type vu_dis_state (line 206) | struct vu_dis_state type vu_dis_state (line 209) | struct vu_dis_state type vu_dis_state (line 212) | struct vu_dis_state type vu_dis_state (line 215) | struct vu_dis_state type vu_dis_state (line 218) | struct vu_dis_state type vu_dis_state (line 221) | struct vu_dis_state type vu_dis_state (line 224) | struct vu_dis_state type vu_dis_state (line 227) | struct vu_dis_state type vu_dis_state (line 230) | struct vu_dis_state type vu_dis_state (line 233) | struct vu_dis_state type vu_dis_state (line 236) | struct vu_dis_state type vu_dis_state (line 239) | struct vu_dis_state type vu_dis_state (line 242) | struct vu_dis_state type vu_dis_state (line 245) | struct vu_dis_state type vu_dis_state (line 248) | struct vu_dis_state type vu_dis_state (line 251) | struct vu_dis_state type vu_dis_state (line 254) | struct vu_dis_state type vu_dis_state (line 257) | struct vu_dis_state type vu_dis_state (line 260) | struct vu_dis_state type vu_dis_state (line 263) | struct vu_dis_state type vu_dis_state (line 266) | struct vu_dis_state type vu_dis_state (line 269) | struct vu_dis_state type vu_dis_state (line 272) | struct vu_dis_state type vu_dis_state (line 275) | struct vu_dis_state type vu_dis_state (line 278) | struct vu_dis_state type vu_dis_state (line 281) | struct vu_dis_state type vu_dis_state (line 284) | struct vu_dis_state type vu_dis_state (line 287) | struct vu_dis_state type vu_dis_state (line 290) | struct vu_dis_state type vu_dis_state (line 293) | struct vu_dis_state type vu_dis_state (line 296) | struct vu_dis_state type vu_dis_state (line 299) | struct vu_dis_state type vu_dis_state (line 302) | struct vu_dis_state type vu_dis_state (line 305) | struct vu_dis_state type vu_dis_state (line 308) | struct vu_dis_state type vu_dis_state (line 311) | struct vu_dis_state type vu_dis_state (line 314) | struct vu_dis_state type vu_dis_state (line 317) | struct vu_dis_state type vu_dis_state (line 320) | struct vu_dis_state type vu_dis_state (line 323) | struct vu_dis_state type vu_dis_state (line 326) | struct vu_dis_state type vu_dis_state (line 329) | struct vu_dis_state type vu_dis_state (line 332) | struct vu_dis_state type vu_dis_state (line 335) | struct vu_dis_state type vu_dis_state (line 338) | struct vu_dis_state type vu_dis_state (line 341) | struct vu_dis_state type vu_dis_state (line 344) | struct vu_dis_state type vu_dis_state (line 347) | struct vu_dis_state type vu_dis_state (line 351) | struct vu_dis_state type vu_dis_state (line 354) | struct vu_dis_state type vu_dis_state (line 357) | struct vu_dis_state type vu_dis_state (line 360) | struct vu_dis_state type vu_dis_state (line 363) | struct vu_dis_state type vu_dis_state (line 366) | struct vu_dis_state type vu_dis_state (line 369) | struct vu_dis_state type vu_dis_state (line 372) | struct vu_dis_state type vu_dis_state (line 375) | struct vu_dis_state type vu_dis_state (line 378) | struct vu_dis_state type vu_dis_state (line 381) | struct vu_dis_state type vu_dis_state (line 384) | struct vu_dis_state type vu_dis_state (line 387) | struct vu_dis_state type vu_dis_state (line 390) | struct vu_dis_state type vu_dis_state (line 393) | struct vu_dis_state type vu_dis_state (line 396) | struct vu_dis_state type vu_dis_state (line 399) | struct vu_dis_state type vu_dis_state (line 402) | struct vu_dis_state type vu_dis_state (line 405) | struct vu_dis_state type vu_dis_state (line 408) | struct vu_dis_state type vu_dis_state (line 411) | struct vu_dis_state type vu_dis_state (line 414) | struct vu_dis_state type vu_dis_state (line 417) | struct vu_dis_state type vu_dis_state (line 420) | struct vu_dis_state type vu_dis_state (line 423) | struct vu_dis_state type vu_dis_state (line 426) | struct vu_dis_state type vu_dis_state (line 429) | struct vu_dis_state type vu_dis_state (line 432) | struct vu_dis_state type vu_dis_state (line 435) | struct vu_dis_state type vu_dis_state (line 438) | struct vu_dis_state type vu_dis_state (line 441) | struct vu_dis_state type vu_dis_state (line 444) | struct vu_dis_state type vu_dis_state (line 447) | struct vu_dis_state type vu_dis_state (line 450) | struct vu_dis_state type vu_dis_state (line 453) | struct vu_dis_state type vu_dis_state (line 456) | struct vu_dis_state type vu_dis_state (line 459) | struct vu_dis_state type vu_dis_state (line 462) | struct vu_dis_state type vu_dis_state (line 465) | struct vu_dis_state type vu_dis_state (line 468) | struct vu_dis_state type vu_dis_state (line 471) | struct vu_dis_state type vu_dis_state (line 474) | struct vu_dis_state type vu_dis_state (line 477) | struct vu_dis_state type vu_dis_state (line 480) | struct vu_dis_state type vu_dis_state (line 483) | struct vu_dis_state type vu_dis_state (line 486) | struct vu_dis_state type vu_dis_state (line 489) | struct vu_dis_state type vu_dis_state (line 492) | struct vu_dis_state type vu_dis_state (line 495) | struct vu_dis_state type vu_dis_state (line 498) | struct vu_dis_state type vu_dis_state (line 501) | struct vu_dis_state type vu_dis_state (line 504) | struct vu_dis_state type vu_dis_state (line 507) | struct vu_dis_state type vu_dis_state (line 510) | struct vu_dis_state type vu_dis_state (line 513) | struct vu_dis_state type vu_dis_state (line 516) | struct vu_dis_state type vu_dis_state (line 519) | struct vu_dis_state type vu_dis_state (line 522) | struct vu_dis_state type vu_dis_state (line 525) | struct vu_dis_state type vu_dis_state (line 528) | struct vu_dis_state type vu_dis_state (line 531) | struct vu_dis_state type vu_dis_state (line 534) | struct vu_dis_state type vu_dis_state (line 537) | struct vu_dis_state type vu_dis_state (line 540) | struct vu_dis_state type vu_dis_state (line 543) | struct vu_dis_state type vu_dis_state (line 546) | struct vu_dis_state type vu_dis_state (line 549) | struct vu_dis_state type vu_dis_state (line 552) | struct vu_dis_state type vu_dis_state (line 555) | struct vu_dis_state type vu_dis_state (line 558) | struct vu_dis_state type vu_dis_state (line 562) | struct vu_dis_state type vu_dis_state (line 683) | struct vu_dis_state FILE: src/ee/vu_dis.h type vu_dis_state (line 10) | struct vu_dis_state { type vu_dis_state (line 16) | struct vu_dis_state type vu_dis_state (line 17) | struct vu_dis_state FILE: src/ee/vu_uncached.c type vu_state (line 31) | struct vu_state type vu_state (line 32) | struct vu_state type vu_state (line 32) | struct vu_state function vu_init (line 35) | void vu_init(struct vu_state* vu, int id, struct ps2_gif* gif, struct ps... function vu_destroy (line 60) | void vu_destroy(struct vu_state* vu) { function vu_max (line 67) | static inline uint32_t vu_max(int32_t a, int32_t b) { function vu_min (line 71) | static inline uint32_t vu_min(int32_t a, int32_t b) { function vu_atan (line 75) | static inline float vu_atan(float t) { function vu_update_status (line 93) | static inline void vu_update_status(struct vu_state* vu) { function vu_set_q (line 104) | static inline void vu_set_q(struct vu_state* vu, float value, int delay) { function vu_get_q (line 113) | static inline struct vu_reg32 vu_get_q(struct vu_state* vu) { function vu_update_flags (line 121) | static inline float vu_update_flags(struct vu_state* vu, float value, in... function vu_clear_flags (line 162) | static inline void vu_clear_flags(struct vu_state* vu, int index) { function vu_cvtf (line 166) | static inline float vu_cvtf(uint32_t value) { function vu_cvti (line 184) | int32_t vu_cvti(float value) { function vu_set_vf (line 194) | static inline void vu_set_vf(struct vu_state* vu, int r, int f, float v) { function vu_set_vfu (line 198) | static inline void vu_set_vfu(struct vu_state* vu, int r, int f, int32_t... function vu_set_vf_x (line 202) | static inline void vu_set_vf_x(struct vu_state* vu, int r, float v) { function vu_set_vf_y (line 206) | static inline void vu_set_vf_y(struct vu_state* vu, int r, float v) { function vu_set_vf_z (line 210) | static inline void vu_set_vf_z(struct vu_state* vu, int r, float v) { function vu_set_vf_w (line 214) | static inline void vu_set_vf_w(struct vu_state* vu, int r, float v) { function vu_set_vi (line 218) | static inline void vu_set_vi(struct vu_state* vu, int r, uint16_t v) { function vu_vf_i (line 222) | static inline float vu_vf_i(struct vu_state* vu, int r, int i) { function vu_vf_x (line 226) | static inline float vu_vf_x(struct vu_state* vu, int r) { function vu_vf_y (line 230) | static inline float vu_vf_y(struct vu_state* vu, int r) { function vu_vf_z (line 234) | static inline float vu_vf_z(struct vu_state* vu, int r) { function vu_vf_w (line 238) | static inline float vu_vf_w(struct vu_state* vu, int r) { function vu_acc_i (line 242) | static inline float vu_acc_i(struct vu_state* vu, int i) { function vu_mem_write (line 246) | static inline void vu_mem_write(struct vu_state* vu, uint16_t addr, uint... function uint128_t (line 284) | static inline uint128_t vu_mem_read(struct vu_state* vu, uint32_t addr) { function vu_write_branch_pipeline (line 325) | static inline void vu_write_branch_pipeline(struct vu_state* vu, int dst) { function vu_get_branch_register (line 346) | static inline uint16_t vu_get_branch_register(struct vu_state* vu, int r... function vu_xgkick (line 354) | void vu_xgkick(struct vu_state* vu) { function vu_i_abs (line 434) | void vu_i_abs(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_add (line 442) | void vu_i_add(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addi (line 459) | void vu_i_addi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addq (line 475) | void vu_i_addq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addx (line 492) | void vu_i_addx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addy (line 511) | void vu_i_addy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addz (line 530) | void vu_i_addz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addw (line 549) | void vu_i_addw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_adda (line 568) | void vu_i_adda(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addai (line 584) | void vu_i_addai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addaq (line 599) | void vu_i_addaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addax (line 615) | void vu_i_addax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_adday (line 633) | void vu_i_adday(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addaz (line 651) | void vu_i_addaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_addaw (line 669) | void vu_i_addaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sub (line 687) | void vu_i_sub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subi (line 704) | void vu_i_subi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subq (line 720) | void vu_i_subq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subx (line 737) | void vu_i_subx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_suby (line 756) | void vu_i_suby(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subz (line 775) | void vu_i_subz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subw (line 794) | void vu_i_subw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_suba (line 813) | void vu_i_suba(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subai (line 829) | void vu_i_subai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subaq (line 844) | void vu_i_subaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subax (line 860) | void vu_i_subax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subay (line 878) | void vu_i_subay(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subaz (line 896) | void vu_i_subaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_subaw (line 914) | void vu_i_subaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mul (line 932) | void vu_i_mul(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_muli (line 949) | void vu_i_muli(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulq (line 965) | void vu_i_mulq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulx (line 982) | void vu_i_mulx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_muly (line 1001) | void vu_i_muly(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulz (line 1020) | void vu_i_mulz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulw (line 1039) | void vu_i_mulw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mula (line 1058) | void vu_i_mula(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulai (line 1074) | void vu_i_mulai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulaq (line 1089) | void vu_i_mulaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulax (line 1105) | void vu_i_mulax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulay (line 1123) | void vu_i_mulay(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulaz (line 1141) | void vu_i_mulaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mulaw (line 1159) | void vu_i_mulaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_madd (line 1177) | void vu_i_madd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddi (line 1194) | void vu_i_maddi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddq (line 1210) | void vu_i_maddq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddx (line 1227) | void vu_i_maddx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddy (line 1246) | void vu_i_maddy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddz (line 1265) | void vu_i_maddz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddw (line 1284) | void vu_i_maddw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_madda (line 1303) | void vu_i_madda(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddai (line 1319) | void vu_i_maddai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddaq (line 1334) | void vu_i_maddaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddax (line 1350) | void vu_i_maddax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_madday (line 1368) | void vu_i_madday(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddaz (line 1386) | void vu_i_maddaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maddaw (line 1404) | void vu_i_maddaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msub (line 1422) | void vu_i_msub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubi (line 1439) | void vu_i_msubi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubq (line 1455) | void vu_i_msubq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubx (line 1472) | void vu_i_msubx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msuby (line 1491) | void vu_i_msuby(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubz (line 1510) | void vu_i_msubz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubw (line 1529) | void vu_i_msubw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msuba (line 1548) | void vu_i_msuba(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubai (line 1564) | void vu_i_msubai(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubaq (line 1579) | void vu_i_msubaq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubax (line 1595) | void vu_i_msubax(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubay (line 1613) | void vu_i_msubay(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubaz (line 1631) | void vu_i_msubaz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_msubaw (line 1649) | void vu_i_msubaw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_max (line 1667) | void vu_i_max(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxi (line 1680) | void vu_i_maxi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxx (line 1692) | void vu_i_maxx(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxy (line 1709) | void vu_i_maxy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxz (line 1726) | void vu_i_maxz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_maxw (line 1743) | void vu_i_maxw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mini (line 1760) | void vu_i_mini(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_minii (line 1773) | void vu_i_minii(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_minix (line 1785) | void vu_i_minix(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_miniy (line 1800) | void vu_i_miniy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_miniz (line 1815) | void vu_i_miniz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_miniw (line 1830) | void vu_i_miniw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_opmula (line 1845) | void vu_i_opmula(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_opmsub (line 1881) | void vu_i_opmsub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_nop (line 1916) | void vu_i_nop(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi0 (line 1919) | void vu_i_ftoi0(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi4 (line 1927) | void vu_i_ftoi4(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi12 (line 1935) | void vu_i_ftoi12(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ftoi15 (line 1943) | void vu_i_ftoi15(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof0 (line 1951) | void vu_i_itof0(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof4 (line 1959) | void vu_i_itof4(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof12 (line 1967) | void vu_i_itof12(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_itof15 (line 1975) | void vu_i_itof15(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_clip (line 1983) | void vu_i_clip(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_b (line 2004) | void vu_i_b(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_bal (line 2007) | void vu_i_bal(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_div (line 2013) | void vu_i_div(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eatan (line 2026) | void vu_i_eatan(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eatanxy (line 2037) | void vu_i_eatanxy(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eatanxz (line 2050) | void vu_i_eatanxz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eexp (line 2064) | void vu_i_eexp(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_eleng (line 2088) | void vu_i_eleng(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ercpr (line 2097) | void vu_i_ercpr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_erleng (line 2100) | void vu_i_erleng(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ersadd (line 2109) | void vu_i_ersadd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ersqrt (line 2118) | void vu_i_ersqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esadd (line 2121) | void vu_i_esadd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esin (line 2130) | void vu_i_esin(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esqrt (line 2133) | void vu_i_esqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_esum (line 2136) | void vu_i_esum(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcand (line 2141) | void vu_i_fcand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fceq (line 2144) | void vu_i_fceq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcget (line 2147) | void vu_i_fcget(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcor (line 2154) | void vu_i_fcor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fcset (line 2157) | void vu_i_fcset(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fmand (line 2160) | void vu_i_fmand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fmeq (line 2163) | void vu_i_fmeq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fmor (line 2166) | void vu_i_fmor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fsand (line 2169) | void vu_i_fsand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fseq (line 2172) | void vu_i_fseq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fsor (line 2175) | void vu_i_fsor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_fsset (line 2178) | void vu_i_fsset(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iadd (line 2182) | void vu_i_iadd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iaddi (line 2187) | void vu_i_iaddi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iaddiu (line 2192) | void vu_i_iaddiu(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iand (line 2197) | void vu_i_iand(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibeq (line 2202) | void vu_i_ibeq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibgez (line 2210) | void vu_i_ibgez(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibgtz (line 2217) | void vu_i_ibgtz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iblez (line 2224) | void vu_i_iblez(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibltz (line 2231) | void vu_i_ibltz(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ibne (line 2238) | void vu_i_ibne(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ilw (line 2248) | void vu_i_ilw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ilwr (line 2260) | void vu_i_ilwr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_ior (line 2273) | void vu_i_ior(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_isub (line 2278) | void vu_i_isub(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_isubiu (line 2283) | void vu_i_isubiu(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_isw (line 2288) | void vu_i_isw(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_iswr (line 2298) | void vu_i_iswr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_jalr (line 2308) | void vu_i_jalr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_jr (line 2315) | void vu_i_jr(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_lq (line 2318) | void vu_i_lq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_lqd (line 2331) | void vu_i_lqd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_lqi (line 2348) | void vu_i_lqi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mfir (line 2365) | void vu_i_mfir(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mfp (line 2374) | void vu_i_mfp(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_move (line 2383) | void vu_i_move(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mr32 (line 2393) | void vu_i_mr32(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_mtir (line 2411) | void vu_i_mtir(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rget (line 2416) | void vu_i_rget(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rinit (line 2425) | void vu_i_rinit(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rnext (line 2434) | void vu_i_rnext(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rsqrt (line 2450) | void vu_i_rsqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_rxor (line 2458) | void vu_i_rxor(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sq (line 2461) | void vu_i_sq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sqd (line 2473) | void vu_i_sqd(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sqi (line 2487) | void vu_i_sqi(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_sqrt (line 2501) | void vu_i_sqrt(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_waitp (line 2509) | void vu_i_waitp(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_waitq (line 2512) | void vu_i_waitq(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_xgkick (line 2516) | void vu_i_xgkick(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_xitop (line 2600) | void vu_i_xitop(struct vu_state* vu, const struct vu_instruction* ins) { function vu_i_xtop (line 2603) | void vu_i_xtop(struct vu_state* vu, const struct vu_instruction* ins) { function ps2_vu_read8 (line 2613) | uint64_t ps2_vu_read8(struct vu_state* vu, uint32_t addr) { function ps2_vu_read16 (line 2624) | uint64_t ps2_vu_read16(struct vu_state* vu, uint32_t addr) { function ps2_vu_read32 (line 2635) | uint64_t ps2_vu_read32(struct vu_state* vu, uint32_t addr) { function ps2_vu_read64 (line 2646) | uint64_t ps2_vu_read64(struct vu_state* vu, uint32_t addr) { function uint128_t (line 2657) | uint128_t ps2_vu_read128(struct vu_state* vu, uint32_t addr) { function ps2_vu_write8 (line 2668) | void ps2_vu_write8(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write16 (line 2679) | void ps2_vu_write16(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write32 (line 2690) | void ps2_vu_write32(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write64 (line 2701) | void ps2_vu_write64(struct vu_state* vu, uint32_t addr, uint64_t data) { function ps2_vu_write128 (line 2712) | void ps2_vu_write128(struct vu_state* vu, uint32_t addr, uint128_t data) { function vu_decode_upper (line 2954) | void vu_decode_upper(struct vu_state* vu, uint32_t opcode) { function vu_decode_lower (line 3084) | void vu_decode_lower(struct vu_state* vu, uint32_t opcode) { function vu_advance_fmac_pipeline (line 3196) | static inline void vu_advance_fmac_pipeline(struct vu_state* vu) { function vu_get_fmac_stall_cycles (line 3209) | static inline int vu_get_fmac_stall_cycles(struct vu_state* vu) { function vu_execute_program (line 3223) | void vu_execute_program(struct vu_state* vu, uint32_t addr) { function ps2_vu_write_vi (line 3400) | void ps2_vu_write_vi(struct vu_state* vu, int index, uint32_t value) { function ps2_vu_read_vi (line 3464) | uint32_t ps2_vu_read_vi(struct vu_state* vu, int index) { function ps2_vu_reset (line 3483) | void ps2_vu_reset(struct vu_state* vu) { function ps2_vu_decode_upper (line 3524) | void ps2_vu_decode_upper(struct vu_state* vu, uint32_t opcode) { function ps2_vu_decode_lower (line 3528) | void ps2_vu_decode_lower(struct vu_state* vu, uint32_t opcode) { function vu_execute_program_tpc (line 3532) | void vu_execute_program_tpc(struct vu_state* vu) { function uint128_t (line 3536) | uint128_t* vu_get_vu_mem_ptr(struct vu_state* vu, uint32_t addr) { type vu_state (line 3540) | struct vu_state function vu_get_tpc (line 3544) | uint32_t vu_get_tpc(struct vu_state* vu) { FILE: src/elf.h type Elf32_Half (line 53) | typedef uint16_t Elf32_Half; type Elf64_Half (line 54) | typedef uint16_t Elf64_Half; type Elf32_Word (line 57) | typedef uint32_t Elf32_Word; type Elf32_Sword (line 58) | typedef int32_t Elf32_Sword; type Elf64_Word (line 59) | typedef uint32_t Elf64_Word; type Elf64_Sword (line 60) | typedef int32_t Elf64_Sword; type Elf32_Xword (line 63) | typedef uint64_t Elf32_Xword; type Elf32_Sxword (line 64) | typedef int64_t Elf32_Sxword; type Elf64_Xword (line 65) | typedef uint64_t Elf64_Xword; type Elf64_Sxword (line 66) | typedef int64_t Elf64_Sxword; type Elf32_Addr (line 69) | typedef uint32_t Elf32_Addr; type Elf64_Addr (line 70) | typedef uint64_t Elf64_Addr; type Elf32_Off (line 73) | typedef uint32_t Elf32_Off; type Elf64_Off (line 74) | typedef uint64_t Elf64_Off; type Elf32_Section (line 77) | typedef uint16_t Elf32_Section; type Elf64_Section (line 78) | typedef uint16_t Elf64_Section; type Elf32_Half (line 81) | typedef Elf32_Half Elf32_Versym; type Elf64_Half (line 82) | typedef Elf64_Half Elf64_Versym; type Elf32_Ehdr (line 89) | typedef struct type Elf64_Ehdr (line 107) | typedef struct type Elf32_Shdr (line 290) | typedef struct type Elf64_Shdr (line 304) | typedef struct type Elf32_Sym (line 399) | typedef struct type Elf64_Sym (line 409) | typedef struct type Elf32_Syminfo (line 422) | typedef struct type Elf64_Syminfo (line 428) | typedef struct type Elf32_Rel (line 514) | typedef struct type Elf64_Rel (line 525) | typedef struct type Elf32_Rela (line 533) | typedef struct type Elf64_Rela (line 540) | typedef struct type Elf32_Phdr (line 559) | typedef struct type Elf64_Phdr (line 571) | typedef struct type Elf32_Dyn (line 653) | typedef struct type Elf64_Dyn (line 663) | typedef struct type Elf32_Verdef (line 820) | typedef struct type Elf64_Verdef (line 832) | typedef struct type Elf32_Verdaux (line 862) | typedef struct type Elf64_Verdaux (line 869) | typedef struct type Elf32_Verneed (line 879) | typedef struct type Elf64_Verneed (line 890) | typedef struct type Elf32_Vernaux (line 909) | typedef struct type Elf64_Vernaux (line 919) | typedef struct type Elf32_auxv_t (line 943) | typedef struct type Elf64_auxv_t (line 955) | typedef struct type Elf32_Nhdr (line 1027) | typedef struct type Elf64_Nhdr (line 1034) | typedef struct type Elf32_Move (line 1091) | typedef struct type Elf64_Move (line 1100) | typedef struct type Elf32_gptab (line 1473) | typedef union type Elf32_RegInfo (line 1489) | typedef struct type Elf_Options (line 1498) | typedef struct type Elf_Options_Hw (line 1549) | typedef struct type Elf32_Lib (line 1710) | typedef struct type Elf64_Lib (line 1719) | typedef struct type Elf32_Addr (line 1741) | typedef Elf32_Addr Elf32_Conflict; FILE: src/gs/gs.c type ps2_gs (line 10) | struct ps2_gs type ps2_gs (line 11) | struct ps2_gs function gs_test_gs_irq (line 14) | static inline void gs_test_gs_irq(struct ps2_gs* gs) { function gs_assert_vblank (line 25) | static inline int gs_assert_vblank(struct ps2_gs* gs) { function gs_assert_hblank (line 36) | static inline int gs_assert_hblank(struct ps2_gs* gs) { function gs_handle_vblank_out (line 52) | void gs_handle_vblank_out(void* udata, int overshoot) { function gs_flip_field (line 71) | void gs_flip_field(void* udata, int overshoot) { function gs_handle_vblank_in (line 78) | void gs_handle_vblank_in(void* udata, int overshoot) { function gs_handle_hblank (line 117) | void gs_handle_hblank(void* udata, int overshoot) { function ps2_gs_init (line 136) | void ps2_gs_init(struct ps2_gs* gs, struct ps2_intc* ee_intc, struct ps2... function ps2_gs_reset (line 167) | void ps2_gs_reset(struct ps2_gs* gs) { function ps2_gs_destroy (line 196) | void ps2_gs_destroy(struct ps2_gs* gs) { function ps2_gs_read64 (line 349) | uint64_t ps2_gs_read64(struct ps2_gs* gs, uint32_t addr) { function gs_unpack_dispfb1 (line 387) | static inline void gs_unpack_dispfb1(struct ps2_gs* gs) { function gs_unpack_dispfb2 (line 393) | static inline void gs_unpack_dispfb2(struct ps2_gs* gs) { function ps2_gs_write64 (line 399) | void ps2_gs_write64(struct ps2_gs* gs, uint32_t addr, uint64_t data) { function gs_get_privileged_state (line 839) | void gs_get_privileged_state(struct ps2_gs* gs, struct gs_privileged_sta... function ps2_gs_is_vblank (line 861) | int ps2_gs_is_vblank(struct ps2_gs* gs) { function ps2_gs_write_signal (line 865) | int ps2_gs_write_signal(struct ps2_gs* gs, uint64_t data) { function ps2_gs_write_finish (line 891) | int ps2_gs_write_finish(struct ps2_gs* gs, uint64_t data) { function ps2_gs_write_label (line 900) | int ps2_gs_write_label(struct ps2_gs* gs, uint64_t data) { FILE: src/gs/gs.h type ps2_gs (line 128) | struct ps2_gs type gs_vertex (line 130) | struct gs_vertex { type gs_callback (line 152) | struct gs_callback { type gs_context (line 157) | struct gs_context { type ps2_gs (line 250) | struct ps2_gs { type ps2_gs (line 363) | struct ps2_gs type ps2_gs (line 364) | struct ps2_gs type ps2_intc (line 364) | struct ps2_intc type ps2_iop_intc (line 364) | struct ps2_iop_intc type ps2_ee_timers (line 364) | struct ps2_ee_timers type ps2_iop_timers (line 364) | struct ps2_iop_timers type sched_state (line 364) | struct sched_state type ps2_gs (line 365) | struct ps2_gs type ps2_gs (line 366) | struct ps2_gs type ps2_gs (line 367) | struct ps2_gs type ps2_gs (line 368) | struct ps2_gs type ps2_gs (line 369) | struct ps2_gs type gs_privileged_state (line 371) | struct gs_privileged_state { type ps2_gs (line 393) | struct ps2_gs type gs_privileged_state (line 393) | struct gs_privileged_state type ps2_gs (line 395) | struct ps2_gs type ps2_gs (line 396) | struct ps2_gs type ps2_gs (line 397) | struct ps2_gs FILE: src/gs/renderer/config.hpp type hardware_config (line 3) | struct hardware_config { FILE: src/gs/renderer/hardware.cpp function hardware_init (line 7) | bool hardware_init(void* udata, const renderer_create_info& info) { function hardware_reset (line 83) | void hardware_reset(void* udata) { function hardware_destroy (line 97) | void hardware_destroy(void* udata) { function renderer_image (line 107) | renderer_image hardware_get_frame(void* udata) { function hardware_transfer (line 184) | void hardware_transfer(void* udata, int path, const void* data, size_t s... function hardware_set_config (line 190) | void hardware_set_config(void* udata, void* config) { FILE: src/gs/renderer/hardware.hpp class ExternallyManagedDevice (line 18) | class ExternallyManagedDevice : public DeviceFactory { method ExternallyManagedDevice (line 24) | ExternallyManagedDevice(VkDevice device, VkDeviceCreateInfo create_inf... method ExternallyManagedDevice (line 29) | ExternallyManagedDevice() = delete; method VkDevice (line 33) | VkDevice create_device(VkPhysicalDevice gpu, const VkDeviceCreateInfo ... method VkDeviceCreateInfo (line 37) | const VkDeviceCreateInfo *get_existing_create_info() override { method factory_owns_created_device (line 41) | bool factory_owns_created_device() override { class ExternallyManagedInstance (line 46) | class ExternallyManagedInstance : public InstanceFactory { method ExternallyManagedInstance (line 52) | ExternallyManagedInstance(VkInstance instance, VkInstanceCreateInfo cr... method ExternallyManagedInstance (line 57) | ExternallyManagedInstance() = delete; method VkInstance (line 61) | VkInstance create_instance(const VkInstanceCreateInfo *info) override { method VkInstanceCreateInfo (line 68) | const VkInstanceCreateInfo* get_existing_create_info() override { method factory_owns_created_instance (line 72) | bool factory_owns_created_instance() override { class RendererSignalHandler (line 77) | class RendererSignalHandler : public SignalInterface { type ps2_gs (line 78) | struct ps2_gs method RendererSignalHandler (line 82) | RendererSignalHandler(struct ps2_gs* gs) : m_gs(gs) {} method on_signal (line 84) | virtual bool on_signal(uint64_t payload) override { method on_finish (line 88) | virtual bool on_finish(uint64_t payload) override { method on_label (line 92) | virtual bool on_label(uint64_t payload) override { type hardware_state (line 97) | struct hardware_state { type ps2_gs (line 106) | struct ps2_gs type ps2_gif (line 107) | struct ps2_gif FILE: src/gs/renderer/null.cpp function null_init (line 9) | bool null_init(void* udata, const renderer_create_info& info) { function null_reset (line 13) | void null_reset(void* udata) { function null_destroy (line 17) | void null_destroy(void* udata) { function renderer_image (line 21) | renderer_image null_get_frame(void* udata) { function null_set_config (line 30) | void null_set_config(void* udata, void* config) { function null_transfer (line 36) | void null_transfer(void* udata, int path, const void* data, size_t size) { FILE: src/gs/renderer/renderer.cpp function renderer_state (line 6) | renderer_state* renderer_create(void) { function renderer_init (line 10) | bool renderer_init(renderer_state* renderer, const renderer_create_info&... function renderer_switch (line 53) | bool renderer_switch(renderer_state* renderer, int backend, void* config) { function renderer_destroy (line 66) | void renderer_destroy(renderer_state* renderer) { function renderer_reset (line 72) | void renderer_reset(renderer_state* renderer) { function renderer_image (line 76) | renderer_image renderer_get_frame(renderer_state* renderer) { function renderer_set_config (line 80) | void renderer_set_config(renderer_state* renderer, void* config) { FILE: src/gs/renderer/renderer.hpp type renderer_stats (line 34) | struct renderer_stats { type renderer_create_info (line 56) | struct renderer_create_info { type ps2_gif (line 57) | struct ps2_gif type ps2_gs (line 58) | struct ps2_gs type renderer_image (line 70) | struct renderer_image { type renderer_state (line 79) | struct renderer_state { type ps2_gif (line 80) | struct ps2_gif FILE: src/gs/renderer/software_thread.cpp function psmct32_addr (line 45) | static inline int psmct32_addr(int base, int width, int x, int y) { function psmz32_addr (line 80) | static inline int psmz32_addr(int base, int width, int x, int y) { function psmct16_addr (line 144) | static inline int psmct16_addr(int base, int width, int x, int y) { function psmz16_addr (line 174) | static inline int psmz16_addr(int base, int width, int x, int y) { function psmct16s_addr (line 226) | static inline int psmct16s_addr(int base, int width, int x, int y) { function psmz16s_addr (line 256) | static inline int psmz16s_addr(int base, int width, int x, int y) { function psmt8_addr (line 319) | static inline int psmt8_addr(int base, int width, int x, int y) { function psmt4_addr (line 417) | static inline int psmt4_addr(int base, int width, int x, int y) { type ps2_gs (line 478) | struct ps2_gs type ps2_gs (line 479) | struct ps2_gs type ps2_gs (line 480) | struct ps2_gs type ps2_gs (line 481) | struct ps2_gs type ps2_gs (line 482) | struct ps2_gs type ps2_gs (line 483) | struct ps2_gs type ps2_gs (line 484) | struct ps2_gs function software_thread_render_thread (line 486) | void software_thread_render_thread(software_thread_state* ctx) { function software_thread_destroy (line 522) | void software_thread_destroy(void* udata) { function software_thread_set_size (line 554) | void software_thread_set_size(void* udata, int width, int height) { function software_thread_set_scale (line 661) | void software_thread_set_scale(void* udata, float scale) { function software_thread_set_aspect_mode (line 667) | void software_thread_set_aspect_mode(void* udata, int aspect_mode) { function software_thread_set_integer_scaling (line 673) | void software_thread_set_integer_scaling(void* udata, bool integer_scali... function software_thread_set_bilinear (line 679) | void software_thread_set_bilinear(void* udata, bool bilinear) { function software_thread_get_viewport_size (line 685) | void software_thread_get_viewport_size(void* udata, int* w, int* h) { function software_thread_get_display_size (line 692) | void software_thread_get_display_size(void* udata, int* w, int* h) { function software_thread_get_display_format (line 699) | void software_thread_get_display_format(void* udata, int* fmt) { function software_thread_set_window_rect (line 705) | void software_thread_set_window_rect(void* udata, int x, int y, int w, i... function software_thread_get_interlace_mode (line 740) | void software_thread_get_interlace_mode(void* udata, int* interlace) { function gs_apply_function (line 752) | static inline uint32_t gs_apply_function(struct ps2_gs* gs, uint32_t t, ... function gs_clamp_u (line 813) | static inline int gs_clamp_u(struct ps2_gs* gs, int u) { function gs_clamp_v (line 838) | static inline int gs_clamp_v(struct ps2_gs* gs, int v) { function gs_read_fb (line 871) | static inline uint32_t gs_read_fb(struct ps2_gs* gs, int x, int y) { function gs_read_dispfb (line 934) | static inline uint32_t gs_read_dispfb(struct ps2_gs* gs, int x, int y, i... function gs_read_zb (line 976) | static inline uint32_t gs_read_zb(struct ps2_gs* gs, int x, int y) { function gs_read_cb_csm2 (line 1039) | static inline uint32_t gs_read_cb_csm2(struct ps2_gs* gs, int i) { function gs_read_cb (line 1071) | static inline uint32_t gs_read_cb(struct ps2_gs* gs, int i) { function gs_to_rgba32 (line 1144) | static inline uint32_t gs_to_rgba32(struct ps2_gs* gs, uint32_t c, int f... function gs_from_rgba32 (line 1211) | static inline uint32_t gs_from_rgba32(struct ps2_gs* gs, uint32_t c, int... function gs_read_tb_impl (line 1274) | static inline uint32_t gs_read_tb_impl(struct ps2_gs* gs, int u, int v) { function gs_read_tb (line 1367) | static inline uint32_t gs_read_tb(struct ps2_gs* gs, int u, int v) { function gs_write_fb (line 1420) | static inline void gs_write_fb(struct ps2_gs* gs, int x, int y, uint32_t... function gs_write_fb_no_alpha (line 1492) | static inline void gs_write_fb_no_alpha(struct ps2_gs* gs, int x, int y,... function gs_write_zb (line 1566) | static inline void gs_write_zb(struct ps2_gs* gs, int x, int y, uint32_t... function gs_test_scissor (line 1627) | static inline int gs_test_scissor(struct ps2_gs* gs, int x, int y) { function gs_test_pixel (line 1636) | static inline int gs_test_pixel(struct ps2_gs* gs, int x, int y, uint32_... function gs_alpha_blend (line 1714) | static inline uint32_t gs_alpha_blend(struct ps2_gs* gs, int x, int y, u... function lerpf (line 1781) | static inline float lerpf(int32_t x, float u1, int32_t x1, float u2, int... function lerp (line 1792) | static inline int32_t lerp(int32_t x, int32_t u1, int32_t x1, int32_t u2... function stepsize (line 1803) | int32_t stepsize(int32_t u1, int32_t x1, int32_t u2, int32_t x2, int64_t... function gs_draw_pixel (line 1810) | static inline void gs_draw_pixel(struct ps2_gs* gs, int x, int y, uint32... function software_thread_init (line 1831) | void software_thread_init(void* udata, struct ps2_gs* gs, SDL_Window* wi... function gs_generic_read (line 1971) | static inline uint32_t gs_generic_read(struct ps2_gs* gs, uint32_t bp, u... function gs_generic_write (line 2055) | static inline void gs_generic_write(struct ps2_gs* gs, uint32_t bp, uint... function software_thread_vram_blit (line 2147) | static inline void software_thread_vram_blit(struct ps2_gs* gs, software... function render_point (line 2173) | void render_point(struct ps2_gs* gs, void* udata) { function render_line (line 2185) | void render_line(struct ps2_gs* gs, void* udata) { function gs_draw_wireframe (line 2224) | void gs_draw_wireframe(struct ps2_gs* gs, struct gs_vertex v0, struct gs... function render_triangle (line 2271) | void render_triangle(struct ps2_gs* gs, void* udata) { function gs_lerp (line 2436) | int32_t gs_lerp(int32_t x, int32_t u1, int32_t x1, int32_t u2, int32_t x... function gs_step (line 2445) | int32_t gs_step(int32_t u1, int32_t x1, int32_t u2, int32_t x2, int64_t ... function gs_lerpf (line 2451) | float gs_lerpf(int32_t x, float u1, int32_t x1, float u2, int32_t x2) { function gs_stepf (line 2466) | float gs_stepf(float u1, int32_t x1, float u2, int32_t x2, int64_t mult) { function render_sprite (line 2472) | void render_sprite(struct ps2_gs* gs, void* udata) { function gs_pixels_to_size (line 2581) | static inline int gs_pixels_to_size(int fmt, int px) { function gs_write_psmct32 (line 2600) | static inline void gs_write_psmct32(struct ps2_gs* gs, software_thread_s... function gs_write_psmt4hh (line 2613) | static inline void gs_write_psmt4hh(struct ps2_gs* gs, software_thread_s... function gs_write_psmt4hl (line 2626) | static inline void gs_write_psmt4hl(struct ps2_gs* gs, software_thread_s... function gs_write_psmt4 (line 2639) | static inline void gs_write_psmt4(struct ps2_gs* gs, software_thread_sta... function gs_write_psmt8 (line 2657) | static inline void gs_write_psmt8(struct ps2_gs* gs, software_thread_sta... function gs_write_psmt8h (line 2673) | static inline void gs_write_psmt8h(struct ps2_gs* gs, software_thread_st... function gs_store_hwreg_psmt4 (line 2686) | static inline void gs_store_hwreg_psmt4(struct ps2_gs* gs, software_thre... function gs_store_hwreg_psmt4hh (line 2694) | static inline void gs_store_hwreg_psmt4hh(struct ps2_gs* gs, software_th... function gs_store_hwreg_psmt4hl (line 2702) | static inline void gs_store_hwreg_psmt4hl(struct ps2_gs* gs, software_th... function gs_store_hwreg_psmt8 (line 2710) | static inline void gs_store_hwreg_psmt8(struct ps2_gs* gs, software_thre... function gs_store_hwreg_psmt8h (line 2718) | static inline void gs_store_hwreg_psmt8h(struct ps2_gs* gs, software_thr... function gs_store_hwreg_psmct32 (line 2726) | static inline void gs_store_hwreg_psmct32(struct ps2_gs* gs, software_th... function gs_write_psmct24 (line 2737) | static inline void gs_write_psmct24(struct ps2_gs* gs, software_thread_s... function gs_store_hwreg_psmct24 (line 2748) | static inline void gs_store_hwreg_psmct24(struct ps2_gs* gs, software_th... function gs_write_psmct16 (line 2775) | static inline void gs_write_psmct16(struct ps2_gs* gs, software_thread_s... function gs_write_psmct16s (line 2791) | static inline void gs_write_psmct16s(struct ps2_gs* gs, software_thread_... function gs_store_hwreg_psmct16 (line 2807) | static inline void gs_store_hwreg_psmct16(struct ps2_gs* gs, software_th... function gs_store_hwreg_psmct16s (line 2815) | static inline void gs_store_hwreg_psmct16s(struct ps2_gs* gs, software_t... function transfer_flush_buffer (line 2823) | void transfer_flush_buffer(software_thread_state* ctx) { function transfer_start (line 2877) | void transfer_start(struct ps2_gs* gs, void* udata) { function transfer_write (line 2980) | void transfer_write(struct ps2_gs* gs, void* udata) { function transfer_read (line 2991) | void transfer_read(struct ps2_gs* gs, void* udata) { function software_thread_render_point (line 2995) | void software_thread_render_point(struct ps2_gs* gs, void* udata) { function software_thread_render_line (line 3011) | void software_thread_render_line(struct ps2_gs* gs, void* udata) { function software_thread_render_triangle (line 3027) | void software_thread_render_triangle(struct ps2_gs* gs, void* udata) { function software_thread_render_sprite (line 3043) | void software_thread_render_sprite(struct ps2_gs* gs, void* udata) { function software_thread_transfer_start (line 3059) | void software_thread_transfer_start(struct ps2_gs* gs, void* udata) { function software_thread_transfer_write (line 3078) | void software_thread_transfer_write(struct ps2_gs* gs, void* udata) { function software_thread_transfer_read (line 3084) | void software_thread_transfer_read(struct ps2_gs* gs, void* udata) { function gs_blit_dispfb_deinterlace_frame (line 3107) | void gs_blit_dispfb_deinterlace_frame(software_thread_state* ctx, int df... function gs_blit_dispfb_deinterlace_field (line 3135) | void gs_blit_dispfb_deinterlace_field(software_thread_state* ctx, int df... function gs_blit_dispfb_no_deinterlace (line 3163) | void gs_blit_dispfb_no_deinterlace(software_thread_state* ctx, int dfb) { function software_thread_begin_render (line 3190) | void software_thread_begin_render(void* udata, SDL_GPUCommandBuffer* com... function software_thread_render (line 3406) | void software_thread_render(void* udata, SDL_GPUCommandBuffer* command_b... function software_thread_end_render (line 3447) | void software_thread_end_render(void* udata, SDL_GPUCommandBuffer* comma... function renderer_stats (line 3451) | renderer_stats* software_thread_get_debug_stats(void* udata) { FILE: src/gs/renderer/software_thread.hpp type render_data (line 17) | struct render_data { type ps2_gs (line 19) | struct ps2_gs type gpu_vertex (line 22) | struct gpu_vertex { type software_thread_state (line 26) | struct software_thread_state { type ps2_gs (line 63) | struct ps2_gs type ps2_gs (line 86) | struct ps2_gs type ps2_gs (line 106) | struct ps2_gs type ps2_gs (line 107) | struct ps2_gs type ps2_gs (line 108) | struct ps2_gs type ps2_gs (line 109) | struct ps2_gs type ps2_gs (line 110) | struct ps2_gs type ps2_gs (line 111) | struct ps2_gs type ps2_gs (line 112) | struct ps2_gs FILE: src/iop/bus.c type iop_bus (line 10) | struct iop_bus type iop_bus (line 11) | struct iop_bus function iop_bus_init (line 14) | void iop_bus_init(struct iop_bus* bus, const char* bios_path) { function iop_bus_init_fastmem (line 25) | void iop_bus_init_fastmem(struct iop_bus* bus, int ram_size) { function iop_bus_init_bios (line 43) | void iop_bus_init_bios(struct iop_bus* bus, struct ps2_bios* bios) { function iop_bus_init_rom1 (line 47) | void iop_bus_init_rom1(struct iop_bus* bus, struct ps2_bios* rom1) { function iop_bus_init_rom2 (line 51) | void iop_bus_init_rom2(struct iop_bus* bus, struct ps2_bios* rom2) { function iop_bus_init_iop_ram (line 55) | void iop_bus_init_iop_ram(struct iop_bus* bus, struct ps2_ram* iop_ram) { function iop_bus_init_iop_spr (line 59) | void iop_bus_init_iop_spr(struct iop_bus* bus, struct ps2_ram* iop_spr) { function iop_bus_init_sif (line 63) | void iop_bus_init_sif(struct iop_bus* bus, struct ps2_sif* sif) { function iop_bus_init_dma (line 67) | void iop_bus_init_dma(struct iop_bus* bus, struct ps2_iop_dma* dma) { function iop_bus_init_intc (line 71) | void iop_bus_init_intc(struct iop_bus* bus, struct ps2_iop_intc* intc) { function iop_bus_init_timers (line 75) | void iop_bus_init_timers(struct iop_bus* bus, struct ps2_iop_timers* tim... function iop_bus_init_cdvd (line 79) | void iop_bus_init_cdvd(struct iop_bus* bus, struct ps2_cdvd* cdvd) { function iop_bus_init_sio2 (line 83) | void iop_bus_init_sio2(struct iop_bus* bus, struct ps2_sio2* sio2) { function iop_bus_init_spu2 (line 87) | void iop_bus_init_spu2(struct iop_bus* bus, struct ps2_spu2* spu2) { function iop_bus_init_usb (line 91) | void iop_bus_init_usb(struct iop_bus* bus, struct ps2_usb* usb) { function iop_bus_init_fw (line 95) | void iop_bus_init_fw(struct iop_bus* bus, struct ps2_fw* fw) { function iop_bus_init_sbus (line 99) | void iop_bus_init_sbus(struct iop_bus* bus, struct ps2_sbus* sbus) { function iop_bus_init_dev9 (line 103) | void iop_bus_init_dev9(struct iop_bus* bus, struct ps2_dev9* dev9) { function iop_bus_init_speed (line 107) | void iop_bus_init_speed(struct iop_bus* bus, struct ps2_speed* speed) { function iop_bus_init_s14x_nand (line 111) | void iop_bus_init_s14x_nand(struct iop_bus* bus, struct s14x_nand* nand) { function iop_bus_init_s14x_syscon (line 115) | void iop_bus_init_s14x_syscon(struct iop_bus* bus, struct s14x_syscon* s... function iop_bus_init_s14x_sram (line 119) | void iop_bus_init_s14x_sram(struct iop_bus* bus, struct s14x_sram* sram) { function iop_bus_init_s14x_link (line 123) | void iop_bus_init_s14x_link(struct iop_bus* bus, struct s14x_link* link) { function iop_bus_destroy (line 127) | void iop_bus_destroy(struct iop_bus* bus) { function iop_bus_read8 (line 155) | uint32_t iop_bus_read8(void* udata, uint32_t addr) { function iop_bus_read16 (line 194) | uint32_t iop_bus_read16(void* udata, uint32_t addr) { function iop_bus_read32 (line 244) | uint32_t iop_bus_read32(void* udata, uint32_t addr) { function iop_bus_write8 (line 290) | void iop_bus_write8(void* udata, uint32_t addr, uint32_t data) { function iop_bus_write16 (line 325) | void iop_bus_write16(void* udata, uint32_t addr, uint32_t data) { function iop_bus_write32 (line 356) | void iop_bus_write32(void* udata, uint32_t addr, uint32_t data) { FILE: src/iop/bus.h type iop_bus (line 37) | struct iop_bus { type iop_bus (line 66) | struct iop_bus type ps2_bios (line 66) | struct ps2_bios type iop_bus (line 67) | struct iop_bus type ps2_bios (line 67) | struct ps2_bios type iop_bus (line 68) | struct iop_bus type ps2_bios (line 68) | struct ps2_bios type iop_bus (line 69) | struct iop_bus type ps2_ram (line 69) | struct ps2_ram type iop_bus (line 70) | struct iop_bus type ps2_ram (line 70) | struct ps2_ram type iop_bus (line 71) | struct iop_bus type ps2_sif (line 71) | struct ps2_sif type iop_bus (line 72) | struct iop_bus type ps2_iop_dma (line 72) | struct ps2_iop_dma type iop_bus (line 73) | struct iop_bus type ps2_iop_intc (line 73) | struct ps2_iop_intc type iop_bus (line 74) | struct iop_bus type ps2_iop_timers (line 74) | struct ps2_iop_timers type iop_bus (line 75) | struct iop_bus type ps2_cdvd (line 75) | struct ps2_cdvd type iop_bus (line 76) | struct iop_bus type ps2_sio2 (line 76) | struct ps2_sio2 type iop_bus (line 77) | struct iop_bus type ps2_spu2 (line 77) | struct ps2_spu2 type iop_bus (line 78) | struct iop_bus type ps2_usb (line 78) | struct ps2_usb type iop_bus (line 79) | struct iop_bus type ps2_fw (line 79) | struct ps2_fw type iop_bus (line 80) | struct iop_bus type ps2_sbus (line 80) | struct ps2_sbus type iop_bus (line 81) | struct iop_bus type ps2_dev9 (line 81) | struct ps2_dev9 type iop_bus (line 82) | struct iop_bus type ps2_speed (line 82) | struct ps2_speed type iop_bus (line 83) | struct iop_bus type s14x_nand (line 83) | struct s14x_nand type iop_bus (line 84) | struct iop_bus type s14x_syscon (line 84) | struct s14x_syscon type iop_bus (line 85) | struct iop_bus type s14x_sram (line 85) | struct s14x_sram type iop_bus (line 86) | struct iop_bus type s14x_link (line 86) | struct s14x_link type iop_bus (line 88) | struct iop_bus FILE: src/iop/bus_decl.h type iop_bus (line 6) | struct iop_bus type iop_bus (line 8) | struct iop_bus type iop_bus (line 9) | struct iop_bus type iop_bus (line 10) | struct iop_bus FILE: src/iop/cdvd.c type nvram_layout (line 13) | struct nvram_layout type nvram_layout (line 25) | struct nvram_layout function cdvd_is_dual_layer (line 110) | static inline int cdvd_is_dual_layer(struct ps2_cdvd* cdvd) { function cdvd_set_busy (line 114) | static inline void cdvd_set_busy(struct ps2_cdvd* cdvd) { function cdvd_set_ready (line 119) | static inline void cdvd_set_ready(struct ps2_cdvd* cdvd) { function cdvd_init_s_fifo (line 124) | static inline void cdvd_init_s_fifo(struct ps2_cdvd* cdvd, int size) { function cdvd_s_read_subq (line 134) | static inline void cdvd_s_read_subq(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_cmd (line 177) | static inline void cdvd_s_mechacon_cmd(struct ps2_cdvd* cdvd) { function cdvd_s_update_sticky_flags (line 221) | static inline void cdvd_s_update_sticky_flags(struct ps2_cdvd* cdvd) { function cdvd_s_read_rtc (line 228) | static inline void cdvd_s_read_rtc(struct ps2_cdvd* cdvd) { function cdvd_s_write_rtc (line 244) | static inline void cdvd_s_write_rtc(struct ps2_cdvd* cdvd) { function cdvd_s_read_nvram (line 249) | static inline void cdvd_s_read_nvram(struct ps2_cdvd* cdvd) { function cdvd_s_write_nvram (line 257) | static inline void cdvd_s_write_nvram(struct ps2_cdvd* cdvd) { function cdvd_s_read_ilink_id (line 262) | static inline void cdvd_s_read_ilink_id(struct ps2_cdvd* cdvd) { function cdvd_s_ctrl_audio_digital_out (line 279) | static inline void cdvd_s_ctrl_audio_digital_out(struct ps2_cdvd* cdvd) { function cdvd_s_forbid_dvd (line 284) | static inline void cdvd_s_forbid_dvd(struct ps2_cdvd* cdvd) { function cdvd_s_read_model (line 289) | static inline void cdvd_s_read_model(struct ps2_cdvd* cdvd) { function cdvd_s_certify_boot (line 296) | static inline void cdvd_s_certify_boot(struct ps2_cdvd* cdvd) { function cdvd_s_cancel_pwoff_ready (line 301) | static inline void cdvd_s_cancel_pwoff_ready(struct ps2_cdvd* cdvd) { function cdvd_s_blue_led_ctl (line 306) | static inline void cdvd_s_blue_led_ctl(struct ps2_cdvd* cdvd) { function cdvd_s_read_wakeup_time (line 311) | static inline void cdvd_s_read_wakeup_time(struct ps2_cdvd* cdvd) { function cdvd_s_rc_bypass_ctrl (line 317) | static inline void cdvd_s_rc_bypass_ctrl(struct ps2_cdvd* cdvd) { function cdvd_s_open_config (line 322) | static inline void cdvd_s_open_config(struct ps2_cdvd* cdvd) { function cdvd_s_read_config (line 332) | static inline void cdvd_s_read_config(struct ps2_cdvd* cdvd) { function cdvd_s_write_config (line 349) | static inline void cdvd_s_write_config(struct ps2_cdvd* cdvd) { function cdvd_s_close_config (line 354) | static inline void cdvd_s_close_config(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_80 (line 359) | static inline void cdvd_s_mechacon_auth_80(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_81 (line 364) | static inline void cdvd_s_mechacon_auth_81(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_82 (line 369) | static inline void cdvd_s_mechacon_auth_82(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_83 (line 374) | static inline void cdvd_s_mechacon_auth_83(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_84 (line 379) | static inline void cdvd_s_mechacon_auth_84(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_85 (line 396) | static inline void cdvd_s_mechacon_auth_85(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_86 (line 413) | static inline void cdvd_s_mechacon_auth_86(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_87 (line 418) | static inline void cdvd_s_mechacon_auth_87(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_88 (line 423) | static inline void cdvd_s_mechacon_auth_88(struct ps2_cdvd* cdvd) { function cdvd_s_mg_write_data (line 428) | static inline void cdvd_s_mg_write_data(struct ps2_cdvd* cdvd) { function cdvd_s_mechacon_auth_8f (line 440) | static inline void cdvd_s_mechacon_auth_8f(struct ps2_cdvd* cdvd) { function cdvd_s_mg_write_hdr_start (line 445) | static inline void cdvd_s_mg_write_hdr_start(struct ps2_cdvd* cdvd) { function cdvd_s_mg_read_bit_length (line 457) | static inline void cdvd_s_mg_read_bit_length(struct ps2_cdvd* cdvd) { function cdvd_s_get_region_params (line 463) | static inline void cdvd_s_get_region_params(struct ps2_cdvd* cdvd) { function cdvd_s_remote2_read (line 491) | static inline void cdvd_s_remote2_read(struct ps2_cdvd* cdvd) { function cdvd_s_remote2_6 (line 500) | static inline void cdvd_s_remote2_6(struct ps2_cdvd* cdvd) { function cdvd_s_auto_adjust_ctrl (line 507) | static inline void cdvd_s_auto_adjust_ctrl(struct ps2_cdvd* cdvd) { function cdvd_s_notice_game_start (line 512) | static inline void cdvd_s_notice_game_start(struct ps2_cdvd* cdvd) { function cdvd_s_get_medium_removal (line 517) | static inline void cdvd_s_get_medium_removal(struct ps2_cdvd* cdvd) { function cdvd_handle_s_command (line 523) | void cdvd_handle_s_command(struct ps2_cdvd* cdvd, uint8_t cmd) { function cdvd_handle_s_param (line 586) | static inline void cdvd_handle_s_param(struct ps2_cdvd* cdvd, uint8_t pa... function cdvd_read_s_response (line 594) | static inline uint8_t cdvd_read_s_response(struct ps2_cdvd* cdvd) { function cdvd_get_cd_read_timing (line 607) | static inline long cdvd_get_cd_read_timing(struct ps2_cdvd* cdvd, int fr... function cdvd_set_status (line 631) | static inline void cdvd_set_status(struct ps2_cdvd* cdvd, uint8_t data) { function cdvd_send_irq (line 636) | static inline void cdvd_send_irq(struct ps2_cdvd* cdvd) { function cdvd_fetch_sector (line 642) | void cdvd_fetch_sector(struct ps2_cdvd* cdvd) { function cdvd_do_read (line 723) | void cdvd_do_read(void* udata, int overshoot) { function cdvd_n_nop (line 783) | static inline void cdvd_n_nop(struct ps2_cdvd* cdvd) { function cdvd_n_nop_sync (line 789) | static inline void cdvd_n_nop_sync(struct ps2_cdvd* cdvd) { function cdvd_n_standby (line 792) | static inline void cdvd_n_standby(struct ps2_cdvd* cdvd) { function cdvd_n_stop (line 800) | static inline void cdvd_n_stop(struct ps2_cdvd* cdvd) { function cdvd_n_pause (line 808) | static inline void cdvd_n_pause(struct ps2_cdvd* cdvd) { function cdvd_n_seek (line 818) | static inline void cdvd_n_seek(struct ps2_cdvd* cdvd) { function cdvd_n_read_cd (line 828) | static inline void cdvd_n_read_cd(struct ps2_cdvd* cdvd) { function cdvd_n_read_cdda (line 869) | static inline void cdvd_n_read_cdda(struct ps2_cdvd* cdvd) { function cdvd_n_read_dvd (line 890) | static inline void cdvd_n_read_dvd(struct ps2_cdvd* cdvd) { function cdvd_n_get_toc (line 921) | static inline void cdvd_n_get_toc(struct ps2_cdvd* cdvd) { function cdvd_n_read_key (line 1013) | static inline void cdvd_n_read_key(struct ps2_cdvd* cdvd) { function cdvd_handle_n_command (line 1081) | static inline void cdvd_handle_n_command(struct ps2_cdvd* cdvd, uint8_t ... function cdvd_handle_n_param (line 1111) | static inline void cdvd_handle_n_param(struct ps2_cdvd* cdvd, uint8_t pa... type ps2_cdvd (line 1121) | struct ps2_cdvd type ps2_cdvd (line 1122) | struct ps2_cdvd function ps2_cdvd_init (line 1125) | void ps2_cdvd_init(struct ps2_cdvd* cdvd, struct ps2_iop_dma* dma, struc... function ps2_cdvd_destroy (line 1139) | void ps2_cdvd_destroy(struct ps2_cdvd* cdvd) { function cdvd_set_detected_type (line 1146) | void cdvd_set_detected_type(void* udata, int overshoot) { function ps2_cdvd_open (line 1154) | int ps2_cdvd_open(struct ps2_cdvd* cdvd, const char* path, int delay) { function ps2_cdvd_close (line 1209) | void ps2_cdvd_close(struct ps2_cdvd* cdvd) { function ps2_cdvd_power_off (line 1226) | void ps2_cdvd_power_off(struct ps2_cdvd* cdvd) { function cdvd_read_speed (line 1233) | uint8_t cdvd_read_speed(struct ps2_cdvd* cdvd) { function ps2_cdvd_read8 (line 1247) | uint64_t ps2_cdvd_read8(struct ps2_cdvd* cdvd, uint32_t addr) { function ps2_cdvd_write8 (line 1298) | void ps2_cdvd_write8(struct ps2_cdvd* cdvd, uint32_t addr, uint64_t data) { function ps2_cdvd_reset (line 1320) | void ps2_cdvd_reset(struct ps2_cdvd* cdvd) { function ps2_cdvd_set_mechacon_model (line 1335) | void ps2_cdvd_set_mechacon_model(struct ps2_cdvd* cdvd, int model) { function ps2_cdvd_load_nvram (line 1349) | int ps2_cdvd_load_nvram(struct ps2_cdvd* cdvd, const char* path) { FILE: src/iop/cdvd.h type nvram_layout (line 80) | struct nvram_layout { type ps2_cdvd (line 97) | struct ps2_cdvd { type ps2_cdvd (line 157) | struct ps2_cdvd type ps2_cdvd (line 158) | struct ps2_cdvd type ps2_iop_dma (line 158) | struct ps2_iop_dma type ps2_iop_intc (line 158) | struct ps2_iop_intc type sched_state (line 158) | struct sched_state type ps2_cdvd (line 159) | struct ps2_cdvd type ps2_cdvd (line 160) | struct ps2_cdvd type ps2_cdvd (line 161) | struct ps2_cdvd type ps2_cdvd (line 162) | struct ps2_cdvd type ps2_cdvd (line 163) | struct ps2_cdvd type ps2_cdvd (line 164) | struct ps2_cdvd type ps2_cdvd (line 165) | struct ps2_cdvd type ps2_cdvd (line 166) | struct ps2_cdvd type ps2_cdvd (line 167) | struct ps2_cdvd FILE: src/iop/disc.c function iso9660_pvd (line 21) | struct PACKED iso9660_pvd { function iso9660_dirent (line 39) | struct PACKED iso9660_dirent { function disc_fetch_pvd (line 67) | static inline int disc_fetch_pvd(struct disc_state* disc) { function disc_fetch_root (line 79) | static inline int disc_fetch_root(struct disc_state* disc) { function disc_fetch_system_cnf (line 98) | static inline int disc_fetch_system_cnf(struct disc_state* disc) { function disc_get_extension (line 132) | int disc_get_extension(const char* path) { type disc_state (line 161) | struct disc_state type disc_state (line 167) | struct disc_state type disc_state (line 167) | struct disc_state type disc_state (line 169) | struct disc_state type disc_iso (line 180) | struct disc_iso type disc_bin (line 197) | struct disc_bin type disc_cue (line 212) | struct disc_cue type disc_chd (line 227) | struct disc_chd type disc_ciso (line 242) | struct disc_ciso function disc_detect_media (line 275) | int disc_detect_media(struct disc_state* disc) { function disc_detect_type (line 306) | static inline int disc_detect_type(struct disc_state* disc) { function disc_get_type (line 339) | int disc_get_type(struct disc_state* disc) { function disc_read_sector (line 458) | int disc_read_sector(struct disc_state* disc, unsigned char* buf, uint64... function disc_get_size (line 468) | uint64_t disc_get_size(struct disc_state* disc) { function disc_get_volume_lba (line 478) | uint64_t disc_get_volume_lba(struct disc_state* disc, int vol) { function disc_get_sector_size (line 495) | int disc_get_sector_size(struct disc_state* disc) { function disc_get_track_count (line 505) | int disc_get_track_count(struct disc_state* disc) { function disc_get_track_info (line 515) | int disc_get_track_info(struct disc_state* disc, int track, struct track... function disc_get_track_number (line 525) | int disc_get_track_number(struct disc_state* disc, uint64_t lba) { function disc_close (line 535) | void disc_close(struct disc_state* disc) { type disc_state (line 556) | struct disc_state type disc_state (line 622) | struct disc_state type disc_state (line 683) | struct disc_state type iso9660_dirent (line 729) | struct iso9660_dirent type iso9660_dirent (line 729) | struct iso9660_dirent type iso9660_dirent (line 766) | struct iso9660_dirent FILE: src/iop/disc.h type track_info (line 79) | struct track_info { type disc_state (line 85) | struct disc_state { type disc_state (line 104) | struct disc_state type disc_state (line 105) | struct disc_state type disc_state (line 106) | struct disc_state type disc_state (line 107) | struct disc_state type disc_state (line 108) | struct disc_state type disc_state (line 109) | struct disc_state type disc_state (line 110) | struct disc_state type disc_state (line 111) | struct disc_state type track_info (line 111) | struct track_info type disc_state (line 112) | struct disc_state type disc_state (line 113) | struct disc_state type disc_state (line 114) | struct disc_state type disc_state (line 115) | struct disc_state type disc_state (line 116) | struct disc_state FILE: src/iop/disc/bin.c type disc_bin (line 6) | struct disc_bin type disc_bin (line 7) | struct disc_bin function bin_init (line 10) | int bin_init(struct disc_bin* bin, const char* path) { function bin_destroy (line 22) | void bin_destroy(struct disc_bin* bin) { function bin_read_sector (line 28) | int bin_read_sector(void* udata, unsigned char* buf, uint64_t lba, int s... function bin_get_size (line 44) | uint64_t bin_get_size(void* udata) { function bin_get_sector_size (line 52) | int bin_get_sector_size(void* udata) { function bin_get_track_count (line 56) | int bin_get_track_count(void* udata) { function bin_get_track_info (line 60) | int bin_get_track_info(void* udata, int track, struct track_info* info) { function bin_get_track_number (line 64) | int bin_get_track_number(void* udata, uint64_t lba) { FILE: src/iop/disc/bin.h type disc_bin (line 13) | struct disc_bin { type disc_bin (line 17) | struct disc_bin type disc_bin (line 18) | struct disc_bin type disc_bin (line 19) | struct disc_bin type track_info (line 26) | struct track_info FILE: src/iop/disc/chd.c function get_sector_type_size (line 7) | int get_sector_type_size(const char* type) { type disc_chd (line 27) | struct disc_chd type disc_chd (line 28) | struct disc_chd function chd_init (line 31) | int chd_init(struct disc_chd* chd, const char* path) { function chd_destroy (line 87) | void chd_destroy(struct disc_chd* chd) { function find_hunk_number (line 94) | static inline size_t find_hunk_number(struct disc_chd* chd, uint64_t off... function chd_read_sector (line 99) | int chd_read_sector(void* udata, unsigned char* buf, uint64_t lba, int s... function chd_get_size (line 132) | uint64_t chd_get_size(void* udata) { function chd_get_sector_size (line 138) | int chd_get_sector_size(void* udata) { function chd_get_track_count (line 144) | int chd_get_track_count(void* udata) { function chd_get_track_info (line 148) | int chd_get_track_info(void* udata, int track, struct track_info* info) { function chd_get_track_number (line 152) | int chd_get_track_number(void* udata, uint64_t lba) { FILE: src/iop/disc/chd.h type disc_chd (line 14) | struct disc_chd { type disc_chd (line 22) | struct disc_chd type disc_chd (line 23) | struct disc_chd type disc_chd (line 24) | struct disc_chd type track_info (line 31) | struct track_info FILE: src/iop/disc/ciso.c function get_compression_type (line 10) | int get_compression_type(const char* path) { function realloc_comp_buf (line 26) | int realloc_comp_buf(struct disc_ciso* ciso, size_t size) { type disc_ciso (line 41) | struct disc_ciso type disc_ciso (line 42) | struct disc_ciso function ciso_init (line 45) | int ciso_init(struct disc_ciso* ciso, const char* path) { function ciso_destroy (line 110) | void ciso_destroy(struct disc_ciso* ciso) { function ciso_read_sector (line 120) | int ciso_read_sector(void* udata, unsigned char* buf, uint64_t lba, int ... function ciso_get_size (line 182) | uint64_t ciso_get_size(void* udata) { function ciso_get_sector_size (line 188) | int ciso_get_sector_size(void* udata) { function ciso_get_track_count (line 192) | int ciso_get_track_count(void* udata) { function ciso_get_track_info (line 196) | int ciso_get_track_info(void* udata, int track, struct track_info* info) { function ciso_get_track_number (line 200) | int ciso_get_track_number(void* udata, uint64_t lba) { FILE: src/iop/disc/ciso.h type ciso_header (line 16) | struct ciso_header { type disc_ciso (line 26) | struct disc_ciso { type disc_ciso (line 37) | struct disc_ciso type disc_ciso (line 38) | struct disc_ciso type disc_ciso (line 39) | struct disc_ciso type track_info (line 46) | struct track_info FILE: src/iop/disc/cue.c function cue_parse_keyword (line 100) | int cue_parse_keyword(struct disc_cue* cue) { function cue_parse_number (line 127) | int cue_parse_number(struct disc_cue* cue) { function cue_parse_msf (line 146) | uint64_t cue_parse_msf(struct disc_cue* cue) { function cue_parse_index (line 175) | void cue_parse_index(struct disc_cue* cue) { function cue_track_t (line 195) | cue_track_t* cue_parse_track(struct disc_cue* cue) { function cue_file_t (line 220) | cue_file_t* cue_parse_file(struct disc_cue* cue, const char* p, const ch... type disc_cue (line 260) | struct disc_cue type disc_cue (line 261) | struct disc_cue function cue_parse (line 264) | int cue_parse(struct disc_cue* cue, const char* path) { function get_file_size (line 320) | size_t get_file_size(FILE* file) { function init_tracks (line 341) | int init_tracks(cue_file_t* file, uint64_t* lba) { function cue_load (line 386) | int cue_load(struct disc_cue* cue, int mode) { function cue_destroy (line 432) | void cue_destroy(struct disc_cue* cue) { function cue_track_t (line 467) | cue_track_t* get_sector_track(struct disc_cue* cue, uint64_t lba) { function cue_track_t (line 482) | cue_track_t* get_sector_track_in_pregap(struct disc_cue* cue, uint64_t l... function cue_query (line 506) | int cue_query(struct disc_cue* cue, uint64_t lba) { function cue_read (line 521) | int cue_read(struct disc_cue* cue, uint64_t lba, void* buf, int* sector_... function cue_get_track_number_impl (line 570) | int cue_get_track_number_impl(struct disc_cue* cue, uint64_t lba) { function cue_get_track_count_impl (line 576) | int cue_get_track_count_impl(struct disc_cue* cue) { function cue_get_track_lba (line 580) | int cue_get_track_lba(struct disc_cue* cue, int track) { function cue_read_sector (line 592) | int cue_read_sector(void* udata, unsigned char* buf, uint64_t lba, int s... function cue_get_size (line 625) | uint64_t cue_get_size(void* udata) { function cue_get_sector_size (line 639) | int cue_get_sector_size(void* udata) { function cue_init (line 643) | int cue_init(struct disc_cue* cue, const char* path) { function cue_get_track_count (line 662) | int cue_get_track_count(void* udata) { function cue_get_track_info (line 668) | int cue_get_track_info(void* udata, int track, struct track_info* info) { function cue_get_track_number (line 683) | int cue_get_track_number(void* udata, uint64_t lba) { FILE: src/iop/disc/cue.h type cue_file_t (line 64) | typedef struct { type cue_track_t (line 73) | typedef struct { type disc_cue (line 85) | struct disc_cue { type disc_cue (line 93) | struct disc_cue type disc_cue (line 94) | struct disc_cue type disc_cue (line 95) | struct disc_cue type disc_cue (line 98) | struct disc_cue type disc_cue (line 99) | struct disc_cue type disc_cue (line 100) | struct disc_cue type disc_cue (line 101) | struct disc_cue type disc_cue (line 102) | struct disc_cue type track_info (line 108) | struct track_info FILE: src/iop/disc/iso.c type disc_iso (line 5) | struct disc_iso type disc_iso (line 6) | struct disc_iso function iso_init (line 9) | int iso_init(struct disc_iso* iso, const char* path) { function iso_destroy (line 21) | void iso_destroy(struct disc_iso* iso) { function iso_read_sector (line 27) | int iso_read_sector(void* udata, unsigned char* buf, uint64_t lba, int s... function iso_get_size (line 38) | uint64_t iso_get_size(void* udata) { function iso_get_sector_size (line 46) | int iso_get_sector_size(void* udata) { function iso_get_track_count (line 50) | int iso_get_track_count(void* udata) { function iso_get_track_info (line 54) | int iso_get_track_info(void* udata, int track, struct track_info* info) { function iso_get_track_number (line 58) | int iso_get_track_number(void* udata, uint64_t lba) { FILE: src/iop/disc/iso.h type disc_iso (line 13) | struct disc_iso { type disc_iso (line 17) | struct disc_iso type disc_iso (line 18) | struct disc_iso type disc_iso (line 19) | struct disc_iso type track_info (line 26) | struct track_info FILE: src/iop/dma.c function iop_dma_set_dicr (line 11) | static inline void iop_dma_set_dicr(struct ps2_iop_dma* dma, uint32_t v) { function iop_dma_set_dicr2 (line 17) | static inline void iop_dma_set_dicr2(struct ps2_iop_dma* dma, uint32_t v) { function iop_dma_set_dicr_flag (line 23) | inline static void iop_dma_set_dicr_flag(struct ps2_iop_dma* dma, uint32... function iop_dma_check_irq (line 39) | inline static void iop_dma_check_irq(struct ps2_iop_dma* dma) { type ps2_iop_dma (line 59) | struct ps2_iop_dma type ps2_iop_dma (line 60) | struct ps2_iop_dma function ps2_iop_dma_init (line 63) | void ps2_iop_dma_init(struct ps2_iop_dma* dma, struct ps2_iop_intc* intc... function ps2_iop_dma_destroy (line 78) | void ps2_iop_dma_destroy(struct ps2_iop_dma* dma) { type iop_dma_channel (line 82) | struct iop_dma_channel type ps2_iop_dma (line 82) | struct ps2_iop_dma function dma_fetch_tag (line 122) | static inline void dma_fetch_tag(struct ps2_iop_dma* dma, struct iop_dma... function iop_dma_handle_mdec_in_transfer (line 136) | void iop_dma_handle_mdec_in_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_mdec_out_transfer (line 139) | void iop_dma_handle_mdec_out_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_sif2_transfer (line 142) | void iop_dma_handle_sif2_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_cdvd_transfer (line 145) | void iop_dma_handle_cdvd_transfer(struct ps2_iop_dma* dma) { function spu1_dma_irq_event_handler (line 214) | void spu1_dma_irq_event_handler(void* udata, int overshoot) { function iop_dma_handle_spu1_transfer (line 223) | void iop_dma_handle_spu1_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_pio_transfer (line 281) | void iop_dma_handle_pio_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_otc_transfer (line 284) | void iop_dma_handle_otc_transfer(struct ps2_iop_dma* dma) { function spu2_dma_irq_event_handler (line 288) | void spu2_dma_irq_event_handler(void* udata, int overshoot) { function iop_dma_handle_spu2_transfer (line 297) | void iop_dma_handle_spu2_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_dev9_transfer (line 373) | void iop_dma_handle_dev9_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_sif0_transfer (line 398) | void iop_dma_handle_sif0_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_sif1_transfer (line 453) | void iop_dma_handle_sif1_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_sio2_in_transfer (line 515) | void iop_dma_handle_sio2_in_transfer(struct ps2_iop_dma* dma) { function dma_handle_sio2_out_irq_event (line 546) | void dma_handle_sio2_out_irq_event(void* udata, int overshoot) { function iop_dma_handle_sio2_out_transfer (line 554) | void iop_dma_handle_sio2_out_transfer(struct ps2_iop_dma* dma) { function iop_dma_end_sio2_out_transfer (line 611) | void iop_dma_end_sio2_out_transfer(struct ps2_iop_dma* dma) { function ps2_iop_dma_read32 (line 670) | uint64_t ps2_iop_dma_read32(struct ps2_iop_dma* dma, uint32_t addr) { function ps2_iop_dma_write32 (line 702) | void ps2_iop_dma_write32(struct ps2_iop_dma* dma, uint32_t addr, uint64_... function ps2_iop_dma_read16 (line 796) | uint64_t ps2_iop_dma_read16(struct ps2_iop_dma* dma, uint32_t addr) { function ps2_iop_dma_write16 (line 828) | void ps2_iop_dma_write16(struct ps2_iop_dma* dma, uint32_t addr, uint64_... function iop_dma_end_spu1_transfer (line 851) | void iop_dma_end_spu1_transfer(struct ps2_iop_dma* dma) { function iop_dma_end_spu2_transfer (line 858) | void iop_dma_end_spu2_transfer(struct ps2_iop_dma* dma) { function iop_dma_handle_spu1_adma (line 865) | void iop_dma_handle_spu1_adma(struct ps2_iop_dma* dma) { function iop_dma_handle_spu2_adma (line 893) | void iop_dma_handle_spu2_adma(struct ps2_iop_dma* dma) { FILE: src/iop/dma.h type iop_dma_channel (line 38) | struct iop_dma_channel { type ps2_iop_dma (line 55) | struct ps2_iop_dma { type ps2_iop_dma (line 88) | struct ps2_iop_dma type ps2_iop_dma (line 89) | struct ps2_iop_dma type ps2_iop_intc (line 89) | struct ps2_iop_intc type ps2_sif (line 89) | struct ps2_sif type ps2_cdvd (line 89) | struct ps2_cdvd type ps2_dmac (line 89) | struct ps2_dmac type ps2_sio2 (line 89) | struct ps2_sio2 type ps2_spu2 (line 89) | struct ps2_spu2 type sched_state (line 89) | struct sched_state type iop_bus (line 89) | struct iop_bus type ps2_iop_dma (line 90) | struct ps2_iop_dma type ps2_iop_dma (line 91) | struct ps2_iop_dma type ps2_iop_dma (line 92) | struct ps2_iop_dma type ps2_iop_dma (line 93) | struct ps2_iop_dma type ps2_iop_dma (line 94) | struct ps2_iop_dma type ps2_iop_dma (line 95) | struct ps2_iop_dma type ps2_iop_dma (line 96) | struct ps2_iop_dma type ps2_iop_dma (line 97) | struct ps2_iop_dma type ps2_iop_dma (line 98) | struct ps2_iop_dma type ps2_iop_dma (line 99) | struct ps2_iop_dma type ps2_iop_dma (line 100) | struct ps2_iop_dma type ps2_iop_dma (line 101) | struct ps2_iop_dma type ps2_iop_dma (line 102) | struct ps2_iop_dma type ps2_iop_dma (line 103) | struct ps2_iop_dma type ps2_iop_dma (line 104) | struct ps2_iop_dma type ps2_iop_dma (line 105) | struct ps2_iop_dma type ps2_iop_dma (line 106) | struct ps2_iop_dma type ps2_iop_dma (line 107) | struct ps2_iop_dma type ps2_iop_dma (line 108) | struct ps2_iop_dma type ps2_iop_dma (line 110) | struct ps2_iop_dma type ps2_iop_dma (line 111) | struct ps2_iop_dma type ps2_iop_dma (line 113) | struct ps2_iop_dma type ps2_iop_dma (line 114) | struct ps2_iop_dma FILE: src/iop/fw.c type ps2_fw (line 7) | struct ps2_fw type ps2_fw (line 8) | struct ps2_fw function ps2_fw_init (line 11) | void ps2_fw_init(struct ps2_fw* fw, struct ps2_iop_intc* intc) { function ps2_fw_destroy (line 17) | void ps2_fw_destroy(struct ps2_fw* fw) { function fw_read_phy (line 21) | void fw_read_phy(struct ps2_fw* fw) { function fw_write_phy (line 36) | void fw_write_phy(struct ps2_fw* fw) { function ps2_fw_read32 (line 47) | uint64_t ps2_fw_read32(struct ps2_fw* fw, uint32_t addr) { function ps2_fw_write32 (line 69) | void ps2_fw_write32(struct ps2_fw* fw, uint32_t addr, uint64_t data) { FILE: src/iop/fw.h type ps2_fw (line 12) | struct ps2_fw { type ps2_fw (line 30) | struct ps2_fw type ps2_fw (line 31) | struct ps2_fw type ps2_iop_intc (line 31) | struct ps2_iop_intc type ps2_fw (line 32) | struct ps2_fw type ps2_fw (line 33) | struct ps2_fw type ps2_fw (line 34) | struct ps2_fw FILE: src/iop/hle/ioman.cpp function ioman_read_string (line 45) | std::string ioman_read_string(struct iop_state* iop, uint32_t addr) { function ioman_read_ptr (line 60) | void ioman_read_ptr(struct iop_state* iop, uint32_t addr, void* buf, int... type iomanx_stat (line 68) | struct iomanx_stat { type iomanx_dirent (line 86) | struct iomanx_dirent { type ioman_dirent (line 92) | struct ioman_dirent { type ioman_hle_state (line 97) | struct ioman_hle_state { function ioman_allocate_file (line 102) | static inline int ioman_allocate_file(FILE* file) { function ioman_allocate_directory (line 115) | static inline int ioman_allocate_directory(std::filesystem::path path) { function ioman_get_device (line 128) | static inline int ioman_get_device(std::string path) { function ioman_get_host_path (line 170) | std::string ioman_get_host_path(std::string path) { function ioman_open (line 192) | int ioman_open(struct iop_state* iop, int iomanx) { function ioman_close (line 250) | int ioman_close(struct iop_state* iop, int iomanx) { function ioman_read (line 267) | int ioman_read(struct iop_state* iop, int iomanx) { function ioman_write (line 295) | int ioman_write(struct iop_state* iop, int iomanx) { function ioman_lseek (line 349) | int ioman_lseek(struct iop_state* iop, int iomanx) { function ioman_ioctl (line 375) | int ioman_ioctl(struct iop_state* iop, int iomanx) { return 0; } function ioman_remove (line 376) | int ioman_remove(struct iop_state* iop, int iomanx) { return 0; } function ioman_mkdir (line 377) | int ioman_mkdir(struct iop_state* iop, int iomanx) { return 0; } function ioman_rmdir (line 378) | int ioman_rmdir(struct iop_state* iop, int iomanx) { return 0; } function ioman_dopen (line 379) | int ioman_dopen(struct iop_state* iop, int iomanx) { function ioman_dclose (line 414) | int ioman_dclose(struct iop_state* iop, int iomanx) { function ioman_dread (line 432) | int ioman_dread(struct iop_state* iop, int iomanx) { function ioman_getstat (line 488) | int ioman_getstat(struct iop_state* iop, int iomanx) { function ioman_chstat (line 506) | int ioman_chstat(struct iop_state* iop, int iomanx) { return 0; } function ioman_format (line 507) | int ioman_format(struct iop_state* iop, int iomanx) { return 0; } function ioman_adddrv (line 508) | int ioman_adddrv(struct iop_state* iop, int iomanx) { return 0; } function ioman_deldrv (line 509) | int ioman_deldrv(struct iop_state* iop, int iomanx) { return 0; } function ioman_stdioinit (line 510) | int ioman_stdioinit(struct iop_state* iop, int iomanx) { return 0; } function ioman_rename (line 511) | int ioman_rename(struct iop_state* iop, int iomanx) { return 0; } function ioman_chdir (line 512) | int ioman_chdir(struct iop_state* iop, int iomanx) { return 0; } function ioman_sync (line 513) | int ioman_sync(struct iop_state* iop, int iomanx) { return 0; } function ioman_mount (line 514) | int ioman_mount(struct iop_state* iop, int iomanx) { return 0; } function ioman_umount (line 515) | int ioman_umount(struct iop_state* iop, int iomanx) { return 0; } function ioman_lseek64 (line 516) | int ioman_lseek64(struct iop_state* iop, int iomanx) { return 0; } function ioman_devctl (line 517) | int ioman_devctl(struct iop_state* iop, int iomanx) { return 0; } function ioman_symlink (line 518) | int ioman_symlink(struct iop_state* iop, int iomanx) { return 0; } function ioman_readlink (line 519) | int ioman_readlink(struct iop_state* iop, int iomanx) { return 0; } function ioman_ioctl2 (line 520) | int ioman_ioctl2(struct iop_state* iop, int iomanx) { return 0; } FILE: src/iop/hle/ioman.h type iop_state (line 28) | struct iop_state type iop_state (line 29) | struct iop_state type iop_state (line 30) | struct iop_state type iop_state (line 31) | struct iop_state type iop_state (line 32) | struct iop_state type iop_state (line 33) | struct iop_state type iop_state (line 34) | struct iop_state type iop_state (line 35) | struct iop_state type iop_state (line 36) | struct iop_state type iop_state (line 37) | struct iop_state type iop_state (line 38) | struct iop_state type iop_state (line 39) | struct iop_state type iop_state (line 40) | struct iop_state type iop_state (line 41) | struct iop_state type iop_state (line 42) | struct iop_state type iop_state (line 43) | struct iop_state type iop_state (line 44) | struct iop_state type iop_state (line 45) | struct iop_state type iop_state (line 46) | struct iop_state type iop_state (line 47) | struct iop_state type iop_state (line 48) | struct iop_state type iop_state (line 49) | struct iop_state type iop_state (line 50) | struct iop_state type iop_state (line 51) | struct iop_state type iop_state (line 52) | struct iop_state type iop_state (line 53) | struct iop_state type iop_state (line 54) | struct iop_state type iop_state (line 55) | struct iop_state FILE: src/iop/hle/loadcore.c function get_module_list (line 8) | static unsigned get_module_list(struct iop_state* iop) function iop_strncpy (line 37) | static void iop_strncpy(struct iop_state* iop, char* dest, unsigned src,... function cache_loaded_modules (line 49) | static void cache_loaded_modules(struct iop_state* iop, unsigned list) function refresh_module_list (line 86) | void refresh_module_list(struct iop_state* iop) function loadcore_reg_lib_ent (line 97) | int loadcore_reg_lib_ent(struct iop_state* iop) FILE: src/iop/hle/loadcore.h type iop_module (line 10) | struct iop_module { type iop_state (line 21) | struct iop_state type iop_state (line 22) | struct iop_state FILE: src/iop/hle/sysmem.c function fetch_next_param (line 8) | uint32_t fetch_next_param(struct iop_state* iop) { function sysmem_kprintf (line 12) | int sysmem_kprintf(struct iop_state* iop) { FILE: src/iop/hle/sysmem.h type iop_state (line 11) | struct iop_state FILE: src/iop/intc.c type ps2_iop_intc (line 8) | struct ps2_iop_intc type ps2_iop_intc (line 9) | struct ps2_iop_intc function ps2_iop_intc_init (line 12) | void ps2_iop_intc_init(struct ps2_iop_intc* intc, struct iop_state* iop) { function ps2_iop_intc_irq (line 19) | void ps2_iop_intc_irq(struct ps2_iop_intc* intc, int dev) { function ps2_iop_intc_destroy (line 29) | void ps2_iop_intc_destroy(struct ps2_iop_intc* intc) { function ps2_iop_intc_read8 (line 33) | uint64_t ps2_iop_intc_read8(struct ps2_iop_intc* intc, uint32_t addr) { function ps2_iop_intc_read16 (line 37) | uint64_t ps2_iop_intc_read16(struct ps2_iop_intc* intc, uint32_t addr) { function ps2_iop_intc_read32 (line 41) | uint64_t ps2_iop_intc_read32(struct ps2_iop_intc* intc, uint32_t addr) { function ps2_iop_intc_write8 (line 61) | void ps2_iop_intc_write8(struct ps2_iop_intc* intc, uint32_t addr, uint6... function ps2_iop_intc_write16 (line 65) | void ps2_iop_intc_write16(struct ps2_iop_intc* intc, uint32_t addr, uint... function ps2_iop_intc_write32 (line 69) | void ps2_iop_intc_write32(struct ps2_iop_intc* intc, uint32_t addr, uint... FILE: src/iop/intc.h type ps2_iop_intc (line 72) | struct ps2_iop_intc { type ps2_iop_intc (line 80) | struct ps2_iop_intc type ps2_iop_intc (line 81) | struct ps2_iop_intc type iop_state (line 81) | struct iop_state type ps2_iop_intc (line 82) | struct ps2_iop_intc type ps2_iop_intc (line 83) | struct ps2_iop_intc type ps2_iop_intc (line 84) | struct ps2_iop_intc type ps2_iop_intc (line 85) | struct ps2_iop_intc type ps2_iop_intc (line 86) | struct ps2_iop_intc type ps2_iop_intc (line 87) | struct ps2_iop_intc type ps2_iop_intc (line 88) | struct ps2_iop_intc type ps2_iop_intc (line 89) | struct ps2_iop_intc FILE: src/iop/iop.c function iop_translate_addr (line 16) | static inline uint32_t iop_translate_addr(uint32_t addr) { function iop_bus_read8 (line 29) | static inline uint32_t iop_bus_read8(struct iop_state* iop, uint32_t add... function iop_bus_read16 (line 33) | static inline uint32_t iop_bus_read16(struct iop_state* iop, uint32_t ad... function iop_bus_read32 (line 37) | static inline uint32_t iop_bus_read32(struct iop_state* iop, uint32_t ad... function iop_bus_write8 (line 41) | static inline void iop_bus_write8(struct iop_state* iop, uint32_t addr, ... function iop_bus_write16 (line 45) | static inline void iop_bus_write16(struct iop_state* iop, uint32_t addr,... function iop_bus_write32 (line 49) | static inline void iop_bus_write32(struct iop_state* iop, uint32_t addr,... function iop_read8 (line 54) | uint32_t iop_read8(struct iop_state* iop, uint32_t addr) { function iop_read16 (line 58) | uint32_t iop_read16(struct iop_state* iop, uint32_t addr) { function iop_read32 (line 62) | uint32_t iop_read32(struct iop_state* iop, uint32_t addr) { function iop_write8 (line 66) | void iop_write8(struct iop_state* iop, uint32_t addr, uint32_t data) { function iop_write16 (line 70) | void iop_write16(struct iop_state* iop, uint32_t addr, uint32_t data) { function iop_write32 (line 74) | void iop_write32(struct iop_state* iop, uint32_t addr, uint32_t data) { type iop_state (line 127) | struct iop_state type iop_state (line 128) | struct iop_state type iop_state (line 128) | struct iop_state function iop_destroy (line 131) | void iop_destroy(struct iop_state* iop) { function iop_init (line 135) | void iop_init(struct iop_state* iop, struct iop_bus_s bus) { function iop_init_kputchar (line 146) | void iop_init_kputchar(struct iop_state* iop, void (*kputchar)(void*, ch... function iop_init_sm_putchar (line 151) | void iop_init_sm_putchar(struct iop_state* iop, void (*sm_putchar)(void*... function iop_check_irq (line 156) | static inline int iop_check_irq(struct iop_state* iop) { function iop_print_disassembly (line 161) | static inline void iop_print_disassembly(struct iop_state* iop) { function iop_exception (line 172) | static inline void iop_exception(struct iop_state* iop, uint32_t cause) { function iop_cycle (line 199) | void iop_cycle(struct iop_state* iop) { function iop_reset (line 246) | void iop_reset(struct iop_state* iop) { function iop_set_irq_pending (line 272) | void iop_set_irq_pending(struct iop_state* iop) { function iop_i_invalid (line 276) | static inline void iop_i_invalid(struct iop_state* iop) { function iop_i_bltz (line 282) | static inline void iop_i_bltz(struct iop_state* iop) { function iop_i_bgez (line 291) | static inline void iop_i_bgez(struct iop_state* iop) { function iop_i_bltzal (line 300) | static inline void iop_i_bltzal(struct iop_state* iop) { function iop_i_bgezal (line 311) | static inline void iop_i_bgezal(struct iop_state* iop) { function iop_i_j (line 322) | static inline void iop_i_j(struct iop_state* iop) { function iop_i_jal (line 334) | static inline void iop_i_jal(struct iop_state* iop) { function iop_i_beq (line 344) | static inline void iop_i_beq(struct iop_state* iop) { function iop_i_bne (line 357) | static inline void iop_i_bne(struct iop_state* iop) { function iop_i_blez (line 370) | static inline void iop_i_blez(struct iop_state* iop) { function iop_i_bgtz (line 382) | static inline void iop_i_bgtz(struct iop_state* iop) { function iop_i_addi (line 394) | static inline void iop_i_addi(struct iop_state* iop) { function iop_i_addiu (line 410) | static inline void iop_i_addiu(struct iop_state* iop) { function iop_i_slti (line 418) | static inline void iop_i_slti(struct iop_state* iop) { function iop_i_sltiu (line 426) | static inline void iop_i_sltiu(struct iop_state* iop) { function iop_i_andi (line 434) | static inline void iop_i_andi(struct iop_state* iop) { function iop_i_ori (line 442) | static inline void iop_i_ori(struct iop_state* iop) { function iop_i_xori (line 450) | static inline void iop_i_xori(struct iop_state* iop) { function iop_i_lui (line 458) | static inline void iop_i_lui(struct iop_state* iop) { function iop_i_lb (line 464) | static inline void iop_i_lb(struct iop_state* iop) { function iop_i_lh (line 474) | static inline void iop_i_lh(struct iop_state* iop) { function iop_i_lwl (line 490) | static inline void iop_i_lwl(struct iop_state* iop) { function iop_i_lw (line 516) | static inline void iop_i_lw(struct iop_state* iop) { function iop_i_lbu (line 531) | static inline void iop_i_lbu(struct iop_state* iop) { function iop_i_lhu (line 541) | static inline void iop_i_lhu(struct iop_state* iop) { function iop_i_lwr (line 556) | static inline void iop_i_lwr(struct iop_state* iop) { function iop_i_sb (line 582) | static inline void iop_i_sb(struct iop_state* iop) { function iop_i_sh (line 596) | static inline void iop_i_sh(struct iop_state* iop) { function iop_i_swl (line 615) | static inline void iop_i_swl(struct iop_state* iop) { function iop_i_sw (line 634) | static inline void iop_i_sw(struct iop_state* iop) { function iop_i_swr (line 659) | static inline void iop_i_swr(struct iop_state* iop) { function iop_i_lwc0 (line 678) | static inline void iop_i_lwc0(struct iop_state* iop) { function iop_i_lwc1 (line 682) | static inline void iop_i_lwc1(struct iop_state* iop) { function iop_i_lwc2 (line 686) | static inline void iop_i_lwc2(struct iop_state* iop) { function iop_i_lwc3 (line 690) | static inline void iop_i_lwc3(struct iop_state* iop) { function iop_i_swc0 (line 694) | static inline void iop_i_swc0(struct iop_state* iop) { function iop_i_swc1 (line 698) | static inline void iop_i_swc1(struct iop_state* iop) { function iop_i_swc2 (line 702) | static inline void iop_i_swc2(struct iop_state* iop) { function iop_i_swc3 (line 706) | static inline void iop_i_swc3(struct iop_state* iop) { function iop_i_sll (line 711) | static inline void iop_i_sll(struct iop_state* iop) { function iop_i_srl (line 719) | static inline void iop_i_srl(struct iop_state* iop) { function iop_i_sra (line 727) | static inline void iop_i_sra(struct iop_state* iop) { function iop_i_sllv (line 735) | static inline void iop_i_sllv(struct iop_state* iop) { function iop_i_srlv (line 744) | static inline void iop_i_srlv(struct iop_state* iop) { function iop_i_srav (line 753) | static inline void iop_i_srav(struct iop_state* iop) { function iop_i_jr (line 762) | static inline void iop_i_jr(struct iop_state* iop) { function iop_i_jalr (line 772) | static inline void iop_i_jalr(struct iop_state* iop) { function iop_i_syscall (line 784) | static inline void iop_i_syscall(struct iop_state* iop) { function iop_i_break (line 790) | static inline void iop_i_break(struct iop_state* iop) { function iop_i_mfhi (line 796) | static inline void iop_i_mfhi(struct iop_state* iop) { function iop_i_mthi (line 802) | static inline void iop_i_mthi(struct iop_state* iop) { function iop_i_mflo (line 808) | static inline void iop_i_mflo(struct iop_state* iop) { function iop_i_mtlo (line 814) | static inline void iop_i_mtlo(struct iop_state* iop) { function iop_i_mult (line 820) | static inline void iop_i_mult(struct iop_state* iop) { function iop_i_multu (line 832) | static inline void iop_i_multu(struct iop_state* iop) { function iop_i_div (line 844) | static inline void iop_i_div(struct iop_state* iop) { function iop_i_divu (line 862) | static inline void iop_i_divu(struct iop_state* iop) { function iop_i_add (line 877) | static inline void iop_i_add(struct iop_state* iop) { function iop_i_addu (line 893) | static inline void iop_i_addu(struct iop_state* iop) { function iop_i_sub (line 902) | static inline void iop_i_sub(struct iop_state* iop) { function iop_i_subu (line 918) | static inline void iop_i_subu(struct iop_state* iop) { function iop_i_and (line 927) | static inline void iop_i_and(struct iop_state* iop) { function iop_i_or (line 936) | static inline void iop_i_or(struct iop_state* iop) { function iop_i_xor (line 945) | static inline void iop_i_xor(struct iop_state* iop) { function iop_i_nor (line 954) | static inline void iop_i_nor(struct iop_state* iop) { function iop_i_slt (line 963) | static inline void iop_i_slt(struct iop_state* iop) { function iop_i_sltu (line 972) | static inline void iop_i_sltu(struct iop_state* iop) { function iop_i_mfc0 (line 982) | static inline void iop_i_mfc0(struct iop_state* iop) { function iop_i_mtc0 (line 989) | static inline void iop_i_mtc0(struct iop_state* iop) { function iop_i_rfe (line 997) | static inline void iop_i_rfe(struct iop_state* iop) { function iop_execute (line 1006) | int iop_execute(struct iop_state* iop) { FILE: src/iop/iop.h type iop_bus_s (line 41) | struct iop_bus_s { type iop_state (line 51) | struct iop_state { type iop_state (line 148) | struct iop_state type iop_state (line 149) | struct iop_state type iop_bus_s (line 149) | struct iop_bus_s type iop_state (line 150) | struct iop_state type iop_state (line 151) | struct iop_state type iop_state (line 152) | struct iop_state type iop_state (line 153) | struct iop_state type iop_state (line 154) | struct iop_state type iop_state (line 155) | struct iop_state type iop_state (line 156) | struct iop_state type iop_state (line 157) | struct iop_state type iop_state (line 160) | struct iop_state type iop_state (line 161) | struct iop_state type iop_state (line 162) | struct iop_state type iop_state (line 163) | struct iop_state type iop_state (line 164) | struct iop_state type iop_state (line 165) | struct iop_state FILE: src/iop/iop_dis.c function disassemble_secondary (line 157) | void disassemble_secondary(char* buf, uint32_t opcode, struct iop_dis_st... type iop_dis_state (line 259) | struct iop_dis_state FILE: src/iop/iop_dis.h type iop_dis_state (line 19) | struct iop_dis_state { type iop_dis_state (line 36) | struct iop_dis_state FILE: src/iop/iop_export.c function irx_import_table_addr (line 3) | static inline uint32_t irx_import_table_addr(struct iop_state* iop, int ... function iop_get_module (line 16) | static inline int iop_get_module(struct iop_state* iop, int itable) { function iop_delegate_ioman (line 30) | static inline int iop_delegate_ioman(struct iop_state* iop, int slot, in... function iop_delegate_loadcore (line 65) | static inline int iop_delegate_loadcore(struct iop_state* iop, int slot) { function iop_delegate_sysmem (line 73) | static inline int iop_delegate_sysmem(struct iop_state* iop, int slot) { function iop_test_module_hooks (line 82) | int iop_test_module_hooks(struct iop_state* iop) { function iop_return (line 108) | void iop_return(struct iop_state* iop, int ret) { FILE: src/iop/iop_export.h type iop_state (line 53) | struct iop_state type iop_state (line 54) | struct iop_state FILE: src/iop/rpc.c type iop_state (line 34) | struct iop_state type sif_cmd_header (line 37) | struct sif_cmd_header type sif_cmd_header (line 37) | struct sif_cmd_header type sif_init_pkt (line 45) | struct sif_init_pkt type sif_init_pkt (line 45) | struct sif_init_pkt type sif_rpc_bind_pkt (line 52) | struct sif_rpc_bind_pkt type sif_rpc_bind_pkt (line 52) | struct sif_rpc_bind_pkt type sif_rpc_call_pkt (line 59) | struct sif_rpc_call_pkt type sif_rpc_call_pkt (line 59) | struct sif_rpc_call_pkt type MODULE_99_PACKET (line 82) | struct MODULE_99_PACKET { type MODULE_99_PACKET (line 98) | struct MODULE_99_PACKET type MODULE_99_PACKET (line 98) | struct MODULE_99_PACKET FILE: src/iop/rpc.h type sif_cmd_header (line 12) | struct __attribute__((packed)) sif_cmd_header { type sif_rpc_packet_header (line 20) | struct sif_rpc_packet_header { type sif_rpc_client_data (line 27) | struct sif_rpc_client_data { type sif_rpc_server_data (line 36) | struct sif_rpc_server_data { type sif_rpc_data_queue (line 56) | struct sif_rpc_data_queue { type sif_dma_transfer (line 62) | struct sif_dma_transfer { type sif_saddr_pkt (line 68) | struct sif_saddr_pkt { type sif_cmd_set_sreg_pkt (line 73) | struct sif_cmd_set_sreg_pkt { type sif_init_pkt (line 79) | struct sif_init_pkt { type sif_iop_reset_pkt (line 84) | struct sif_iop_reset_pkt { type sif_rpc_rend_pkt (line 91) | struct sif_rpc_rend_pkt { type sif_rpc_bind_pkt (line 103) | struct sif_rpc_bind_pkt { type sif_rpc_call_pkt (line 112) | struct sif_rpc_call_pkt { type sif_rpc_other_data_pkt (line 126) | struct sif_rpc_other_data_pkt { type iop_state (line 137) | struct iop_state FILE: src/iop/sio2.c function sio2_reset (line 7) | static inline void sio2_reset(struct ps2_sio2* sio2) { type ps2_sio2 (line 13) | struct ps2_sio2 type ps2_sio2 (line 14) | struct ps2_sio2 function sio2_send_irq (line 17) | void sio2_send_irq(void* udata, int overshoot) { function sio2_dma_reset (line 25) | void sio2_dma_reset(struct ps2_sio2* sio2) { function ps2_sio2_init (line 29) | void ps2_sio2_init(struct ps2_sio2* sio2, struct ps2_iop_dma* dma, struc... function ps2_sio2_destroy (line 45) | void ps2_sio2_destroy(struct ps2_sio2* sio2) { function sio2_handle_command (line 56) | static inline int sio2_handle_command(struct ps2_sio2* sio2, int idx) { function sio2_write_ctrl (line 110) | static inline void sio2_write_ctrl(struct ps2_sio2* sio2, uint32_t data) { function ps2_sio2_read8 (line 160) | uint64_t ps2_sio2_read8(struct ps2_sio2* sio2, uint32_t addr) { function ps2_sio2_read32 (line 196) | uint64_t ps2_sio2_read32(struct ps2_sio2* sio2, uint32_t addr) { function ps2_sio2_write8 (line 222) | void ps2_sio2_write8(struct ps2_sio2* sio2, uint32_t addr, uint64_t data) { function ps2_sio2_write32 (line 244) | void ps2_sio2_write32(struct ps2_sio2* sio2, uint32_t addr, uint64_t dat... function ps2_sio2_attach_device (line 276) | void ps2_sio2_attach_device(struct ps2_sio2* sio2, struct sio2_device de... function ps2_sio2_detach_device (line 280) | void ps2_sio2_detach_device(struct ps2_sio2* sio2, int port) { FILE: src/iop/sio2.h type ps2_sio2 (line 21) | struct ps2_sio2 type sio2_device (line 23) | struct sio2_device { type ps2_sio2 (line 29) | struct ps2_sio2 { type ps2_sio2 (line 50) | struct ps2_sio2 type ps2_sio2 (line 51) | struct ps2_sio2 type ps2_iop_dma (line 51) | struct ps2_iop_dma type ps2_iop_intc (line 51) | struct ps2_iop_intc type sched_state (line 51) | struct sched_state type ps2_sio2 (line 52) | struct ps2_sio2 type ps2_sio2 (line 53) | struct ps2_sio2 type ps2_sio2 (line 54) | struct ps2_sio2 type ps2_sio2 (line 55) | struct ps2_sio2 type ps2_sio2 (line 56) | struct ps2_sio2 type ps2_sio2 (line 57) | struct ps2_sio2 type sio2_device (line 57) | struct sio2_device type ps2_sio2 (line 58) | struct ps2_sio2 type ps2_sio2 (line 59) | struct ps2_sio2 FILE: src/iop/spu2.c type ps2_spu2 (line 78) | struct ps2_spu2 type ps2_spu2 (line 79) | struct ps2_spu2 type ps2_spu2 (line 79) | struct ps2_spu2 type wav_hdr (line 82) | struct wav_hdr { type wav_chunk (line 96) | struct wav_chunk { function ps2_spu2_init (line 127) | void ps2_spu2_init(struct ps2_spu2* spu2, struct ps2_iop_dma* dma, struc... function spu2_irq (line 154) | void spu2_irq(struct ps2_spu2* spu2, int c) { function spu2_check_irq (line 165) | void spu2_check_irq(struct ps2_spu2* spu2, uint32_t addr) { type ps2_spu2 (line 173) | struct ps2_spu2 type spu2_voice (line 173) | struct spu2_voice type ps2_spu2 (line 174) | struct ps2_spu2 type spu2_core (line 174) | struct spu2_core type spu2_voice (line 174) | struct spu2_voice type ps2_spu2 (line 175) | struct ps2_spu2 type spu2_core (line 175) | struct spu2_core type spu2_voice (line 175) | struct spu2_voice function spu2_write_kon (line 177) | void spu2_write_kon(struct ps2_spu2* spu2, int c, int h, uint64_t data) { function spu2_write_koff (line 238) | void spu2_write_koff(struct ps2_spu2* spu2, int c, int h, uint64_t data) { function adma_write_data (line 260) | void adma_write_data(struct ps2_spu2* spu2, int c, uint64_t data) { function spu2_write_data (line 264) | void spu2_write_data(struct ps2_spu2* spu2, int c, uint64_t data) { function spu2_core0_reset_handler (line 279) | void spu2_core0_reset_handler(void* udata, int overshoot) { function spu2_core1_reset_handler (line 287) | void spu2_core1_reset_handler(void* udata, int overshoot) { function spu2_write_attr (line 295) | void spu2_write_attr(struct ps2_spu2* spu2, int c, uint64_t data) { function ps2_spu2_read16 (line 320) | uint64_t ps2_spu2_read16(struct ps2_spu2* spu2, uint32_t addr) { function ps2_spu2_write16 (line 509) | void ps2_spu2_write16(struct ps2_spu2* spu2, uint32_t addr, uint64_t dat... function ps2_spu2_destroy (line 688) | void ps2_spu2_destroy(struct ps2_spu2* spu2) { type spu2_sample (line 732) | struct spu2_sample function spu2_decode_adpcm_block (line 744) | void spu2_decode_adpcm_block(struct ps2_spu2* spu2, struct spu2_voice* v) { function adsr_calculate_values (line 811) | void adsr_calculate_values(struct ps2_spu2* spu2, struct spu2_voice* v) { function adsr_load_attack (line 824) | void adsr_load_attack(struct ps2_spu2* spu2, struct spu2_core* c, struct... function adsr_load_decay (line 845) | void adsr_load_decay(struct ps2_spu2* spu2, struct spu2_core* c, struct ... function adsr_load_sustain (line 856) | void adsr_load_sustain(struct ps2_spu2* spu2, struct spu2_core* c, struc... function adsr_load_release (line 868) | void adsr_load_release(struct ps2_spu2* spu2, struct spu2_core* c, struc... function spu2_handle_adsr (line 880) | void spu2_handle_adsr(struct ps2_spu2* spu2, struct spu2_core* c, struct... function spu2_get_voice_sample (line 952) | struct spu2_sample spu2_get_voice_sample(struct ps2_spu2* spu2, int cr, ... function spu2_get_adma_sample (line 1047) | static inline struct spu2_sample spu2_get_adma_sample(struct ps2_spu2* s... function ps2_spu2_get_adma_sample (line 1089) | struct spu2_sample ps2_spu2_get_adma_sample(struct ps2_spu2* spu2, int c) { function ps2_spu2_get_sample (line 1093) | struct spu2_sample ps2_spu2_get_sample(struct ps2_spu2* spu2, int adma_e... function ps2_spu2_get_voice_sample (line 1135) | struct spu2_sample ps2_spu2_get_voice_sample(struct ps2_spu2* spu2, int ... function spu2_is_adma_active (line 1139) | int spu2_is_adma_active(struct ps2_spu2* spu2, int c) { function spu2_start_adma (line 1143) | void spu2_start_adma(struct ps2_spu2* spu2, int c) { FILE: src/iop/spu2.h type spu2_voice (line 66) | struct spu2_voice { type spu2_core (line 104) | struct spu2_core { type ps2_spu2 (line 186) | struct ps2_spu2 { type spu2_sample (line 204) | struct spu2_sample { type ps2_spu2 (line 212) | struct ps2_spu2 type ps2_spu2 (line 213) | struct ps2_spu2 type ps2_iop_dma (line 213) | struct ps2_iop_dma type ps2_iop_intc (line 213) | struct ps2_iop_intc type sched_state (line 213) | struct sched_state type ps2_spu2 (line 214) | struct ps2_spu2 type ps2_spu2 (line 215) | struct ps2_spu2 type ps2_spu2 (line 216) | struct ps2_spu2 type spu2_sample (line 217) | struct spu2_sample type ps2_spu2 (line 217) | struct ps2_spu2 type spu2_sample (line 218) | struct spu2_sample type ps2_spu2 (line 218) | struct ps2_spu2 type spu2_sample (line 219) | struct spu2_sample type ps2_spu2 (line 219) | struct ps2_spu2 type ps2_spu2 (line 220) | struct ps2_spu2 type ps2_spu2 (line 221) | struct ps2_spu2 FILE: src/iop/timers.c type ps2_iop_timers (line 9) | struct ps2_iop_timers type ps2_iop_timers (line 10) | struct ps2_iop_timers function ps2_iop_timers_init (line 13) | void ps2_iop_timers_init(struct ps2_iop_timers* timers, struct ps2_iop_i... function ps2_iop_timers_destroy (line 20) | void ps2_iop_timers_destroy(struct ps2_iop_timers* timers) { function timer_get_irq_mask (line 24) | static inline uint32_t timer_get_irq_mask(int t) { function iop_timer_tick (line 37) | void iop_timer_tick(struct ps2_iop_timers* timers, int i) { function ps2_iop_timers_tick (line 137) | void ps2_iop_timers_tick(struct ps2_iop_timers* timers) { function iop_timer_handle_mode_read (line 143) | uint32_t iop_timer_handle_mode_read(struct ps2_iop_timers* timers, int i) { function ps2_iop_timers_read32 (line 156) | uint64_t ps2_iop_timers_read32(struct ps2_iop_timers* timers, uint32_t a... function iop_timer_handle_mode_write (line 181) | void iop_timer_handle_mode_write(struct ps2_iop_timers* timers, int t, u... function iop_timer_handle_target_write (line 213) | void iop_timer_handle_target_write(struct ps2_iop_timers* timers, int t,... function ps2_iop_timers_write32 (line 228) | void ps2_iop_timers_write32(struct ps2_iop_timers* timers, uint32_t addr... FILE: src/iop/timers.h type iop_timer (line 10) | struct iop_timer { type ps2_iop_timers (line 39) | struct ps2_iop_timers { type ps2_iop_timers (line 46) | struct ps2_iop_timers type ps2_iop_timers (line 47) | struct ps2_iop_timers type ps2_iop_intc (line 47) | struct ps2_iop_intc type sched_state (line 47) | struct sched_state type ps2_iop_timers (line 48) | struct ps2_iop_timers type ps2_iop_timers (line 49) | struct ps2_iop_timers type ps2_iop_timers (line 50) | struct ps2_iop_timers type ps2_iop_timers (line 51) | struct ps2_iop_timers FILE: src/iop/usb.c type ps2_usb (line 7) | struct ps2_usb type ps2_usb (line 8) | struct ps2_usb function ps2_usb_init (line 11) | void ps2_usb_init(struct ps2_usb* usb) { function ps2_usb_destroy (line 15) | void ps2_usb_destroy(struct ps2_usb* usb) { function ps2_usb_read32 (line 19) | uint64_t ps2_usb_read32(struct ps2_usb* usb, uint32_t addr) { function ps2_usb_write32 (line 56) | void ps2_usb_write32(struct ps2_usb* usb, uint32_t addr, uint64_t data) { FILE: src/iop/usb.h type ps2_usb (line 35) | struct ps2_usb { type ps2_usb (line 39) | struct ps2_usb type ps2_usb (line 40) | struct ps2_usb type ps2_usb (line 41) | struct ps2_usb type ps2_usb (line 42) | struct ps2_usb type ps2_usb (line 43) | struct ps2_usb FILE: src/ipu/chromtable.hpp class ChromTable (line 5) | class ChromTable : public VLC_Table FILE: src/ipu/codedblockpattern.hpp class CodedBlockPattern (line 5) | class CodedBlockPattern : public VLC_Table FILE: src/ipu/dct_coeff.hpp type RunLevelPair (line 5) | struct RunLevelPair class DCT_Coeff (line 10) | class DCT_Coeff : public VLC_Table FILE: src/ipu/dct_coeff_table0.hpp class DCT_Coeff_Table0 (line 5) | class DCT_Coeff_Table0 : public DCT_Coeff FILE: src/ipu/dct_coeff_table1.hpp class DCT_Coeff_Table1 (line 5) | class DCT_Coeff_Table1 : public DCT_Coeff FILE: src/ipu/ipu.cpp type ps2_intc (line 90) | struct ps2_intc type ps2_dmac (line 90) | struct ps2_dmac function uint128_t (line 1400) | uint128_t ImageProcessingUnit::read_FIFO() type ps2_ipu (line 1434) | struct ps2_ipu { type ps2_ipu (line 1438) | struct ps2_ipu type ps2_ipu (line 1439) | struct ps2_ipu type ps2_ipu (line 1439) | struct ps2_ipu function ps2_ipu_init (line 1442) | void ps2_ipu_init(struct ps2_ipu* ipu, struct ps2_dmac* dmac, struct ps2... function ps2_ipu_reset (line 1446) | void ps2_ipu_reset(struct ps2_ipu* ipu) { function ps2_ipu_read64 (line 1450) | uint64_t ps2_ipu_read64(struct ps2_ipu* ipu, uint32_t addr) { function ps2_ipu_write64 (line 1463) | void ps2_ipu_write64(struct ps2_ipu* ipu, uint32_t addr, uint64_t data) { function uint128_t (line 1476) | uint128_t ps2_ipu_read128(struct ps2_ipu* ipu, uint32_t addr) { function ps2_ipu_write128 (line 1487) | void ps2_ipu_write128(struct ps2_ipu* ipu, uint32_t addr, uint128_t data) { function ps2_ipu_is_busy (line 1498) | int ps2_ipu_is_busy(struct ps2_ipu* ipu) { function ps2_ipu_run (line 1502) | void ps2_ipu_run(struct ps2_ipu* ipu) { function ps2_ipu_destroy (line 1506) | void ps2_ipu_destroy(struct ps2_ipu* ipu) { FILE: src/ipu/ipu.h type ipu_fifo (line 14) | struct ipu_fifo { type ps2_ipu (line 39) | struct ps2_ipu type ps2_ipu (line 41) | struct ps2_ipu type ps2_ipu (line 42) | struct ps2_ipu type ps2_dmac (line 42) | struct ps2_dmac type ps2_intc (line 42) | struct ps2_intc type ps2_ipu (line 43) | struct ps2_ipu type ps2_ipu (line 44) | struct ps2_ipu type ps2_ipu (line 45) | struct ps2_ipu type ps2_ipu (line 46) | struct ps2_ipu type ps2_ipu (line 47) | struct ps2_ipu type ps2_ipu (line 48) | struct ps2_ipu type ps2_ipu (line 49) | struct ps2_ipu type ps2_ipu (line 50) | struct ps2_ipu FILE: src/ipu/ipu.hpp type IPU_CTRL (line 25) | struct IPU_CTRL type VDEC_STATE (line 39) | enum class VDEC_STATE type BDEC_STATE (line 46) | enum class BDEC_STATE type IDEC_STATE (line 58) | enum class IDEC_STATE type SETIQ_STATE (line 75) | enum class SETIQ_STATE type IDEC_Command (line 81) | struct IDEC_Command type BDEC_Command (line 94) | struct BDEC_Command type READ_COEFF (line 111) | enum class READ_COEFF type READ_DIFF (line 120) | enum class READ_DIFF type CSC_STATE (line 134) | enum class CSC_STATE type CSC_Command (line 142) | struct CSC_Command type PACK_STATE (line 153) | enum class PACK_STATE type PACK_Command (line 161) | struct PACK_Command type ImageProcessingUnit (line 172) | struct ImageProcessingUnit type ps2_intc (line 175) | struct ps2_intc type ps2_dmac (line 176) | struct ps2_dmac type ps2_intc (line 240) | struct ps2_intc type ps2_dmac (line 240) | struct ps2_dmac FILE: src/ipu/ipu_fifo.hpp type IPU_FIFO (line 8) | struct IPU_FIFO FILE: src/ipu/lumtable.hpp class LumTable (line 5) | class LumTable : public VLC_Table FILE: src/ipu/mac_addr_inc.hpp class MacroblockAddrInc (line 5) | class MacroblockAddrInc : public VLC_Table FILE: src/ipu/mac_b_pic.hpp class Macroblock_BPic (line 5) | class Macroblock_BPic : public VLC_Table FILE: src/ipu/mac_i_pic.hpp class Macroblock_IPic (line 5) | class Macroblock_IPic : public VLC_Table FILE: src/ipu/mac_p_pic.hpp class Macroblock_PPic (line 5) | class Macroblock_PPic : public VLC_Table FILE: src/ipu/motioncode.hpp class MotionCode (line 5) | class MotionCode : public VLC_Table FILE: src/ipu/vlc_table.hpp type VLC_Entry (line 8) | struct VLC_Entry class VLC_Error (line 15) | class VLC_Error : public std::runtime_error class VLC_Table (line 20) | class VLC_Table FILE: src/list.c function list_t (line 6) | list_t* list_create(void) { function list_init (line 14) | void list_init(list_t* list) { function list_push_front (line 20) | void list_push_front(list_t* list, void* data) { function list_push_back (line 34) | void list_push_back(list_t* list, void* data) { function list_pop_front (line 51) | void list_pop_front(list_t* list) { function list_pop_back (line 64) | void list_pop_back(list_t* list) { function node_t (line 80) | node_t* list_front(list_t* list) { function node_t (line 84) | node_t* list_back(list_t* list) { function node_t (line 88) | node_t* list_at(list_t* list, int index) { function list_iterate (line 100) | void list_iterate(list_t* list, void (*func)(void*)) { function list_destroy (line 110) | void list_destroy(list_t* list) { FILE: src/list.h type node_t (line 6) | typedef struct node_t node_t; type node_t (line 8) | typedef struct node_t { type list_t (line 13) | typedef struct { FILE: src/md5.c function rotateLeft (line 61) | uint32_t rotateLeft(uint32_t x, uint32_t n){ function md5_init (line 69) | void md5_init(struct md5_context* ctx){ function md5_update (line 84) | void md5_update(struct md5_context* ctx, uint8_t* input_buffer, size_t i... function md5_finalize (line 117) | void md5_finalize(struct md5_context* ctx){ function md5_step (line 151) | void md5_step(uint32_t *buffer, uint32_t *input){ function md5_hash_string (line 198) | void md5_hash_string(char *input, uint8_t* result){ function md5_hash_file (line 207) | void md5_hash_file(FILE *file, uint8_t* result){ FILE: src/md5.h type md5_context (line 9) | struct md5_context { type md5_context (line 16) | struct md5_context type md5_context (line 17) | struct md5_context type md5_context (line 18) | struct md5_context FILE: src/ps2.c type ps2_state (line 9) | struct ps2_state type ps2_state (line 10) | struct ps2_state function ps2_init (line 13) | void ps2_init(struct ps2_state* ps2) { function ps2_init_tty_handler (line 160) | void ps2_init_tty_handler(struct ps2_state* ps2, int tty, void (*handler... function ps2_boot_file (line 174) | void ps2_boot_file(struct ps2_state* ps2, const char* path) { function ps2_load_bios (line 194) | int ps2_load_bios(struct ps2_state* ps2, const char* path) { function ps2_load_rom1 (line 213) | int ps2_load_rom1(struct ps2_state* ps2, const char* path) { function ps2_load_rom2 (line 223) | int ps2_load_rom2(struct ps2_state* ps2, const char* path) { function ps2_reset (line 231) | void ps2_reset(struct ps2_state* ps2) { function ps2_cycle (line 287) | void ps2_cycle(struct ps2_state* ps2) { function ps2_step_ee (line 307) | void ps2_step_ee(struct ps2_state* ps2) { function ps2_step_iop (line 324) | void ps2_step_iop(struct ps2_state* ps2) { function ps2_iop_cycle (line 337) | void ps2_iop_cycle(struct ps2_state* ps2) { function ps2_set_timescale (line 352) | void ps2_set_timescale(struct ps2_state* ps2, int timescale) { function ps2_destroy (line 356) | void ps2_destroy(struct ps2_state* ps2) { function ps2_set_system (line 406) | void ps2_set_system(struct ps2_state* ps2, int system) { function ps2_set_mac_address (line 583) | void ps2_set_mac_address(struct ps2_state* ps2, const uint8_t* mac) { FILE: src/ps2.h type ps2_elf_function (line 74) | struct ps2_elf_function { type ps2_state (line 79) | struct ps2_state { type ps2_state (line 143) | struct ps2_state type ps2_state (line 144) | struct ps2_state type ps2_state (line 145) | struct ps2_state type ps2_state (line 146) | struct ps2_state type ps2_state (line 147) | struct ps2_state type ps2_state (line 148) | struct ps2_state type ps2_state (line 149) | struct ps2_state type ps2_state (line 150) | struct ps2_state type ps2_state (line 151) | struct ps2_state type ps2_state (line 152) | struct ps2_state type ps2_state (line 153) | struct ps2_state type ps2_state (line 154) | struct ps2_state type ps2_state (line 155) | struct ps2_state type ps2_state (line 156) | struct ps2_state type ps2_state (line 157) | struct ps2_state type ps2_state (line 158) | struct ps2_state FILE: src/ps2_elf.c function ps2_elf_load (line 7) | int ps2_elf_load(struct ps2_state* ps2, const char* path) { FILE: src/ps2_elf.h type ps2_state (line 16) | struct ps2_state FILE: src/ps2_iso9660.c type iso9660_state (line 22) | struct iso9660_state type iso9660_state (line 28) | struct iso9660_state type iso9660_state (line 28) | struct iso9660_state type iso9660_state (line 30) | struct iso9660_state type iso9660_state (line 37) | struct iso9660_state type iso9660_pvd (line 41) | struct iso9660_pvd type iso9660_dirent (line 53) | struct iso9660_dirent type iso9660_dirent (line 53) | struct iso9660_dirent type iso9660_dirent (line 63) | struct iso9660_dirent type iso9660_dirent (line 63) | struct iso9660_dirent type iso9660_dirent (line 89) | struct iso9660_dirent function iso9660_close (line 163) | void iso9660_close(struct iso9660_state* iso) { FILE: src/ps2_iso9660.h function iso9660_pvd (line 20) | struct PACKED iso9660_pvd { function iso9660_dirent (line 38) | struct PACKED iso9660_dirent { type iso9660_state (line 56) | struct iso9660_state { type iso9660_state (line 63) | struct iso9660_state type iso9660_state (line 64) | struct iso9660_state type iso9660_state (line 66) | struct iso9660_state FILE: src/queue.c type queue_state (line 8) | struct queue_state type queue_state (line 9) | struct queue_state function queue_init (line 12) | void queue_init(struct queue_state* queue) { function queue_push (line 19) | void queue_push(struct queue_state* queue, uint32_t value) { function queue_pop (line 37) | uint32_t queue_pop(struct queue_state* queue) { function queue_peek (line 44) | uint32_t queue_peek(struct queue_state* queue) { function queue_at (line 51) | uint32_t queue_at(struct queue_state* queue, int idx) { function queue_is_empty (line 55) | int queue_is_empty(struct queue_state* queue) { function queue_size (line 59) | int queue_size(struct queue_state* queue) { function queue_clear (line 63) | void queue_clear(struct queue_state* queue) { function queue_destroy (line 68) | void queue_destroy(struct queue_state* queue) { FILE: src/queue.h type queue_state (line 10) | struct queue_state { type queue_state (line 18) | struct queue_state type queue_state (line 19) | struct queue_state type queue_state (line 20) | struct queue_state type queue_state (line 21) | struct queue_state type queue_state (line 22) | struct queue_state type queue_state (line 23) | struct queue_state type queue_state (line 24) | struct queue_state type queue_state (line 25) | struct queue_state type queue_state (line 26) | struct queue_state type queue_state (line 27) | struct queue_state FILE: src/rom.c type ps2_rom_info (line 4) | struct ps2_rom_info type ps2_rom_info (line 88) | struct ps2_rom_info type ps2_rom_info (line 111) | struct ps2_rom_info function ps2_rom0_search (line 119) | struct ps2_rom_info ps2_rom0_search(uint8_t* rom, size_t size) { function ps2_rom1_search (line 146) | struct ps2_rom_info ps2_rom1_search(uint8_t* rom, size_t size) { function ps2_rom0_is_valid (line 173) | int ps2_rom0_is_valid(uint8_t* rom, size_t size) { function ps2_rom1_is_valid (line 179) | int ps2_rom1_is_valid(uint8_t* rom, size_t size) { FILE: src/rom.h type ps2_rom_info (line 11) | struct ps2_rom_info { type ps2_rom_info (line 19) | struct ps2_rom_info type ps2_rom_info (line 20) | struct ps2_rom_info FILE: src/s14x/aiboard.c type s14x_aiboard (line 7) | struct s14x_aiboard type s14x_aiboard (line 8) | struct s14x_aiboard function s14x_aiboard_init (line 11) | int s14x_aiboard_init(struct s14x_aiboard* aiboard) { function s14x_aiboard_destroy (line 17) | void s14x_aiboard_destroy(struct s14x_aiboard* aiboard) { function s14x_aiboard_handle_packet (line 21) | void s14x_aiboard_handle_packet(void* udata, struct link_packet* in, str... FILE: src/s14x/aiboard.h type s14x_aiboard (line 13) | struct s14x_aiboard { type s14x_aiboard (line 17) | struct s14x_aiboard type s14x_aiboard (line 18) | struct s14x_aiboard type s14x_aiboard (line 19) | struct s14x_aiboard type link_packet (line 21) | struct link_packet type link_packet (line 21) | struct link_packet FILE: src/s14x/ioboard.c type s14x_ioboard (line 7) | struct s14x_ioboard type s14x_ioboard (line 8) | struct s14x_ioboard function s14x_ioboard_init (line 11) | int s14x_ioboard_init(struct s14x_ioboard* ioboard, int mode) { function s14x_ioboard_destroy (line 19) | void s14x_ioboard_destroy(struct s14x_ioboard* ioboard) { function link_calculate_checksum (line 23) | uint8_t link_calculate_checksum(struct link_packet* packet) { function ioboard_process_ic_card (line 33) | void ioboard_process_ic_card(struct link_packet* in, struct link_packet*... function s14x_ioboard_handle_packet (line 128) | void s14x_ioboard_handle_packet(void* udata, struct link_packet* in, str... function s14x_ioboard_press_switch (line 210) | void s14x_ioboard_press_switch(struct s14x_ioboard* ioboard, uint16_t ma... function s14x_ioboard_release_switch (line 214) | void s14x_ioboard_release_switch(struct s14x_ioboard* ioboard, uint16_t ... function s14x_ioboard_press_button (line 218) | void s14x_ioboard_press_button(struct s14x_ioboard* ioboard, uint16_t ma... function s14x_ioboard_release_button (line 222) | void s14x_ioboard_release_button(struct s14x_ioboard* ioboard, uint16_t ... FILE: src/s14x/ioboard.h type s14x_ioboard (line 78) | struct s14x_ioboard { type s14x_ioboard (line 86) | struct s14x_ioboard type s14x_ioboard (line 87) | struct s14x_ioboard type s14x_ioboard (line 88) | struct s14x_ioboard type s14x_ioboard (line 90) | struct s14x_ioboard type s14x_ioboard (line 91) | struct s14x_ioboard type s14x_ioboard (line 92) | struct s14x_ioboard type s14x_ioboard (line 93) | struct s14x_ioboard type link_packet (line 95) | struct link_packet type link_packet (line 95) | struct link_packet FILE: src/s14x/link.c type s14x_link (line 66) | struct s14x_link type s14x_link (line 67) | struct s14x_link function s14x_link_init (line 70) | void s14x_link_init(struct s14x_link* link, struct ps2_iop_intc* intc, s... function link_send_irq (line 84) | void link_send_irq(struct s14x_link* link, uint16_t irq) { function s14x_link_read (line 91) | uint64_t s14x_link_read(struct s14x_link* link, uint32_t addr) { function s14x_link_register_node (line 171) | void s14x_link_register_node(struct s14x_link* link, int node, link_pack... function link_recv_reply (line 187) | void link_recv_reply(void* udata, int overshoot) { function s14x_link_write (line 221) | void s14x_link_write(struct s14x_link* link, uint32_t addr, uint64_t dat... function s14x_link_destroy (line 361) | void s14x_link_destroy(struct s14x_link* link) { FILE: src/s14x/link.h type s14x_link (line 1) | struct s14x_link type link_packet (line 153) | struct link_packet { type link_packet (line 185) | struct link_packet type link_packet (line 185) | struct link_packet type link_node (line 187) | struct link_node { type link_packet (line 192) | struct link_packet type s14x_link (line 194) | struct s14x_link { type s14x_link (line 259) | struct s14x_link type s14x_link (line 260) | struct s14x_link type ps2_iop_intc (line 260) | struct ps2_iop_intc type sched_state (line 260) | struct sched_state type s14x_link (line 261) | struct s14x_link type s14x_link (line 262) | struct s14x_link type s14x_link (line 263) | struct s14x_link type s14x_link (line 264) | struct s14x_link type link_packet (line 264) | struct link_packet type s14x_link (line 265) | struct s14x_link type link_packet (line 267) | struct link_packet FILE: src/s14x/nand.c type s14x_nand (line 8) | struct s14x_nand type s14x_nand (line 9) | struct s14x_nand function s14x_nand_init (line 12) | int s14x_nand_init(struct s14x_nand* nand) { function s14x_nand_load (line 21) | int s14x_nand_load(struct s14x_nand* nand, const char* path) { function nand_handle_offset_write (line 31) | void nand_handle_offset_write(struct s14x_nand* nand, uint8_t data) { function nand_handle_cmd_read (line 56) | void nand_handle_cmd_read(struct s14x_nand* nand) { function s14x_nand_read (line 70) | uint64_t s14x_nand_read(struct s14x_nand* nand, uint32_t addr) { function s14x_nand_write (line 84) | void s14x_nand_write(struct s14x_nand* nand, uint32_t addr, uint64_t dat... function s14x_nand_destroy (line 116) | void s14x_nand_destroy(struct s14x_nand* nand) { FILE: src/s14x/nand.h type s14x_nand (line 33) | struct s14x_nand { type s14x_nand (line 46) | struct s14x_nand type s14x_nand (line 47) | struct s14x_nand type s14x_nand (line 48) | struct s14x_nand type s14x_nand (line 49) | struct s14x_nand type s14x_nand (line 50) | struct s14x_nand type s14x_nand (line 51) | struct s14x_nand FILE: src/s14x/sram.c type s14x_sram (line 7) | struct s14x_sram type s14x_sram (line 8) | struct s14x_sram function s14x_sram_init (line 11) | int s14x_sram_init(struct s14x_sram* sram, int* write_flag) { function s14x_sram_load (line 19) | int s14x_sram_load(struct s14x_sram* sram, const char* path) { function s14x_sram_read8 (line 42) | uint64_t s14x_sram_read8(struct s14x_sram* sram, uint32_t addr) { function s14x_sram_read16 (line 46) | uint64_t s14x_sram_read16(struct s14x_sram* sram, uint32_t addr) { function s14x_sram_read32 (line 50) | uint64_t s14x_sram_read32(struct s14x_sram* sram, uint32_t addr) { function s14x_sram_write8 (line 54) | void s14x_sram_write8(struct s14x_sram* sram, uint32_t addr, uint64_t da... function s14x_sram_write16 (line 60) | void s14x_sram_write16(struct s14x_sram* sram, uint32_t addr, uint64_t d... function s14x_sram_write32 (line 66) | void s14x_sram_write32(struct s14x_sram* sram, uint32_t addr, uint64_t d... function s14x_sram_destroy (line 72) | void s14x_sram_destroy(struct s14x_sram* sram) { FILE: src/s14x/sram.h type s14x_sram (line 13) | struct s14x_sram { type s14x_sram (line 19) | struct s14x_sram type s14x_sram (line 20) | struct s14x_sram type s14x_sram (line 21) | struct s14x_sram type s14x_sram (line 22) | struct s14x_sram type s14x_sram (line 23) | struct s14x_sram type s14x_sram (line 24) | struct s14x_sram type s14x_sram (line 25) | struct s14x_sram type s14x_sram (line 26) | struct s14x_sram type s14x_sram (line 27) | struct s14x_sram type s14x_sram (line 28) | struct s14x_sram FILE: src/s14x/syscon.c type s14x_syscon (line 7) | struct s14x_syscon type s14x_syscon (line 8) | struct s14x_syscon function s14x_syscon_init (line 11) | void s14x_syscon_init(struct s14x_syscon* syscon) { function s14x_syscon_read (line 17) | uint64_t s14x_syscon_read(struct s14x_syscon* syscon, uint32_t addr) { function s14x_syscon_write (line 59) | void s14x_syscon_write(struct s14x_syscon* syscon, uint32_t addr, uint64... function s14x_syscon_destroy (line 73) | void s14x_syscon_destroy(struct s14x_syscon* syscon) { FILE: src/s14x/syscon.h type s14x_syscon (line 30) | struct s14x_syscon { type s14x_syscon (line 44) | struct s14x_syscon type s14x_syscon (line 45) | struct s14x_syscon type s14x_syscon (line 46) | struct s14x_syscon type s14x_syscon (line 47) | struct s14x_syscon type s14x_syscon (line 48) | struct s14x_syscon FILE: src/scheduler.c type sched_state (line 9) | struct sched_state type sched_state (line 10) | struct sched_state function sched_init (line 13) | void sched_init(struct sched_state* sched) { function event_compare (line 25) | int event_compare(const void* a, const void* b) { function sched_schedule (line 29) | void sched_schedule(struct sched_state* sched, struct sched_event event) { function sched_tick (line 85) | int sched_tick(struct sched_state* sched, int cycles) { type sched_event (line 112) | struct sched_event type sched_state (line 112) | struct sched_state function sched_reset (line 116) | void sched_reset(struct sched_state* sched) { function sched_destroy (line 121) | void sched_destroy(struct sched_state* sched) { FILE: src/scheduler.h type sched_event (line 10) | struct sched_event { type sched_state (line 17) | struct sched_state { type sched_state (line 24) | struct sched_state type sched_state (line 25) | struct sched_state type sched_state (line 26) | struct sched_state type sched_event (line 26) | struct sched_event type sched_state (line 27) | struct sched_state type sched_state (line 28) | struct sched_state type sched_event (line 29) | struct sched_event type sched_state (line 29) | struct sched_state type sched_state (line 30) | struct sched_state FILE: src/shared/bios.c type ps2_bios (line 7) | struct ps2_bios type ps2_bios (line 8) | struct ps2_bios function get_file_size (line 11) | static int get_file_size(FILE* file) { function ps2_bios_init (line 24) | void ps2_bios_init(struct ps2_bios* bios) { function ps2_bios_load (line 38) | int ps2_bios_load(struct ps2_bios* bios, const char* path) { function ps2_bios_destroy (line 63) | void ps2_bios_destroy(struct ps2_bios* bios) { function ps2_bios_read8 (line 68) | uint64_t ps2_bios_read8(struct ps2_bios* bios, uint32_t addr) { function ps2_bios_read16 (line 72) | uint64_t ps2_bios_read16(struct ps2_bios* bios, uint32_t addr) { function ps2_bios_read32 (line 76) | uint64_t ps2_bios_read32(struct ps2_bios* bios, uint32_t addr) { function ps2_bios_read64 (line 80) | uint64_t ps2_bios_read64(struct ps2_bios* bios, uint32_t addr) { function uint128_t (line 84) | uint128_t ps2_bios_read128(struct ps2_bios* bios, uint32_t addr) { function ps2_bios_write8 (line 88) | void ps2_bios_write8(struct ps2_bios* bios, uint32_t addr, uint64_t data) { function ps2_bios_write16 (line 91) | void ps2_bios_write16(struct ps2_bios* bios, uint32_t addr, uint64_t dat... function ps2_bios_write32 (line 94) | void ps2_bios_write32(struct ps2_bios* bios, uint32_t addr, uint64_t dat... function ps2_bios_write64 (line 97) | void ps2_bios_write64(struct ps2_bios* bios, uint32_t addr, uint64_t dat... function ps2_bios_write128 (line 100) | void ps2_bios_write128(struct ps2_bios* bios, uint32_t addr, uint128_t d... FILE: src/shared/bios.h type ps2_bios (line 10) | struct ps2_bios { type ps2_bios (line 15) | struct ps2_bios type ps2_bios (line 16) | struct ps2_bios type ps2_bios (line 17) | struct ps2_bios type ps2_bios (line 18) | struct ps2_bios type ps2_bios (line 20) | struct ps2_bios type ps2_bios (line 21) | struct ps2_bios type ps2_bios (line 22) | struct ps2_bios type ps2_bios (line 23) | struct ps2_bios type ps2_bios (line 24) | struct ps2_bios type ps2_bios (line 25) | struct ps2_bios type ps2_bios (line 26) | struct ps2_bios type ps2_bios (line 27) | struct ps2_bios type ps2_bios (line 28) | struct ps2_bios type ps2_bios (line 29) | struct ps2_bios FILE: src/shared/dev9.c type ps2_dev9 (line 7) | struct ps2_dev9 type ps2_dev9 (line 8) | struct ps2_dev9 function ps2_dev9_init (line 11) | void ps2_dev9_init(struct ps2_dev9* dev9, int model) { function ps2_dev9_destroy (line 17) | void ps2_dev9_destroy(struct ps2_dev9* dev9) { function ps2_dev9_read8 (line 21) | uint64_t ps2_dev9_read8(struct ps2_dev9* dev9, uint32_t addr) { function ps2_dev9_read16 (line 31) | uint64_t ps2_dev9_read16(struct ps2_dev9* dev9, uint32_t addr) { function ps2_dev9_read32 (line 41) | uint64_t ps2_dev9_read32(struct ps2_dev9* dev9, uint32_t addr) { function ps2_dev9_write8 (line 51) | void ps2_dev9_write8(struct ps2_dev9* dev9, uint32_t addr, uint64_t data) { function ps2_dev9_write16 (line 57) | void ps2_dev9_write16(struct ps2_dev9* dev9, uint32_t addr, uint64_t dat... function ps2_dev9_write32 (line 63) | void ps2_dev9_write32(struct ps2_dev9* dev9, uint32_t addr, uint64_t dat... FILE: src/shared/dev9.h type ps2_dev9 (line 14) | struct ps2_dev9 { type ps2_dev9 (line 33) | struct ps2_dev9 type ps2_dev9 (line 34) | struct ps2_dev9 type ps2_dev9 (line 35) | struct ps2_dev9 type ps2_dev9 (line 36) | struct ps2_dev9 type ps2_dev9 (line 37) | struct ps2_dev9 type ps2_dev9 (line 38) | struct ps2_dev9 type ps2_dev9 (line 39) | struct ps2_dev9 type ps2_dev9 (line 40) | struct ps2_dev9 type ps2_dev9 (line 41) | struct ps2_dev9 FILE: src/shared/ram.c type ps2_ram (line 6) | struct ps2_ram type ps2_ram (line 7) | struct ps2_ram function ps2_ram_init (line 10) | void ps2_ram_init(struct ps2_ram* ram, int size) { function ps2_ram_reset (line 19) | void ps2_ram_reset(struct ps2_ram* ram) { function ps2_ram_destroy (line 23) | void ps2_ram_destroy(struct ps2_ram* ram) { function ps2_ram_read8 (line 28) | uint64_t ps2_ram_read8(struct ps2_ram* ram, uint32_t addr) { function ps2_ram_read16 (line 32) | uint64_t ps2_ram_read16(struct ps2_ram* ram, uint32_t addr) { function ps2_ram_read32 (line 36) | uint64_t ps2_ram_read32(struct ps2_ram* ram, uint32_t addr) { function ps2_ram_read64 (line 40) | uint64_t ps2_ram_read64(struct ps2_ram* ram, uint32_t addr) { function uint128_t (line 44) | uint128_t ps2_ram_read128(struct ps2_ram* ram, uint32_t addr) { function ps2_ram_write8 (line 48) | void ps2_ram_write8(struct ps2_ram* ram, uint32_t addr, uint64_t data) { function ps2_ram_write16 (line 52) | void ps2_ram_write16(struct ps2_ram* ram, uint32_t addr, uint64_t data) { function ps2_ram_write32 (line 56) | void ps2_ram_write32(struct ps2_ram* ram, uint32_t addr, uint64_t data) { function ps2_ram_write64 (line 60) | void ps2_ram_write64(struct ps2_ram* ram, uint32_t addr, uint64_t data) { function ps2_ram_write128 (line 64) | void ps2_ram_write128(struct ps2_ram* ram, uint32_t addr, uint128_t data) { FILE: src/shared/ram.h type ps2_ram (line 12) | struct ps2_ram { type ps2_ram (line 27) | struct ps2_ram type ps2_ram (line 28) | struct ps2_ram type ps2_ram (line 29) | struct ps2_ram type ps2_ram (line 30) | struct ps2_ram type ps2_ram (line 32) | struct ps2_ram type ps2_ram (line 33) | struct ps2_ram type ps2_ram (line 34) | struct ps2_ram type ps2_ram (line 35) | struct ps2_ram type ps2_ram (line 36) | struct ps2_ram type ps2_ram (line 37) | struct ps2_ram type ps2_ram (line 38) | struct ps2_ram type ps2_ram (line 39) | struct ps2_ram type ps2_ram (line 40) | struct ps2_ram type ps2_ram (line 41) | struct ps2_ram FILE: src/shared/sbus.c type ps2_sbus (line 6) | struct ps2_sbus type ps2_sbus (line 7) | struct ps2_sbus function ps2_sbus_init (line 10) | void ps2_sbus_init(struct ps2_sbus* sbus, struct ps2_intc* ee_intc, stru... function ps2_sbus_destroy (line 18) | void ps2_sbus_destroy(struct ps2_sbus* sbus) { function ps2_sbus_read8 (line 22) | uint64_t ps2_sbus_read8(struct ps2_sbus* sbus, uint32_t addr) { function ps2_sbus_read16 (line 26) | uint64_t ps2_sbus_read16(struct ps2_sbus* sbus, uint32_t addr) { function sbus_trigger_iop_irq (line 30) | void sbus_trigger_iop_irq(void* udata, int overshoot) { function ps2_sbus_write8 (line 36) | void ps2_sbus_write8(struct ps2_sbus* sbus, uint32_t addr, uint64_t data) { function ps2_sbus_write16 (line 40) | void ps2_sbus_write16(struct ps2_sbus* sbus, uint32_t addr, uint64_t dat... function ps2_sbus_write32 (line 44) | void ps2_sbus_write32(struct ps2_sbus* sbus, uint32_t addr, uint64_t dat... FILE: src/shared/sbus.h type ps2_sbus (line 12) | struct ps2_sbus { type ps2_sbus (line 18) | struct ps2_sbus type ps2_sbus (line 19) | struct ps2_sbus type ps2_intc (line 19) | struct ps2_intc type ps2_iop_intc (line 19) | struct ps2_iop_intc type sched_state (line 19) | struct sched_state type ps2_sbus (line 20) | struct ps2_sbus type ps2_sbus (line 21) | struct ps2_sbus type ps2_sbus (line 22) | struct ps2_sbus type ps2_sbus (line 23) | struct ps2_sbus type ps2_sbus (line 24) | struct ps2_sbus type ps2_sbus (line 25) | struct ps2_sbus type ps2_sbus (line 26) | struct ps2_sbus FILE: src/shared/sif.c type ps2_sif (line 7) | struct ps2_sif type ps2_sif (line 8) | struct ps2_sif function ps2_sif_init (line 11) | void ps2_sif_init(struct ps2_sif* sif, struct ps2_iop_intc* iop_intc) { function ps2_sif_destroy (line 18) | void ps2_sif_destroy(struct ps2_sif* sif) { function ps2_sif_read32 (line 24) | uint64_t ps2_sif_read32(struct ps2_sif* sif, uint32_t addr) { function ps2_sif_write32 (line 48) | void ps2_sif_write32(struct ps2_sif* sif, uint32_t addr, uint64_t data) { function ps2_sif0_write (line 76) | void ps2_sif0_write(struct ps2_sif* sif, uint128_t data) { function uint128_t (line 99) | uint128_t ps2_sif0_read(struct ps2_sif* sif) { function ps2_sif0_reset (line 113) | void ps2_sif0_reset(struct ps2_sif* sif) { function ps2_sif0_is_empty (line 118) | int ps2_sif0_is_empty(struct ps2_sif* sif) { function ps2_sif1_write (line 122) | void ps2_sif1_write(struct ps2_sif* sif, uint128_t data) { function uint128_t (line 145) | uint128_t ps2_sif1_read(struct ps2_sif* sif) { function ps2_sif1_reset (line 159) | void ps2_sif1_reset(struct ps2_sif* sif) { function ps2_sif1_is_empty (line 164) | int ps2_sif1_is_empty(struct ps2_sif* sif) { FILE: src/shared/sif.h type sif_fifo (line 16) | struct sif_fifo { type ps2_sif (line 24) | struct ps2_sif { type ps2_sif (line 38) | struct ps2_sif type ps2_sif (line 39) | struct ps2_sif type ps2_iop_intc (line 39) | struct ps2_iop_intc type ps2_sif (line 40) | struct ps2_sif type ps2_sif (line 41) | struct ps2_sif type ps2_sif (line 42) | struct ps2_sif type ps2_sif (line 45) | struct ps2_sif type ps2_sif (line 46) | struct ps2_sif type ps2_sif (line 47) | struct ps2_sif type ps2_sif (line 48) | struct ps2_sif type ps2_sif (line 49) | struct ps2_sif type ps2_sif (line 50) | struct ps2_sif type ps2_sif (line 51) | struct ps2_sif type ps2_sif (line 52) | struct ps2_sif FILE: src/shared/speed.c type ps2_speed (line 7) | struct ps2_speed type ps2_speed (line 8) | struct ps2_speed function ps2_speed_init (line 11) | void ps2_speed_init(struct ps2_speed* speed, struct ps2_iop_intc* iop_in... function ps2_speed_destroy (line 26) | void ps2_speed_destroy(struct ps2_speed* speed) { function ps2_speed_read8 (line 34) | uint64_t ps2_speed_read8(struct ps2_speed* speed, uint32_t addr) { function ps2_speed_read16 (line 47) | uint64_t ps2_speed_read16(struct ps2_speed* speed, uint32_t addr) { function ps2_speed_read32 (line 75) | uint64_t ps2_speed_read32(struct ps2_speed* speed, uint32_t addr) { function ps2_speed_write8 (line 86) | void ps2_speed_write8(struct ps2_speed* speed, uint32_t addr, uint64_t d... function ps2_speed_write16 (line 98) | void ps2_speed_write16(struct ps2_speed* speed, uint32_t addr, uint64_t ... function ps2_speed_write32 (line 126) | void ps2_speed_write32(struct ps2_speed* speed, uint32_t addr, uint64_t ... function ps2_speed_send_irq (line 138) | void ps2_speed_send_irq(struct ps2_speed* speed, uint16_t irq) { function ps2_speed_load_flash (line 146) | int ps2_speed_load_flash(struct ps2_speed* speed, const char* path) { function ps2_speed_set_mac_address (line 156) | void ps2_speed_set_mac_address(struct ps2_speed* speed, const uint8_t* m... FILE: src/shared/speed.h type ps2_speed (line 47) | struct ps2_speed { type ps2_speed (line 71) | struct ps2_speed type ps2_speed (line 72) | struct ps2_speed type ps2_iop_intc (line 72) | struct ps2_iop_intc type ps2_speed (line 73) | struct ps2_speed type ps2_speed (line 74) | struct ps2_speed type ps2_speed (line 75) | struct ps2_speed type ps2_speed (line 76) | struct ps2_speed type ps2_speed (line 77) | struct ps2_speed type ps2_speed (line 78) | struct ps2_speed type ps2_speed (line 79) | struct ps2_speed type ps2_speed (line 80) | struct ps2_speed type ps2_speed (line 81) | struct ps2_speed type ps2_speed (line 82) | struct ps2_speed FILE: src/shared/speed/ata.c type ps2_ata (line 6) | struct ps2_ata type ps2_ata (line 7) | struct ps2_ata function ps2_ata_init (line 10) | void ps2_ata_init(struct ps2_ata* ata, struct ps2_speed* speed) { function ps2_ata_load (line 18) | int ps2_ata_load(struct ps2_ata* ata, const char* path) { function ps2_ata_destroy (line 24) | void ps2_ata_destroy(struct ps2_ata* ata) { function ps2_ata_read16 (line 28) | uint64_t ps2_ata_read16(struct ps2_ata* ata, uint32_t addr) { function ps2_ata_read32 (line 44) | uint64_t ps2_ata_read32(struct ps2_ata* ata, uint32_t addr) { function ps2_ata_write16 (line 48) | void ps2_ata_write16(struct ps2_ata* ata, uint32_t addr, uint64_t data) { function ps2_ata_write32 (line 69) | void ps2_ata_write32(struct ps2_ata* ata, uint32_t addr, uint64_t data) { FILE: src/shared/speed/ata.h type ps2_ata (line 36) | struct ps2_ata { type ps2_ata (line 52) | struct ps2_ata type ps2_ata (line 53) | struct ps2_ata type ps2_speed (line 53) | struct ps2_speed type ps2_ata (line 54) | struct ps2_ata type ps2_ata (line 55) | struct ps2_ata type ps2_ata (line 56) | struct ps2_ata type ps2_ata (line 57) | struct ps2_ata type ps2_ata (line 58) | struct ps2_ata type ps2_ata (line 59) | struct ps2_ata FILE: src/shared/speed/eeprom.c type ps2_eeprom (line 17) | struct ps2_eeprom type ps2_eeprom (line 18) | struct ps2_eeprom function ps2_eeprom_init (line 21) | void ps2_eeprom_init(struct ps2_eeprom* eeprom) { function ps2_eeprom_load (line 27) | void ps2_eeprom_load(struct ps2_eeprom* eeprom, const uint16_t* data) { function ps2_eeprom_destroy (line 31) | void ps2_eeprom_destroy(struct ps2_eeprom* eeprom) { function ps2_eeprom_read (line 35) | uint64_t ps2_eeprom_read(struct ps2_eeprom* eeprom) { function eeprom_step (line 39) | void eeprom_step(struct ps2_eeprom* eeprom) { function ps2_eeprom_write (line 97) | void ps2_eeprom_write(struct ps2_eeprom* eeprom, uint64_t data) { FILE: src/shared/speed/eeprom.h type ps2_eeprom (line 27) | struct ps2_eeprom { type ps2_eeprom (line 42) | struct ps2_eeprom type ps2_eeprom (line 43) | struct ps2_eeprom type ps2_eeprom (line 44) | struct ps2_eeprom type ps2_eeprom (line 45) | struct ps2_eeprom type ps2_eeprom (line 46) | struct ps2_eeprom type ps2_eeprom (line 47) | struct ps2_eeprom FILE: src/shared/speed/flash.c function flash_calculate_xor (line 40) | static void flash_calculate_xor(unsigned char buffer[128], unsigned char... function flash_calculate_ecc (line 57) | static void flash_calculate_ecc(uint8_t page[FLASH_PAGE_SIZE_ECC]) { type ps2_flash (line 83) | struct ps2_flash type ps2_flash (line 84) | struct ps2_flash function ps2_flash_init (line 87) | void ps2_flash_init(struct ps2_flash* flash) { function ps2_flash_load (line 101) | int ps2_flash_load(struct ps2_flash* flash, const char* path) { function ps2_flash_destroy (line 127) | void ps2_flash_destroy(struct ps2_flash* flash) { function ps2_flash_reset (line 133) | void ps2_flash_reset(struct ps2_flash* flash) { function flash_read_data (line 145) | uint32_t flash_read_data(struct ps2_flash* flash, int size) { function flash_read_id (line 184) | uint32_t flash_read_id(struct ps2_flash* flash) { function flash_write_data (line 198) | void flash_write_data(struct ps2_flash* flash, int size, uint32_t data) { function flash_write_cmd (line 205) | void flash_write_cmd(struct ps2_flash* flash, uint16_t value) { function flash_write_addr (line 294) | void flash_write_addr(struct ps2_flash* flash, uint16_t value) { function flash_write_ctrl (line 311) | void flash_write_ctrl(struct ps2_flash* flash, uint16_t value) { function ps2_flash_read16 (line 315) | uint64_t ps2_flash_read16(struct ps2_flash* flash, uint32_t addr) { function ps2_flash_read32 (line 327) | uint64_t ps2_flash_read32(struct ps2_flash* flash, uint32_t addr) { function ps2_flash_write16 (line 339) | void ps2_flash_write16(struct ps2_flash* flash, uint32_t addr, uint64_t ... function ps2_flash_write32 (line 350) | void ps2_flash_write32(struct ps2_flash* flash, uint32_t addr, uint64_t ... FILE: src/shared/speed/flash.h type ps2_flash (line 82) | struct ps2_flash { type ps2_flash (line 95) | struct ps2_flash type ps2_flash (line 96) | struct ps2_flash type ps2_flash (line 97) | struct ps2_flash type ps2_flash (line 98) | struct ps2_flash type ps2_flash (line 99) | struct ps2_flash type ps2_flash (line 100) | struct ps2_flash type ps2_flash (line 101) | struct ps2_flash type ps2_flash (line 102) | struct ps2_flash FILE: src/u128.h type uint128_t (line 11) | typedef union {