X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Foptimizer.h;h=266665208d230b2d6aafb1cfe5c301347fcb4224;hb=a5a6f7b82ed88f1ac3178c32c9bda22eb612814b;hp=f2b1f30f73c4e88e227a7e32fd0b8f95b33597ba;hpb=025b6fde9b8ce688008227211168358b96e98d62;p=pcsx_rearmed.git diff --git a/deps/lightrec/optimizer.h b/deps/lightrec/optimizer.h index f2b1f30f..26666520 100644 --- a/deps/lightrec/optimizer.h +++ b/deps/lightrec/optimizer.h @@ -16,8 +16,7 @@ __cnst _Bool opcode_writes_register(union code op, u8 reg); __cnst u64 opcode_write_mask(union code op); __cnst _Bool has_delay_slot(union code op); _Bool is_delay_slot(const struct opcode *list, unsigned int offset); -__cnst _Bool opcode_is_mfc(union code op); -__cnst _Bool opcode_is_load(union code op); +__cnst _Bool opcode_has_load_delay(union code op); __cnst _Bool opcode_is_io(union code op); __cnst _Bool is_unconditional_jump(union code c); __cnst _Bool is_syscall(union code c);