Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc45 return LeaveCC; in OutputSBit()
395 DCHECK_EQ(LeaveCC, i.OutputSBit()); \
430 DCHECK_EQ(LeaveCC, i.OutputSBit()); \
443 DCHECK_EQ(LeaveCC, i.OutputSBit()); \
684 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
706 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
718 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
735 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
767 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
853 DCHECK_EQ(LeaveCC, i.OutputSBit()); in AssembleArchInstruction()
[all …]
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.h423 void and_(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
425 void and_(Register dst, Register src1, Register src2, SBit s = LeaveCC,
428 void eor(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
430 void eor(Register dst, Register src1, Register src2, SBit s = LeaveCC,
433 void sub(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
435 void sub(Register dst, Register src1, Register src2, SBit s = LeaveCC,
438 void rsb(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
441 void add(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
443 void add(Register dst, Register src1, Register src2, SBit s = LeaveCC,
446 void adc(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
[all …]
Dmacro-assembler-arm.cc124 mov(pc, Operand(target, rmode), LeaveCC, cond); in Jump()
387 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond); in Drop()
392 add(sp, sp, Operand(count, LSL, kPointerSizeLog2), LeaveCC, cond); in Drop()
472 mov(dst, src, LeaveCC, cond); in Move()
551 mul(scratch, src1, src2, LeaveCC, cond); in Mls()
552 sub(dst, srcA, scratch, LeaveCC, cond); in Mls()
560 mov(dst, Operand::Zero(), LeaveCC, cond); in And()
571 and_(dst, src1, src2, LeaveCC, cond); in And()
580 and_(dst, src1, Operand(mask), LeaveCC, cond); in Ubfx()
582 mov(dst, Operand(dst, LSR, lsb), LeaveCC, cond); in Ubfx()
[all …]
Dmacro-assembler-arm.h478 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC,
480 if (!src.IsRegister() || src.rm() != dst || sbit != LeaveCC) {
509 void SmiUntag(Register reg, SBit s = LeaveCC) {
512 void SmiUntag(Register dst, Register src, SBit s = LeaveCC) {
831 void SmiTag(Register reg, SBit s = LeaveCC);
832 void SmiTag(Register dst, Register src, SBit s = LeaveCC);
Dconstants-arm.h220 LeaveCC = 0 << 20 // Leave condition code unchanged. enumerator
Dassembler-arm.cc1206 mov(rd, target, LeaveCC, cond); in Move32BitImmediate()
1266 add(rd, rd, Operand(imm & mask), LeaveCC, cond); in AddrMode1()
1269 add(rd, rd, Operand(imm), LeaveCC, cond); in AddrMode1()
1278 mov(scratch, x, LeaveCC, cond); in AddrMode1()
1345 mov(scratch, Operand(x.offset_), LeaveCC, in AddrMode2()
1386 mov(scratch, Operand(x.offset_), LeaveCC, in AddrMode3()
1400 mov(scratch, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in AddrMode3()
1639 DCHECK(!(src.IsRegister() && src.rm() == dst && s == LeaveCC && cond == al)); in mov()
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h164 LeaveCC, al); in I64Binop()
181 LeaveCC, al); in I64BinopI()
283 assm->mov(scratch, Operand(-1), LeaveCC, cond); in F64x2Compare()
286 assm->mov(scratch, Operand(0), LeaveCC, vs); in F64x2Compare()
292 assm->mov(scratch, Operand(-1), LeaveCC, cond); in F64x2Compare()
295 assm->mov(scratch, Operand(0), LeaveCC, vs); in F64x2Compare()
436 assm->mov(dst.gp(), Operand(1), LeaveCC, ne); in EmitAnyTrue()
2250 mov(dst, Operand(0), LeaveCC); in emit_i32_set_cond()
2251 mov(dst, Operand(1), LeaveCC, cond); in emit_i32_set_cond()
2284 mov(dst, Operand(1), LeaveCC, cond); in emit_i64_set_cond()
[all …]
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc223 backtrack_stackpointer(), Operand(kPointerSize), LeaveCC, eq); in CheckGreedyLoop()
788 __ mov(current_character(), Operand('\n'), LeaveCC, eq); in GetCode()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc863 __ mov(params_size, actual_params_size, LeaveCC, lt); in LeaveInterpreterFrame()
994 Operand(kByteSize * interpreter::Bytecodes::kBytecodeCount), LeaveCC, in AdvanceBytecodeOffsetOrReturn()
2923 __ mov(result_reg, Operand::Zero(), LeaveCC, ge); in Generate_DoubleToI()
2943 __ rsb(scratch, scratch, Operand::Zero(), LeaveCC, ls); in Generate_DoubleToI()
2944 __ mov(result_reg, Operand(double_low, LSL, scratch), LeaveCC, ls); in Generate_DoubleToI()
/third_party/node/deps/v8/src/baseline/arm/
Dbaseline-assembler-arm-inl.h476 __ add(pc, pc, Operand(reg, LSL, entry_size_log2), LeaveCC, lo);