Searched refs:Malu_NOR (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 1144 addInstr(env, MIPSInstr_Alu(Malu_NOR, tmp, tmp, MIPSRH_Reg(tmp))); in iselWordExpr_R_wrk() 1446 addInstr(env, MIPSInstr_Alu(Malu_NOR, r_dst, r_srcL, r_srcR)); in iselWordExpr_R_wrk() 2526 addInstr(env, MIPSInstr_Alu(Malu_NOR, v0, zero, MIPSRH_Reg(a2))); in iselInt64Expr_wrk() 2590 addInstr(env, MIPSInstr_Alu(Malu_NOR, v0, zero, MIPSRH_Reg(a2))); in iselInt64Expr_wrk() 2658 addInstr(env, MIPSInstr_Alu(Malu_NOR, v0, zero, MIPSRH_Reg(a2))); in iselInt64Expr_wrk() 2726 addInstr(env, MIPSInstr_Alu(Malu_NOR, v0, zero, MIPSRH_Reg(a2))); in iselInt64Expr_wrk() 2952 addInstr(env, MIPSInstr_Alu(Malu_NOR, tLo, tLo, MIPSRH_Reg(tLo))); in iselInt64Expr_wrk() 2953 addInstr(env, MIPSInstr_Alu(Malu_NOR, tHi, tHi, MIPSRH_Reg(tHi))); in iselInt64Expr_wrk()
|
D | host_mips_defs.h | 245 Malu_AND, Malu_OR, Malu_NOR, Malu_XOR, enumerator
|
D | host_mips_defs.c | 696 case Malu_NOR: in showMIPSAluOp() 2586 case Malu_NOR: in emit_MIPSInstr()
|