/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 475 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in Store() local 481 St_b(src.gp(), dst_op); in Store() 485 TurboAssembler::St_h(src.gp(), dst_op); in Store() 489 TurboAssembler::St_w(src.gp(), dst_op); in Store() 492 TurboAssembler::St_d(src.gp(), dst_op); in Store() 495 TurboAssembler::Fst_s(src.fp(), dst_op); in Store() 498 TurboAssembler::Fst_d(src.fp(), dst_op); in Store() 550 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in AtomicStore() local 555 St_b(src.gp(), dst_op); in AtomicStore() 561 St_h(src.gp(), dst_op); in AtomicStore() 662 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicSub() local 719 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicExchange() local 794 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicCompareExchange() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 404 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, in StoreTaggedPointer() local 406 StoreTaggedField(dst_op, src.gp()); in StoreTaggedPointer() 425 leaq(scratch, dst_op); in StoreTaggedPointer() 496 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in Store() local 501 movb(dst_op, src.gp()); in Store() 505 movw(dst_op, src.gp()); in Store() 509 movl(dst_op, src.gp()); in Store() 512 movq(dst_op, src.gp()); in Store() 515 Movss(dst_op, src.fp()); in Store() 518 Movsd(dst_op, sr in Store() 529 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicStore() local 567 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicAdd() local 611 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicSub() local 665 Operand dst_op = liftoff::GetMemOp(lasm, dst_addr, offset_reg, offset_imm); AtomicBinop() local 761 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicExchange() local 806 Operand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicCompareExchange() local 2453 Operand dst_op = liftoff::GetMemOp(this, dst, offset, offset_imm); StoreLane() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 506 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in StoreTaggedPointer() local 507 Sd(src.gp(), dst_op); in StoreTaggedPointer() 522 Daddu(scratch, dst_op.rm(), dst_op.offset()); in StoreTaggedPointer() 589 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in Store() local 593 pinned.set(dst_op.rm()); in Store() 608 Sb(src.gp(), dst_op); in Store() 612 TurboAssembler::Ush(src.gp(), dst_op, t8); in Store() 616 TurboAssembler::Usw(src.gp(), dst_op); in Store() 619 TurboAssembler::Usd(src.gp(), dst_op); in Store() 677 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicStore() local 822 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicExchange() local 898 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicCompareExchange() local 2097 MemOperand dst_op = liftoff::GetMemOp(this, dst, offset, offset_imm); StoreLane() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 410 Operand dst_op = offset_reg == no_reg in StoreTaggedPointer() local 413 mov(dst_op, src.gp()); in StoreTaggedPointer() 429 lea(scratch, dst_op); in StoreTaggedPointer() 520 Operand dst_op = offset_reg == no_reg in Store() local 532 mov_b(dst_op, src.gp()); in Store() 542 mov_b(dst_op, byte_src); in Store() 549 mov_w(dst_op, src.gp()); in Store() 555 mov(dst_op, src.gp()); in Store() 566 mov(dst_op, src.low_gp()); in Store() 570 movss(dst_op, sr in Store() 605 Operand dst_op = Operand(dst_addr, offset_reg, times_1, offset_imm); AtomicStore() local 691 Operand dst_op = Operand(dst_addr, offset_reg, times_1, offset_imm); AtomicAddOrSubOrExchange32() local 769 Operand dst_op = Operand(dst_addr, offset_reg, times_1, offset_imm); AtomicBinop32() local 1059 Operand dst_op = Operand(dst_addr, offset_imm); AtomicCompareExchange() local 1125 Operand dst_op = Operand(address, offset_imm); AtomicCompareExchange() local 2838 Operand dst_op = Operand(dst, offset, times_1, offset_imm); StoreLane() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 302 MemOperand dst_op = in StoreTaggedPointer() local 304 StoreTaggedField(src.gp(), dst_op); in StoreTaggedPointer() 320 lay(r1, dst_op); in StoreTaggedPointer() 434 MemOperand dst_op = in Store() local 440 StoreU8(src.gp(), dst_op); in Store() 445 StoreU16LE(src.gp(), dst_op, r1); in Store() 447 StoreU16(src.gp(), dst_op, r1); in Store() 453 StoreU32LE(src.gp(), dst_op, r1); in Store() 455 StoreU32(src.gp(), dst_op, r1); in Store() 460 StoreU64LE(src.gp(), dst_op, r in Store() 2679 MemOperand dst_op = StoreLane() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 321 MemOperand dst_op = MemOperand(dst_addr, offset_reg, offset_imm); in StoreTaggedPointer() local 322 StoreTaggedField(src.gp(), dst_op, r0); in StoreTaggedPointer() 451 MemOperand dst_op = in Store() local 457 StoreU8(src.gp(), dst_op, r0); in Store() 462 StoreU16LE(src.gp(), dst_op, r0); in Store() 464 StoreU16(src.gp(), dst_op, r0); in Store() 470 StoreU32LE(src.gp(), dst_op, r0); in Store() 472 StoreU32(src.gp(), dst_op, r0); in Store() 477 StoreU64LE(src.gp(), dst_op, r0); in Store() 479 StoreU64(src.gp(), dst_op, r in Store() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 525 MemOperand dst_op = (offset_reg != no_reg) ? MemOperand(dst, offset_imm) in StoreTaggedPointer() local 527 Sw(src.gp(), dst_op); in StoreTaggedPointer() 543 Addu(scratch, dst_op.rm(), dst_op.offset()); in StoreTaggedPointer() 649 MemOperand dst_op = MemOperand(dst_addr, offset_imm); in Store() local 656 dst_op = MemOperand(dst, offset_imm); in Store() 661 pinned = pinned | LiftoffRegList{dst_op.rm(), src}; in Store() 678 sb(src.gp(), dst_op); in Store() 684 TurboAssembler::Ush(src.gp(), dst_op, t8); in Store() 690 TurboAssembler::Usw(src.gp(), dst_op); in Store() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 586 MemOperand dst_op = in Store() local 592 Strb(src.gp().W(), dst_op); in Store() 596 Strh(src.gp().W(), dst_op); in Store() 600 Str(src.gp().W(), dst_op); in Store() 603 Str(src.gp().X(), dst_op); in Store() 606 Str(src.fp().S(), dst_op); in Store() 609 Str(src.fp().D(), dst_op); in Store() 612 Str(src.fp().Q(), dst_op); in Store() 1755 MemOperand dst_op{ in StoreLane() 1761 st1(src.fp().B(), lane, dst_op); in StoreLane() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 497 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in StoreTaggedPointer() local 498 StoreTaggedField(src.gp(), dst_op); in StoreTaggedPointer() 512 Add64(scratch, dst_op.rm(), dst_op.offset()); in StoreTaggedPointer() 585 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); in Store() local 589 pinned.set(dst_op.rm()); in Store() 605 Sb(src.gp(), dst_op); in Store() 609 TurboAssembler::Sh(src.gp(), dst_op); in Store() 613 TurboAssembler::Sw(src.gp(), dst_op); in Store() 616 TurboAssembler::Sd(src.gp(), dst_op); in Store() 912 MemOperand dst_op = liftoff::GetMemOp(this, dst_addr, offset_reg, offset_imm); AtomicCompareExchange() local 1849 MemOperand dst_op = liftoff::GetMemOp(this, dst, offset, offset_imm); StoreLane() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 768 MemOperand dst_op = actual_offset_reg == no_reg in StoreTaggedPointer() local 771 str(src.gp(), dst_op); in StoreTaggedPointer() 840 MemOperand dst_op = in Store() local 848 strb(src.gp(), dst_op); in Store() 854 strh(src.gp(), dst_op); in Store() 860 str(src.gp(), dst_op); in Store() 863 str(src.low_gp(), dst_op); in Store() 868 dst_op = liftoff::GetMemOp(this, &temps, dst_addr, offset_reg, in Store() 871 add(dst_op.rm(), dst_op in Store() 2424 NeonListOperand dst_op = LoadLane() local [all...] |
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 2285 const spv::Op dst_op = dst_inst->opcode(); 2288 if (src_op != dst_op) { 2375 const spv::Op dst_op = dst_inst->opcode(); 2378 if (src_op != dst_op) {
|