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

  /external/valgrind/main/VEX/priv/
host_mips_defs.h 407 } MIPSFpOp;
409 extern HChar *showMIPSFpOp(MIPSFpOp);
566 MIPSFpOp op;
571 MIPSFpOp op;
577 MIPSFpOp op;
591 MIPSFpOp op;
596 MIPSFpOp op;
603 MIPSFpOp op;
663 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src);
664 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL
    [all...]
host_mips_defs.c 687 HChar *showMIPSFpOp(MIPSFpOp op)
1391 MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src)
1401 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR)
1412 MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src)
1423 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR,
    [all...]
host_mips_isel.c     [all...]

Completed in 29 milliseconds