Searched refs:opc82_byte_operation (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dops.c5507 static u8 (*opc82_byte_operation[])(u8 s, u8 d) = variable in typeref:typename:u8 (* [])(u8 s,u8 d)
5583 destval = (*opc82_byte_operation[rh]) (destval, imm);
5594 destval = (*opc82_byte_operation[rh]) (destval, imm);
5605 destval = (*opc82_byte_operation[rh]) (destval, imm);
5614 destval = (*opc82_byte_operation[rh]) (*destreg, imm);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dops.c5820 static u8(*opc82_byte_operation[]) (u8 s, u8 d) = { variable in typeref:typename:u8 (* [])(u8 s,u8 d)
5896 destval = (*opc82_byte_operation[rh]) (destval, imm);
5907 destval = (*opc82_byte_operation[rh]) (destval, imm);
5918 destval = (*opc82_byte_operation[rh]) (destval, imm);
5927 destval = (*opc82_byte_operation[rh]) (*destreg, imm);

Completed in 23 milliseconds