HomeSort by relevance Sort by last modified time
    Searched refs:X86AluOp (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
host_x86_defs.h 268 X86AluOp;
270 extern const HChar* showX86AluOp ( X86AluOp );
402 X86AluOp op;
407 X86AluOp op;
660 extern X86Instr* X86Instr_Alu32R ( X86AluOp, X86RMI*, HReg );
661 extern X86Instr* X86Instr_Alu32M ( X86AluOp, X86RI*, X86AMode* );
host_x86_defs.c 440 const HChar* showX86AluOp ( X86AluOp op ) {
564 X86Instr* X86Instr_Alu32R ( X86AluOp op, X86RMI* src, HReg dst ) {
572 X86Instr* X86Instr_Alu32M ( X86AluOp op, X86RI* src, X86AMode* dst ) {
    [all...]
host_x86_isel.c 921 X86AluOp aluOp;
    [all...]

Completed in 85 milliseconds