/external/chromium_org/v8/test/cctest/ |
D | test-disasm-arm.cc | 105 COMPARE(and_(r1, r2, Operand(r3), LeaveCC), in TEST() 109 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq), in TEST() 116 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne), in TEST() 121 COMPARE(sub(r5, r6, Operand(r10, LSL, 31), LeaveCC, hs), in TEST() 125 COMPARE(sub(r5, r6, Operand(r10, LSL, 24), LeaveCC, lo), in TEST() 136 COMPARE(rsb(r6, r7, Operand(fp, LSR, 31), LeaveCC, pl), in TEST() 150 COMPARE(adc(r4, ip, Operand(ip, ASR, 1), LeaveCC, vc), in TEST() 157 COMPARE(sbc(r7, r1, Operand(ip, ROR, 1), LeaveCC, hi), in TEST() 211 COMPARE(orr(r7, r8, Operand(lr), LeaveCC, al), in TEST() 220 COMPARE(mov(r0, Operand(r1), LeaveCC, eq), in TEST() [all …]
|
D | test-assembler-arm.cc | 940 __ adc(r1, r1, Operand(r1), LeaveCC, cs); 945 __ adc(r2, r2, Operand(r2), LeaveCC, cs); 1521 __ add(pc, r5, r4, LeaveCC, ne); in TEST()
|
/external/chromium_org/v8/src/arm/ |
D | assembler-arm.h | 857 SBit s = LeaveCC, Condition cond = al); 860 SBit s = LeaveCC, Condition cond = al); 863 SBit s = LeaveCC, Condition cond = al); 865 SBit s = LeaveCC, Condition cond = al) { 870 SBit s = LeaveCC, Condition cond = al); 873 SBit s = LeaveCC, Condition cond = al); 875 SBit s = LeaveCC, Condition cond = al) { 880 SBit s = LeaveCC, Condition cond = al); 883 SBit s = LeaveCC, Condition cond = al); 886 SBit s = LeaveCC, Condition cond = al); [all …]
|
D | macro-assembler-arm.cc | 40 mov(pc, Operand(target, rmode), LeaveCC, cond); in Jump() 78 Instr mov_instr = cond | MOV | LeaveCC; in CallSize() 98 Instr mov_instr = cond | MOV | LeaveCC; in CallSizeNotPredictableCodeSize() 188 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond); in Drop() 204 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); in Swap() 205 eor(reg2, reg2, Operand(reg1), LeaveCC, cond); in Swap() 206 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); in Swap() 208 mov(scratch, reg1, LeaveCC, cond); in Swap() 209 mov(reg1, reg2, LeaveCC, cond); in Swap() 210 mov(reg2, scratch, LeaveCC, cond); in Swap() [all …]
|
D | code-stubs-arm.cc | 551 __ rsb(source_, source_, Operand::Zero(), LeaveCC, ne); in Generate() 562 __ orr(exponent, exponent, Operand(exponent_word_for_1), LeaveCC, eq); in Generate() 722 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs); in Generate() 724 __ rsb(the_int_, the_int_, Operand::Zero(), LeaveCC, cs); in Generate() 873 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne); in EmitSmiNonsmiComparison() 900 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne); in EmitSmiNonsmiComparison() 1104 __ mov(r0, Operand(EQUAL), LeaveCC, eq); in GenerateGeneric() 1105 __ mov(r0, Operand(LESS), LeaveCC, lt); in GenerateGeneric() 1106 __ mov(r0, Operand(GREATER), LeaveCC, gt); in GenerateGeneric() 1374 __ mov(scratch2, Operand::Zero(), LeaveCC, mi); in Generate() [all …]
|
D | macro-assembler-arm.h | 1215 void SmiTag(Register reg, SBit s = LeaveCC) { 1218 void SmiTag(Register dst, Register src, SBit s = LeaveCC) { 1235 void SmiUntag(Register reg, SBit s = LeaveCC) { 1238 void SmiUntag(Register dst, Register src, SBit s = LeaveCC) {
|
D | lithium-codegen-arm.cc | 357 __ mov(lr, Operand(pc), LeaveCC, al); in GenerateDeoptJumpTable() 365 __ mov(lr, Operand(pc), LeaveCC, al); in GenerateDeoptJumpTable() 835 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition)); in DeoptimizeIf() 836 __ mov(scratch, Operand(1), LeaveCC, condition); in DeoptimizeIf() 1486 __ mov(result, Operand(kMinInt / divisor), LeaveCC, vs); in DoFlooringDivByPowerOf2I() 1487 __ mov(result, Operand(result, ASR, shift), LeaveCC, vc); in DoFlooringDivByPowerOf2I() 1836 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoSubI() 1857 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoRSubI() 2030 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoAddI() 2059 __ mov(result_reg, right_op, LeaveCC, NegateCondition(condition)); in DoMathMinMax() [all …]
|
D | constants-arm.h | 216 LeaveCC = 0 << 20 // Leave condition code unchanged. enumerator
|
D | assembler-arm.cc | 408 al | PostIndex | 4 | LeaveCC | I | kRegister_sp_Code * B16 | 1089 mov(rd, target, LeaveCC, cond); in move_32_bit_immediate() 1120 mov(ip, x, LeaveCC, cond); in addrmod1() 1156 mov(ip, Operand(x.offset_), LeaveCC, Instruction::ConditionField(instr)); in addrmod2() 1189 mov(ip, Operand(x.offset_), LeaveCC, Instruction::ConditionField(instr)); in addrmod3() 1199 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in addrmod3() 1405 ASSERT(!(src.is_reg() && src.rm().is(dst) && s == LeaveCC && cond == al)); in mov() 1454 mov(reg, Operand(immediate), LeaveCC, cond); in movw()
|
D | deoptimizer-arm.cc | 157 __ sub(sp, sp, Operand(16 * kDoubleSize), LeaveCC, eq); in Generate()
|
D | regexp-macro-assembler-arm.cc | 219 backtrack_stackpointer(), Operand(kPointerSize), LeaveCC, eq); in CheckGreedyLoop() 661 __ mov(current_character(), Operand('\n'), LeaveCC, eq); in GetCode()
|
D | full-codegen-arm.cc | 2344 __ mov(right, Operand(scratch1), LeaveCC, ne); in EmitInlineSmiBinaryOp() 2347 __ mov(right, Operand(Smi::FromInt(0)), LeaveCC, pl); in EmitInlineSmiBinaryOp()
|