HomeSort by: relevance | last modified time | path
    Searched defs:xor_byte (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 154 static uint8_t xor_byte (struct X86EMU *, uint8_t d, uint8_t s);
1714 xor_byte, /* 06 */
1822 xor_byte, /* 06 *//* YYY UNUSED ???? */
4214 common_binop_byte_rm_r(emu, xor_byte);
4220 common_binop_byte_r_rm(emu, xor_byte);
4226 common_binop_byte_imm(emu, xor_byte);
7607 xor_byte(struct X86EMU *emu, uint8_t d, uint8_t s) function in typeref:typename:uint8_t
x86emu.c 154 static uint8_t xor_byte (struct X86EMU *, uint8_t d, uint8_t s);
1714 xor_byte, /* 06 */
1822 xor_byte, /* 06 *//* YYY UNUSED ???? */
4214 common_binop_byte_rm_r(emu, xor_byte);
4220 common_binop_byte_r_rm(emu, xor_byte);
4226 common_binop_byte_imm(emu, xor_byte);
7607 xor_byte(struct X86EMU *emu, uint8_t d, uint8_t s) function in typeref:typename:uint8_t

Completed in 30 milliseconds