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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dops.c5635 static u32 (*opc83_long_operation[])(u32 s, u32 d) = variable in typeref:typename:u32 (* [])(u32 s,u32 d)
5711 destval = (*opc83_long_operation[rh]) (destval, imm);
5738 destval = (*opc83_long_operation[rh]) (destval, imm);
5765 destval = (*opc83_long_operation[rh]) (destval, imm);
5791 destval = (*opc83_long_operation[rh]) (*destreg, imm);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dops.c5947 static u32(*opc83_long_operation[]) (u32 s, u32 d) = { variable in typeref:typename:u32 (* [])(u32 s,u32 d)
6023 destval = (*opc83_long_operation[rh]) (destval, imm);
6051 destval = (*opc83_long_operation[rh]) (destval, imm);
6079 destval = (*opc83_long_operation[rh]) (destval, imm);
6106 destval = (*opc83_long_operation[rh]) (*destreg, imm);

Completed in 28 milliseconds