/external/v8/test/cctest/ |
H A D | 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, e [all...] |
H A D | test-assembler-arm.cc | 970 __ adc(r1, r1, Operand(r1), LeaveCC, cs); 975 __ adc(r2, r2, Operand(r2), LeaveCC, cs);
|
/external/v8/src/arm/ |
H A D | 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, Conditio 794 sub(Register dst, Register src1, Register src2, SBit s = LeaveCC, Condition cond = al) argument 804 add(Register dst, Register src1, Register src2, SBit s = LeaveCC, Condition cond = al) argument 835 orr(Register dst, Register src1, Register src2, SBit s = LeaveCC, Condition cond = al) argument 842 mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al) argument [all...] |
H A D | 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, con [all...] |
H A D | 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); 894 __ rsb(dst, dst, Operand::Zero(), LeaveCC, mi); 1044 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs); 1046 __ rsb(the_int_, the_int_, Operand(0, RelocInfo::NONE), LeaveCC, cs); 1202 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne); 1242 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne); 1338 __ orr(r0, rhs_mantissa, Operand(lhs_mantissa), LeaveCC, ne); 1353 __ mov(r0, Operand(r4), LeaveCC, ne); 1670 __ mov(r0, Operand(EQUAL), LeaveCC, e [all...] |
H A D | constants-arm.h | 274 LeaveCC = 0 << 20 // Leave condition code unchanged. enumerator in enum:v8::internal::SBit
|
H A D | macro-assembler-arm.h | 1138 void SmiTag(Register reg, SBit s = LeaveCC) { argument 1141 void SmiTag(Register dst, Register src, SBit s = LeaveCC) { argument 1155 void SmiUntag(Register reg, SBit s = LeaveCC) { argument 1158 void SmiUntag(Register dst, Register src, SBit s = LeaveCC) { argument
|
H A D | stub-cache-arm.cc | 951 __ rsb(ival, ival, Operand(0, RelocInfo::NONE), LeaveCC, ne); 963 __ orr(fval, fval, Operand(exponent_word_for_1), LeaveCC, eq); 3623 __ mov(r1, Operand(0x7ff), LeaveCC, eq); 3893 __ mov(r9, Operand(kBinary32ExponentMask), LeaveCC, eq); 3903 __ and_(r5, r5, Operand(HeapNumber::kSignMask), LeaveCC, gt); 3904 __ orr(r5, r5, Operand(kBinary32ExponentMask), LeaveCC, gt); 3908 __ and_(r5, r5, Operand(HeapNumber::kSignMask), LeaveCC, lt); 3947 __ mov(r5, Operand(0, RelocInfo::NONE), LeaveCC, eq); 3951 __ mov(r5, Operand(0, RelocInfo::NONE), LeaveCC, eq); 3958 __ mov(r5, Operand(0, RelocInfo::NONE), LeaveCC, m [all...] |
H A D | 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);
|
H A D | 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, 1162 ASSERT(!(src.is_reg() && src.rm().is(dst) && s == LeaveCC && cond == al)); 1169 mov(reg, Operand(immediate), LeaveCC, cond);
|
H A D | lithium-codegen-arm.cc | 987 __ mov(result, scratch, LeaveCC, lt); 1084 __ mov(result, left, LeaveCC, eq); 1089 __ mov(result, Operand(left, ASR, 1), LeaveCC, eq); 1094 __ mov(result, Operand(left, ASR, 2), LeaveCC, eq); 1350 SBit set_cond = can_overflow ? SetCC : LeaveCC; 1503 SBit set_cond = can_overflow ? SetCC : LeaveCC; 2155 __ mov(r0, Operand(factory()->false_value()), LeaveCC, ne); 2156 __ mov(r0, Operand(factory()->true_value()), LeaveCC, eq); 2382 __ mov(result, Operand(factory()->undefined_value()), LeaveCC, eq); 2775 __ mov(result, fp, LeaveCC, n [all...] |
H A D | full-codegen-arm.cc | 1897 __ mov(right, Operand(scratch1), LeaveCC, ne); 1900 __ mov(right, Operand(Smi::FromInt(0)), LeaveCC, pl);
|