HomeSort by relevance Sort by last modified time
    Searched refs:LeaveCC (Results 1 - 12 of 12) sorted by null

  /external/v8/test/cctest/
test-disasm-arm.cc 109 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
113 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
120 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne),
125 COMPARE(sub(r5, r6, Operand(r10, LSL, 31), LeaveCC, hs),
129 COMPARE(sub(r5, r6, Operand(r10, LSL, 24), LeaveCC, lo),
140 COMPARE(rsb(r6, r7, Operand(fp, LSR, 31), LeaveCC, pl),
154 COMPARE(adc(r4, ip, Operand(ip, ASR, 1), LeaveCC, vc),
161 COMPARE(sbc(r7, r1, Operand(ip, ROR, 1), LeaveCC, hi),
215 COMPARE(orr(r7, r8, Operand(lr), LeaveCC, al),
224 COMPARE(mov(r0, Operand(r1), LeaveCC, eq)
    [all...]
test-assembler-arm.cc 970 __ adc(r1, r1, Operand(r1), LeaveCC, cs);
975 __ adc(r2, r2, Operand(r2), LeaveCC, cs);
  /external/v8/src/arm/
assembler-arm.h 787 SBit s = LeaveCC, Condition cond = al);
790 SBit s = LeaveCC, Condition cond = al);
793 SBit s = LeaveCC, Condition cond = al);
795 SBit s = LeaveCC, Condition cond = al) {
800 SBit s = LeaveCC, Condition cond = al);
803 SBit s = LeaveCC, Condition cond = al);
805 SBit s = LeaveCC, Condition cond = al) {
810 SBit s = LeaveCC, Condition cond = al);
813 SBit s = LeaveCC, Condition cond = al);
816 SBit s = LeaveCC, Condition cond = al)
    [all...]
macro-assembler-arm.cc 79 mov(pc, Operand(target), LeaveCC, cond);
90 mov(pc, Operand(target, rmode), LeaveCC, cond);
128 mov(lr, Operand(pc), LeaveCC, cond);
129 mov(pc, Operand(target), LeaveCC, cond);
138 Instr mov_instr = cond | MOV | LeaveCC;
171 mov(lr, Operand(pc), LeaveCC, cond);
173 mov(pc, Operand(reinterpret_cast<int32_t>(target), rmode), LeaveCC, cond);
210 mov(pc, Operand(lr), LeaveCC, cond);
217 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond);
233 eor(reg1, reg1, Operand(reg2), LeaveCC, cond)
    [all...]
code-stubs-arm.cc 474 __ rsb(source_, source_, Operand(0, RelocInfo::NONE), LeaveCC, ne);
485 __ orr(exponent, exponent, Operand(exponent_word_for_1), LeaveCC, eq);
    [all...]
constants-arm.h 274 LeaveCC = 0 << 20 // Leave condition code unchanged.
macro-assembler-arm.h     [all...]
stub-cache-arm.cc     [all...]
regexp-macro-assembler-arm.cc 284 backtrack_stackpointer(), Operand(kPointerSize), LeaveCC, eq);
685 __ mov(r1, Operand(1), LeaveCC, eq);
686 __ mov(r1, Operand(0, RelocInfo::NONE), LeaveCC, ne);
    [all...]
assembler-arm.cc 240 al | PostIndex | 4 | LeaveCC | I | kRegister_sp_Code * B16 |
851 mov(rd, Operand(x.imm32_ & 0xffff), LeaveCC, cond);
859 mov(ip, x, LeaveCC, cond);
899 mov(ip, Operand(x.offset_), LeaveCC, Instruction::ConditionField(instr));
932 mov(ip, Operand(x.offset_), LeaveCC, Instruction::ConditionField(instr));
942 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
    [all...]
lithium-codegen-arm.cc 987 __ mov(result, scratch, LeaveCC, lt);
    [all...]
full-codegen-arm.cc     [all...]

Completed in 1022 milliseconds