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

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 273 X86ShiftOp;
275 extern HChar* showX86ShiftOp ( X86ShiftOp );
406 X86ShiftOp op;
436 X86ShiftOp op;
658 extern X86Instr* X86Instr_Sh32 ( X86ShiftOp, UInt, HReg );
662 extern X86Instr* X86Instr_Sh3232 ( X86ShiftOp, UInt amt, HReg src, HReg dst );
host_x86_defs.c 457 HChar* showX86ShiftOp ( X86ShiftOp op ) {
582 X86Instr* X86Instr_Sh32 ( X86ShiftOp op, UInt src, HReg dst ) {
625 X86Instr* X86Instr_Sh3232 ( X86ShiftOp op, UInt amt, HReg src, HReg dst ) {
    [all...]
host_x86_isel.c 822 X86ShiftOp shOp;
    [all...]

Completed in 62 milliseconds