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

  /external/valgrind/main/VEX/priv/
host_mips_isel.c 192 addInstr(env, MIPSInstr_Alu(Malu_ADD, sp, sp, MIPSRH_Imm(True,
200 addInstr(env, MIPSInstr_Alu(Malu_SUB, sp, sp,
274 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp)));
275 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp, MIPSRH_Imm(False, 3)));
312 return MIPSInstr_Alu(Malu_OR, r_dst, r_src, MIPSRH_Reg(r_src));
719 addInstr(env, MIPSInstr_Alu(aluOp, r_dst, r_srcL, ri_srcR));
858 addInstr(env, MIPSInstr_Alu(Malu_SUB, tmp, argL, argR));
901 addInstr(env, MIPSInstr_Alu(Malu_AND, tLo_1, tLo,
904 addInstr(env, MIPSInstr_Alu(Malu_OR, r_dst, tHi_1,
934 addInstr(env, MIPSInstr_Alu(Malu_OR, r_ccMIPS, r_ccMIPS
    [all...]
host_mips_defs.h 632 extern MIPSInstr *MIPSInstr_Alu(MIPSAluOp, HReg, HReg, MIPSRH *);
host_mips_defs.c 1118 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
    [all...]

Completed in 26 milliseconds