Home | History | Annotate | Download | only in x86

Lines Matching refs:opcode

23 void X86Mir2Lir::GenArithOpFloat(Instruction::Code opcode,
32 switch (opcode) {
61 LOG(FATAL) << "Unexpected opcode: " << opcode;
78 void X86Mir2Lir::GenArithOpDouble(Instruction::Code opcode,
83 switch (opcode) {
112 LOG(FATAL) << "Unexpected opcode: " << opcode;
133 void X86Mir2Lir::GenConversion(Instruction::Code opcode, RegLocation rl_dest,
139 switch (opcode) {
214 LOG(INFO) << "Unexpected opcode: " << opcode;