Searched refs:destval (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 4452 destval = not_byte(destval); in x86emuOp_opcF6_byte_RM() 4568 destval = not_long(destval); in x86emuOp_opcF7_word_RM() 4574 destval = neg_long(destval); in x86emuOp_opcF7_word_RM() 4620 destval = not_word(destval); in x86emuOp_opcF7_word_RM() 4626 destval = neg_word(destval); in x86emuOp_opcF7_word_RM() 4895 destval = inc_byte(destval); in x86emuOp_opcFE_byte_RM() 4897 destval = dec_byte(destval); in x86emuOp_opcFE_byte_RM() 4980 destval = inc_long(destval); in x86emuOp_opcFF_word_RM() 4987 destval = inc_word(destval); in x86emuOp_opcFF_word_RM() 4997 destval = dec_long(destval); in x86emuOp_opcFF_word_RM() [all …]
|
H A D | ops2.c | 366 u32 destval; in x86emuOp2_shld_IMM() local 376 destval = shld_long(destval,*shiftreg,shift); in x86emuOp2_shld_IMM() 379 u16 destval; in x86emuOp2_shld_IMM() local 389 destval = shld_word(destval,*shiftreg,shift); in x86emuOp2_shld_IMM() 436 u32 destval; in x86emuOp2_shld_CL() local 444 destval = shld_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL() 455 destval = shld_word(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL() 610 destval = shrd_long(destval,*shiftreg,shift); in x86emuOp2_shrd_IMM() 623 destval = shrd_word(destval,*shiftreg,shift); in x86emuOp2_shrd_IMM() 678 destval = shrd_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL() [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 3253 destval = add_byte(destval, *srcreg); 3481 destval = or_byte(destval, *srcreg); 3715 destval = adc_byte(destval, *srcreg); 3943 destval = sbb_byte(destval, *srcreg); 4399 destval = sub_byte(destval, *srcreg); 4627 destval = xor_byte(destval, *srcreg); 10470 destval = not_long(destval); 10480 destval = neg_long(destval); 10557 destval = not_long(destval); 10872 destval = inc_byte(destval); [all …]
|