Lines Matching refs:is_jmp
5848 /* 'is_jmp' is '1' if it is a jump */5849 static void gcall_or_jmp(int is_jmp)5863 oad(0xe8 + is_jmp, vtop->c.ul - 4); /* call/jmp im */5868 o(0xd0 + r + (is_jmp << 4));