coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ops.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int x86emu_check_jump_condition (u8 op)
 

Variables

void(* x86emu_optab [0x100])(u8 op1)
 
void(* x86emu_optab2 [0x100])(u8 op2)
 

Function Documentation

◆ x86emu_check_jump_condition()

int x86emu_check_jump_condition ( u8  op)

Definition at line 215 of file ops2.c.

References ACCESS_FLAG, DECODE_PRINTF, F_CF, F_OF, F_PF, F_SF, F_ZF, and xorl.

Referenced by x86emuOp2_long_jump(), and x86emuOp_jump_near_cond().

Here is the caller graph for this function:

Variable Documentation

◆ x86emu_optab

void(* x86emu_optab[0x100])(u8 op1) ( u8  op1)
extern

Definition at line 5224 of file ops.c.

Referenced by X86EMU_exec().

◆ x86emu_optab2

void(* x86emu_optab2[0x100])(u8 op2) ( u8  op2)
extern

Definition at line 1711 of file ops2.c.

Referenced by x86emuOp_two_byte().