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

  /external/valgrind/main/VEX/priv/
host_mips_defs.h 629 } MIPSInstr;
631 extern MIPSInstr *MIPSInstr_LI(HReg, ULong);
632 extern MIPSInstr *MIPSInstr_Alu(MIPSAluOp, HReg, HReg, MIPSRH *);
633 extern MIPSInstr *MIPSInstr_Shft(MIPSShftOp, Bool sz32, HReg, HReg, MIPSRH *);
634 extern MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src);
635 extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg, MIPSCondCode);
637 extern MIPSInstr *MIPSInstr_Mul(Bool syned, Bool hi32, Bool sz32, HReg,
639 extern MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg, HReg);
640 extern MIPSInstr *MIPSInstr_Madd(Bool, HReg, HReg);
641 extern MIPSInstr *MIPSInstr_Msub(Bool, HReg, HReg)
    [all...]
host_mips_defs.c 1109 MIPSInstr *MIPSInstr_LI(HReg dst, ULong imm)
1111 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr));
1118 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
1120 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr));
1129 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
1132 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr));
1142 MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src
    [all...]
host_mips_isel.c 156 static void addInstr(ISelEnv * env, MIPSInstr * instr)
308 static MIPSInstr *mk_iMOVds_RR(HReg r_dst, HReg r_src)
    [all...]

Completed in 25 milliseconds