Searched refs:ASM_VOLATILE_CASE (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_helpers.c | 417 #define ASM_VOLATILE_CASE(rd, sel) \ macro 430 ASM_VOLATILE_CASE(0, 0); in mips32_dirtyhelper_mfc0() 431 ASM_VOLATILE_CASE(1, 0); in mips32_dirtyhelper_mfc0() 432 ASM_VOLATILE_CASE(2, 0); in mips32_dirtyhelper_mfc0() 433 ASM_VOLATILE_CASE(3, 0); in mips32_dirtyhelper_mfc0() 434 ASM_VOLATILE_CASE(4, 0); in mips32_dirtyhelper_mfc0() 435 ASM_VOLATILE_CASE(5, 0); in mips32_dirtyhelper_mfc0() 436 ASM_VOLATILE_CASE(6, 0); in mips32_dirtyhelper_mfc0() 437 ASM_VOLATILE_CASE(7, 0); in mips32_dirtyhelper_mfc0() 438 ASM_VOLATILE_CASE(8, 0); in mips32_dirtyhelper_mfc0() [all …]
|