Lines Matching refs:opcode
26 void MipsMir2Lir::GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpFloat() argument
35 switch (opcode) { in GenArithOpFloat()
63 LOG(FATAL) << "Unexpected opcode: " << opcode; in GenArithOpFloat()
72 void MipsMir2Lir::GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpDouble() argument
77 switch (opcode) { in GenArithOpDouble()
105 LOG(FATAL) << "Unpexpected opcode: " << opcode; in GenArithOpDouble()
132 void MipsMir2Lir::GenConversion(Instruction::Code opcode, RegLocation rl_dest, in GenConversion() argument
136 switch (opcode) { in GenConversion()
168 LOG(FATAL) << "Unexpected opcode: " << opcode; in GenConversion()
208 void MipsMir2Lir::GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1, in GenCmpFP() argument
213 switch (opcode) { in GenCmpFP()
229 LOG(FATAL) << "Unexpected opcode: " << opcode; in GenCmpFP()