Home
last modified time | relevance | path

Searched refs:StoreDW (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/mips/loongson64/
Dcop2-ex.c116 StoreDW(addr + 8, value_next, res); in loongson_cu2_call()
121 StoreDW(addr, value, res); in loongson_cu2_call()
133 StoreDW(addr + 8, value_next, res); in loongson_cu2_call()
139 StoreDW(addr, value, res); in loongson_cu2_call()
269 StoreDW(addr, value, res); in loongson_cu2_call()
303 StoreDW(addr, value, res); in loongson_cu2_call()
/Linux-v6.1/arch/mips/kernel/
Dunaligned.c384 StoreDW(addr, value, res); in emulate_load_store_insn()
717 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
722 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
861 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
868 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
875 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1152 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1427 StoreDW(addr, value, res); in emulate_load_store_MIPS16e()
/Linux-v6.1/arch/mips/include/asm/
Dunaligned-emul.h777 #define StoreDW(addr, value, res) _StoreDW(addr, value, res) macro