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

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 482 Bool isFwds;
641 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
host_amd64_defs.h 522 Bool isFwds;
693 extern AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst );
host_amd64_defs.c 775 AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst ) {
778 i->Ain.Bsfr64.isFwds = isFwds;
    [all...]
host_x86_defs.c 694 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) {
697 i->Xin.Bsfr32.isFwds = isFwds;
1000 vex_printf("bs%cl ", i->Xin.Bsfr32.isFwds ? 'f' : 'r');
    [all...]

Completed in 27 milliseconds