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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dops.c5188 static u8 (*opc80_byte_operation[])(u8 d, u8 s) = variable in typeref:typename:u8 (* [])(u8 d,u8 s)
5265 destval = (*opc80_byte_operation[rh]) (destval, imm);
5277 destval = (*opc80_byte_operation[rh]) (destval, imm);
5289 destval = (*opc80_byte_operation[rh]) (destval, imm);
5299 destval = (*opc80_byte_operation[rh]) (*destreg, imm);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dops.c5498 static u8(*opc80_byte_operation[]) (u8 d, u8 s) = { variable in typeref:typename:u8 (* [])(u8 d,u8 s)
5575 destval = (*opc80_byte_operation[rh]) (destval, imm);
5587 destval = (*opc80_byte_operation[rh]) (destval, imm);
5599 destval = (*opc80_byte_operation[rh]) (destval, imm);
5609 destval = (*opc80_byte_operation[rh]) (*destreg, imm);

Completed in 23 milliseconds