Lines Matching defs:offset
321 fetch_data_byte(uint offset) in fetch_data_byte()
340 fetch_data_word(uint offset) in fetch_data_word()
359 fetch_data_long(uint offset) in fetch_data_long()
379 fetch_data_byte_abs(uint segment, uint offset) in fetch_data_byte_abs()
399 fetch_data_word_abs(uint segment, uint offset) in fetch_data_word_abs()
419 fetch_data_long_abs(uint segment, uint offset) in fetch_data_long_abs()
440 store_data_byte(uint offset, u8 val) in store_data_byte()
461 store_data_word(uint offset, u16 val) in store_data_word()
482 store_data_long(uint offset, u32 val) in store_data_long()
503 store_data_byte_abs(uint segment, uint offset, u8 val) in store_data_byte_abs()
524 store_data_word_abs(uint segment, uint offset, u16 val) in store_data_word_abs()
545 store_data_long_abs(uint segment, uint offset, u32 val) in store_data_long_abs()
848 u32 offset; in decode_rm00_address() local