/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 41 return LeaveCC; in OutputSBit() 430 DCHECK_EQ(LeaveCC, i.OutputSBit()); \ 472 DCHECK_EQ(LeaveCC, i.OutputSBit()); \ 485 DCHECK_EQ(LeaveCC, i.OutputSBit()); \ 694 __ mov(kSpeculationPoisonRegister, Operand(-1), SBit::LeaveCC, eq); in GenerateSpeculationPoisonFromCodeStartRegister() 695 __ mov(kSpeculationPoisonRegister, Operand(0), SBit::LeaveCC, ne); in GenerateSpeculationPoisonFromCodeStartRegister() 726 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction() 739 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction() 760 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction() 774 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction() [all …]
|
/external/v8/src/arm/ |
D | assembler-arm.h | 732 SBit s = LeaveCC, Condition cond = al); 733 void and_(Register dst, Register src1, Register src2, SBit s = LeaveCC, 737 SBit s = LeaveCC, Condition cond = al); 740 SBit s = LeaveCC, Condition cond = al); 742 SBit s = LeaveCC, Condition cond = al); 745 SBit s = LeaveCC, Condition cond = al); 748 SBit s = LeaveCC, Condition cond = al); 750 SBit s = LeaveCC, Condition cond = al); 753 SBit s = LeaveCC, Condition cond = al); 756 SBit s = LeaveCC, Condition cond = al); [all …]
|
D | macro-assembler-arm.cc | 176 mov(pc, Operand(target, rmode), LeaveCC, cond); in Jump() 305 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond); in Drop() 310 add(sp, sp, Operand(count, LSL, kPointerSizeLog2), LeaveCC, cond); in Drop() 358 mov(dst, src, LeaveCC, cond); in Move() 421 mul(scratch, src1, src2, LeaveCC, cond); in Mls() 422 sub(dst, srcA, scratch, LeaveCC, cond); in Mls() 431 mov(dst, Operand::Zero(), LeaveCC, cond); in And() 440 and_(dst, src1, src2, LeaveCC, cond); in And() 450 and_(dst, src1, Operand(mask), LeaveCC, cond); in Ubfx() 452 mov(dst, Operand(dst, LSR, lsb), LeaveCC, cond); in Ubfx() [all …]
|
D | macro-assembler-arm.h | 448 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC, 450 if (!src.IsRegister() || src.rm() != dst || sbit != LeaveCC) { 476 void SmiUntag(Register reg, SBit s = LeaveCC) { 479 void SmiUntag(Register dst, Register src, SBit s = LeaveCC) { 796 void SmiTag(Register reg, SBit s = LeaveCC); 797 void SmiTag(Register dst, Register src, SBit s = LeaveCC);
|
D | constants-arm.h | 224 LeaveCC = 0 << 20 // Leave condition code unchanged. enumerator
|
D | deoptimizer-arm.cc | 46 __ sub(sp, sp, Operand(16 * kDoubleSize), LeaveCC, eq); in Generate()
|
D | assembler-arm.cc | 1160 mov(rd, target, LeaveCC, cond); in Move32BitImmediate() 1220 add(rd, rd, Operand(imm & mask), LeaveCC, cond); in AddrMode1() 1223 add(rd, rd, Operand(imm), LeaveCC, cond); in AddrMode1() 1231 mov(scratch, x, LeaveCC, cond); in AddrMode1() 1297 mov(scratch, Operand(x.offset_), LeaveCC, in AddrMode2() 1337 mov(scratch, Operand(x.offset_), LeaveCC, in AddrMode3() 1351 mov(scratch, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in AddrMode3() 1589 DCHECK(!(src.IsRegister() && src.rm() == dst && s == LeaveCC && cond == al)); in mov()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 631 __ add(sp, sp, args_count, LeaveCC); in LeaveInterpreterFrame() 2455 __ mov(result_reg, Operand::Zero(), LeaveCC, ge); in Generate_DoubleToI() 2475 __ rsb(scratch, scratch, Operand::Zero(), LeaveCC, ls); in Generate_DoubleToI() 2476 __ mov(result_reg, Operand(double_low, LSL, scratch), LeaveCC, ls); in Generate_DoubleToI() 2547 __ rsb(scratch, integer_exponent, Operand::Zero(), LeaveCC, mi); in Generate_MathPowInternal()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 204 backtrack_stackpointer(), Operand(kPointerSize), LeaveCC, eq); in CheckGreedyLoop() 698 __ mov(current_character(), Operand('\n'), LeaveCC, eq); in GetCode()
|