Home
last modified time | relevance | path

Searched refs:LeaveCC (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
Dcode-generator-arm.cc36 return LeaveCC; in OutputSBit()
39 return LeaveCC; in OutputSBit()
150 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
165 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
170 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
174 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
178 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
182 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
208 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
214 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-disasm-arm.cc105 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 …]
Dtest-assembler-arm.cc952 __ adc(r1, r1, Operand(r1), LeaveCC, cs);
957 __ adc(r2, r2, Operand(r2), LeaveCC, cs);
1543 __ add(pc, r5, r4, LeaveCC, ne); in TEST()
/external/chromium_org/v8/src/arm/
Dassembler-arm.h854 SBit s = LeaveCC, Condition cond = al);
857 SBit s = LeaveCC, Condition cond = al);
860 SBit s = LeaveCC, Condition cond = al);
862 SBit s = LeaveCC, Condition cond = al) {
867 SBit s = LeaveCC, Condition cond = al);
870 SBit s = LeaveCC, Condition cond = al);
872 SBit s = LeaveCC, Condition cond = al) {
877 SBit s = LeaveCC, Condition cond = al);
880 SBit s = LeaveCC, Condition cond = al);
883 SBit s = LeaveCC, Condition cond = al);
[all …]
Dmacro-assembler-arm.cc42 mov(pc, Operand(target, rmode), LeaveCC, cond); in Jump()
79 Instr mov_instr = cond | MOV | LeaveCC; in CallSize()
96 Instr mov_instr = cond | MOV | LeaveCC; in CallSizeNotPredictableCodeSize()
184 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond); in Drop()
200 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); in Swap()
201 eor(reg2, reg2, Operand(reg1), LeaveCC, cond); in Swap()
202 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); in Swap()
204 mov(scratch, reg1, LeaveCC, cond); in Swap()
205 mov(reg1, reg2, LeaveCC, cond); in Swap()
206 mov(reg2, scratch, LeaveCC, cond); in Swap()
[all …]
Dcode-stubs-arm.cc261 __ orr(scratch(), scratch(), Operand(HeapNumber::kSignMask), LeaveCC, cs); in Generate()
263 __ rsb(the_int(), the_int(), Operand::Zero(), LeaveCC, cs); in Generate()
412 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne); in EmitSmiNonsmiComparison()
439 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne); in EmitSmiNonsmiComparison()
642 __ mov(r0, Operand(EQUAL), LeaveCC, eq); in GenerateGeneric()
643 __ mov(r0, Operand(LESS), LeaveCC, lt); in GenerateGeneric()
644 __ mov(r0, Operand(GREATER), LeaveCC, gt); in GenerateGeneric()
903 __ mov(scratch2, Operand::Zero(), LeaveCC, mi); in Generate()
904 __ sub(scratch, scratch2, scratch, LeaveCC, mi); in Generate()
1618 __ mov(r1, Operand(r2), LeaveCC, gt); in GenerateNewSloppyFast()
[all …]
Dmacro-assembler-arm.h156 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC,
158 if (!src.is_reg() || !src.rm().is(dst) || sbit != LeaveCC) {
1220 void SmiTag(Register reg, SBit s = LeaveCC) {
1223 void SmiTag(Register dst, Register src, SBit s = LeaveCC) {
1240 void SmiUntag(Register reg, SBit s = LeaveCC) {
1243 void SmiUntag(Register dst, Register src, SBit s = LeaveCC) {
Dassembler-arm.cc1131 mov(target, Operand(imm32 & kImm8Mask), LeaveCC, cond); in move_32_bit_immediate()
1132 orr(target, target, Operand(imm32 & (kImm8Mask << 8)), LeaveCC, cond); in move_32_bit_immediate()
1133 orr(target, target, Operand(imm32 & (kImm8Mask << 16)), LeaveCC, cond); in move_32_bit_immediate()
1134 orr(target, target, Operand(imm32 & (kImm8Mask << 24)), LeaveCC, cond); in move_32_bit_immediate()
1137 mov(rd, target, LeaveCC, cond); in move_32_bit_immediate()
1150 mov(target, Operand(0), LeaveCC, cond); in move_32_bit_immediate()
1151 orr(target, target, Operand(0), LeaveCC, cond); in move_32_bit_immediate()
1152 orr(target, target, Operand(0), LeaveCC, cond); in move_32_bit_immediate()
1153 orr(target, target, Operand(0), LeaveCC, cond); in move_32_bit_immediate()
1186 mov(ip, x, LeaveCC, cond); in addrmod1()
[all …]
Dconstants-arm.h216 LeaveCC = 0 << 20 // Leave condition code unchanged. enumerator
Dlithium-codegen-arm.cc865 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition)); in DeoptimizeIf()
866 __ mov(scratch, Operand(1), LeaveCC, condition); in DeoptimizeIf()
874 __ mov(r1, Operand(FLAG_deopt_every_n_times), LeaveCC, eq); in DeoptimizeIf()
1507 __ mov(result, Operand(kMinInt / divisor), LeaveCC, vs); in DoFlooringDivByPowerOf2I()
1508 __ mov(result, Operand(result, ASR, shift), LeaveCC, vc); in DoFlooringDivByPowerOf2I()
1857 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoSubI()
1878 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoRSubI()
2051 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoAddI()
2080 __ mov(result_reg, right_op, LeaveCC, NegateCondition(condition)); in DoMathMinMax()
2777 __ mov(r0, Operand(factory()->false_value()), LeaveCC, ne); in DoInstanceOf()
[all …]
Ddeoptimizer-arm.cc154 __ sub(sp, sp, Operand(16 * kDoubleSize), LeaveCC, eq); in Generate()
Dregexp-macro-assembler-arm.cc220 backtrack_stackpointer(), Operand(kPointerSize), LeaveCC, eq); in CheckGreedyLoop()
662 __ mov(current_character(), Operand('\n'), LeaveCC, eq); in GetCode()
Dfull-codegen-arm.cc2431 __ mov(right, Operand(scratch1), LeaveCC, ne); in EmitInlineSmiBinaryOp()
2434 __ mov(right, Operand(Smi::FromInt(0)), LeaveCC, pl); in EmitInlineSmiBinaryOp()