Searched refs:IS_MOV_SP_FP (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsh64-tdep.c441 #define IS_MOV_SP_FP(x) ((x) == 0x6ef3) macro
603 else if (IS_MOV_SP_FP (w) || IS_MOV_SP_FP_MEDIA(w))
629 else if (IS_MOV_SP_FP (w))
1120 else if (IS_MOV_SP_FP (insn))
H A Dh8300-tdep.c92 #define IS_MOV_SP_FP(x) (x == 0x0d76 || x == 0x0ff6) macro
384 if (next_ip && IS_MOV_SP_FP (insn_word))
H A Dsh-tdep.c424 #define IS_MOV_SP_FP(x) ((x) == 0x6ef3) macro
607 else if (IS_MOV_SP_FP (inst))
646 instruction is going to be IS_MOV_SP_FP in the delay slot. If
649 if (IS_MOV_SP_FP (inst))

Completed in 66 milliseconds