Searched refs:StoreDW (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/loongson64/ |
H A D | cop2-ex.c | 116 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/arch/mips/kernel/ |
H A D | unaligned.c | 426 StoreDW(addr, value, res); in emulate_load_store_insn() 759 StoreDW(addr, value, res); in emulate_load_store_microMIPS() 764 StoreDW(addr, value, res); in emulate_load_store_microMIPS() 903 StoreDW(addr, value, res); in emulate_load_store_microMIPS() 910 StoreDW(addr, value, res); in emulate_load_store_microMIPS() 917 StoreDW(addr, value, res); in emulate_load_store_microMIPS() 1194 StoreDW(addr, value, res); in emulate_load_store_microMIPS() 1469 StoreDW(addr, value, res); in emulate_load_store_MIPS16e()
|
/linux/arch/mips/include/asm/ |
H A D | unaligned-emul.h | 777 #define StoreDW(addr, value, res) _StoreDW(addr, value, res) macro
|