Searched refs:genop_word_operation (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | ops.c | 100 static u16 (*genop_word_operation[])(u16 d, u16 s) = variable 278 destval = genop_word_operation[op1](destval, *srcreg); in x86emuOp_genop_word_RM_R() 299 *destreg = genop_word_operation[op1](*destreg, *srcreg); in x86emuOp_genop_word_RM_R() 374 *destreg = genop_word_operation[op1](*destreg, srcval); in x86emuOp_genop_word_R_RM() 392 *destreg = genop_word_operation[op1](*destreg, *srcreg); in x86emuOp_genop_word_R_RM() 445 M.x86.R_AX = genop_word_operation[op1](M.x86.R_AX, (u16)srcval); in x86emuOp_genop_word_AX_IMM() 1423 destval = (*genop_word_operation[rh]) (destval, imm); in x86emuOp_opc81_word_RM_IMM() 1449 destval = (*genop_word_operation[rh]) (*destreg, imm); in x86emuOp_opc81_word_RM_IMM() 1611 destval = (*genop_word_operation[rh]) (destval, imm); in x86emuOp_opc83_word_RM_IMM() 1635 destval = (*genop_word_operation[rh]) (*destreg, imm); in x86emuOp_opc83_word_RM_IMM()
|