Searched refs:TARGET_SYS_EXIT_EXTENDED (Results 1 – 4 of 4) sorted by relevance
30 return (nr == TARGET_SYS_EXIT_EXTENDED || sizeof(target_ulong) == 8); in common_semi_sys_exit_extended()
39 return nr == TARGET_SYS_EXIT_EXTENDED || is_a64(cpu_env(cs)); in common_semi_sys_exit_extended()
41 li a0, 0x20 # TARGET_SYS_EXIT_EXTENDED
76 #define TARGET_SYS_EXIT_EXTENDED 0x20 macro726 case TARGET_SYS_EXIT_EXTENDED: in do_common_semihosting()