Searched defs:set_cc (Results 1 - 2 of 2) sorted by path

/art/compiler/utils/arm/
H A Dassembler_arm32.cc517 int set_cc,
526 set_cc << kSShift |
514 EmitType01(Condition cond, int type, Opcode opcode, int set_cc, Register rn, Register rd, const ShifterOperand& so) argument
H A Dassembler_thumb2.cc614 int set_cc,
732 int set_cc,
746 case TST: thumb_opcode = 0b0000; set_cc = true; rd = PC; break;
747 case TEQ: thumb_opcode = 0b0100; set_cc = true; rd = PC; break;
748 case CMP: thumb_opcode = 0b1101; set_cc = true; rd = PC; break;
749 case CMN: thumb_opcode = 0b1000; set_cc = true; rd = PC; break;
792 set_cc << 20 |
801 set_cc << 20 |
812 int set_cc,
817 Emit16BitAddSub(cond, opcode, set_cc, r
612 Is32BitDataProcessing(Condition cond, Opcode opcode, int set_cc, Register rn, Register rd, const ShifterOperand& so) argument
730 Emit32BitDataProcessing(Condition cond, Opcode opcode, int set_cc, Register rn, Register rd, const ShifterOperand& so) argument
810 Emit16BitDataProcessing(Condition cond, Opcode opcode, int set_cc, Register rn, Register rd, const ShifterOperand& so) argument
939 Emit16BitAddSub(Condition cond, Opcode opcode, int set_cc, Register rn, Register rd, const ShifterOperand& so) argument
1076 EmitDataProcessing(Condition cond, Opcode opcode, int set_cc, Register rn, Register rd, const ShifterOperand& so) argument
[all...]

Completed in 32 milliseconds