Lines Matching refs:opcode
66 DCHECK(GetTargetInstFlags(lir->opcode) & (IS_LOAD | IS_STORE));
88 DCHECK(!(GetTargetInstFlags(lir->opcode) & IS_STORE));
122 switch (lir->opcode) {
181 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode),
183 std::string op_operands(BuildInsnString(GetTargetInstFmt(lir->opcode),
511 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoSafepointPC)) {
515 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoExportedPC)) {
701 if (lir->opcode >= 0) {
705 } else if (lir->opcode == kPseudoPseudoAlign4) {
800 new_label->opcode = kPseudoCaseLabel;
849 * int targets[size] branch targets, relative to switch opcode
870 * int targets[size] branch targets, relative to switch opcode
900 bool Mir2Lir::EvaluateBranch(Instruction::Code opcode, int32_t src1, int32_t src2) {
902 switch (opcode) {
916 LOG(FATAL) << "Unexpected opcode " << opcode;