Home
last modified time | relevance | path

Searched defs:dst (Results 2876 - 2900 of 3039) sorted by relevance

1...<<111112113114115116117118119120>>...122

/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc1108 void TurboAssembler::li(Register dst, Handle<HeapObject> value, LiFlags mode) { in CallRecordWriteStub() argument
1119 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) { in CallRecordWriteStub() argument
1130 void TurboAssembler::li(Register dst, const StringConstantBase* string, in CallRecordWriteStub() argument
1768 void TurboAssembler::RoundDouble(FPURegister dst, FPURegiste in CallRecordWriteStub() argument
1779 Floor_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1783 Ceil_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1787 Trunc_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1791 Round_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1795 RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode) CallRecordWriteStub() argument
1806 Floor_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1810 Ceil_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1814 Trunc_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1818 Round_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument
1873 FmoveLow(FPURegister dst, Register src_low) CallRecordWriteStub() argument
1882 Move(FPURegister dst, uint32_t src) CallRecordWriteStub() argument
1889 Move(FPURegister dst, uint64_t src) CallRecordWriteStub() argument
2938 FPUCanonicalizeNaN(const DoubleRegister dst, const DoubleRegister src) CallRecordWriteStub() argument
3196 AddOverflow_d(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument
3229 SubOverflow_d(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument
3262 MulOverflow_w(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument
3451 LoadNativeContextSlot(Register dst, int index) CallRecordWriteStub() argument
3659 SmiUntag(Register dst, const MemOperand& src) CallRecordWriteStub() argument
3814 Float32Max(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) CallRecordWriteStub() argument
3829 Float32MaxOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) CallRecordWriteStub() argument
3834 Float32Min(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) CallRecordWriteStub() argument
3849 Float32MinOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) CallRecordWriteStub() argument
3854 Float64Max(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) CallRecordWriteStub() argument
3869 Float64MaxOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) CallRecordWriteStub() argument
3874 Float64Min(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) CallRecordWriteStub() argument
3889 Float64MinOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) CallRecordWriteStub() argument
4076 ComputeCodeStartAddress(Register dst) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc714 void Assembler::immediate_arithmetic_op(byte subcode, Register dst, in immediate_arithmetic_op() argument
732 void Assembler::immediate_arithmetic_op(byte subcode, Operand dst, in immediate_arithmetic_op() argument
747 void Assembler::immediate_arithmetic_op_16(byte subcode, Register dst, in immediate_arithmetic_op_16() argument
766 immediate_arithmetic_op_16(byte subcode, Operand dst, Immediate src) immediate_arithmetic_op_16() argument
782 immediate_arithmetic_op_8(byte subcode, Operand dst, Immediate src) immediate_arithmetic_op_8() argument
792 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) immediate_arithmetic_op_8() argument
805 shift(Register dst, Immediate shift_amount, int subcode, int size) shift() argument
822 shift(Operand dst, Immediate shift_amount, int subcode, int size) shift() argument
839 shift(Register dst, int subcode, int size) shift() argument
846 shift(Operand dst, int subcode, int size) shift() argument
853 bswapl(Register dst) bswapl() argument
860 bswapq(Register dst) bswapq() argument
867 btq(Operand dst, Register src) btq() argument
875 btsq(Operand dst, Register src) btsq() argument
883 btsq(Register dst, Immediate imm8) btsq() argument
892 btrq(Register dst, Immediate imm8) btrq() argument
901 bsrl(Register dst, Register src) bsrl() argument
909 bsrl(Register dst, Operand src) bsrl() argument
917 bsrq(Register dst, Register src) bsrq() argument
925 bsrq(Register dst, Operand src) bsrq() argument
933 bsfl(Register dst, Register src) bsfl() argument
941 bsfl(Register dst, Operand src) bsfl() argument
949 bsfq(Register dst, Register src) bsfq() argument
957 bsfq(Register dst, Operand src) bsfq() argument
965 pblendw(XMMRegister dst, Operand src, uint8_t mask) pblendw() argument
970 pblendw(XMMRegister dst, XMMRegister src, uint8_t mask) pblendw() argument
975 palignr(XMMRegister dst, Operand src, uint8_t mask) palignr() argument
980 palignr(XMMRegister dst, XMMRegister src, uint8_t mask) palignr() argument
1070 cmovq(Condition cc, Register dst, Register src) cmovq() argument
1087 cmovq(Condition cc, Register dst, Operand src) cmovq() argument
1102 cmovl(Condition cc, Register dst, Register src) cmovl() argument
1117 cmovl(Condition cc, Register dst, Operand src) cmovl() argument
1144 xaddb(Operand dst, Register src) xaddb() argument
1152 xaddw(Operand dst, Register src) xaddw() argument
1161 xaddl(Operand dst, Register src) xaddl() argument
1169 xaddq(Operand dst, Register src) xaddq() argument
1177 cmpxchgb(Operand dst, Register src) cmpxchgb() argument
1190 cmpxchgw(Operand dst, Register src) cmpxchgw() argument
1199 emit_cmpxchg(Operand dst, Register src, int size) emit_cmpxchg() argument
1233 emit_dec(Register dst, int size) emit_dec() argument
1240 emit_dec(Operand dst, int size) emit_dec() argument
1247 decb(Register dst) decb() argument
1257 decb(Operand dst) decb() argument
1297 emit_imul(Register dst, Register src, int size) emit_imul() argument
1305 emit_imul(Register dst, Operand src, int size) emit_imul() argument
1313 emit_imul(Register dst, Register src, Immediate imm, int size) emit_imul() argument
1327 emit_imul(Register dst, Operand src, Immediate imm, int size) emit_imul() argument
1341 emit_inc(Register dst, int size) emit_inc() argument
1348 emit_inc(Operand dst, int size) emit_inc() argument
1564 emit_lea(Register dst, Operand src, int size) emit_lea() argument
1587 movb(Register dst, Operand src) movb() argument
1599 movb(Register dst, Immediate imm) movb() argument
1609 movb(Operand dst, Register src) movb() argument
1621 movb(Operand dst, Immediate imm) movb() argument
1629 movw(Register dst, Operand src) movw() argument
1637 movw(Operand dst, Register src) movw() argument
1645 movw(Operand dst, Immediate imm) movw() argument
1655 emit_mov(Register dst, Operand src, int size) emit_mov() argument
1662 emit_mov(Register dst, Register src, int size) emit_mov() argument
1681 emit_mov(Operand dst, Register src, int size) emit_mov() argument
1688 emit_mov(Register dst, Immediate value, int size) emit_mov() argument
1701 emit_mov(Operand dst, Immediate value, int size) emit_mov() argument
1709 emit_mov(Register dst, Immediate64 value, int size) emit_mov() argument
1724 movq_imm64(Register dst, int64_t value) movq_imm64() argument
1731 movq_heap_number(Register dst, double value) movq_heap_number() argument
1739 movq_string(Register dst, const StringConstantBase* str) movq_string() argument
1749 movl(Operand dst, Label* src) movl() argument
1769 movsxbl(Register dst, Register src) movsxbl() argument
1782 movsxbl(Register dst, Operand src) movsxbl() argument
1790 movsxbq(Register dst, Operand src) movsxbq() argument
1798 movsxbq(Register dst, Register src) movsxbq() argument
1806 movsxwl(Register dst, Register src) movsxwl() argument
1814 movsxwl(Register dst, Operand src) movsxwl() argument
1822 movsxwq(Register dst, Operand src) movsxwq() argument
1830 movsxwq(Register dst, Register src) movsxwq() argument
1838 movsxlq(Register dst, Register src) movsxlq() argument
1845 movsxlq(Register dst, Operand src) movsxlq() argument
1852 emit_movzxb(Register dst, Operand src, int size) emit_movzxb() argument
1862 emit_movzxb(Register dst, Register src, int size) emit_movzxb() argument
1877 emit_movzxw(Register dst, Operand src, int size) emit_movzxw() argument
1887 emit_movzxw(Register dst, Register src, int size) emit_movzxw() argument
2014 emit_not(Register dst, int size) emit_not() argument
2021 emit_not(Operand dst, int size) emit_not() argument
2062 popq(Register dst) popq() argument
2068 popq(Operand dst) popq() argument
2164 shld(Register dst, Register src) shld() argument
2172 shrd(Register dst, Register src) shrd() argument
2200 emit_xchg(Register dst, Register src, int size) emit_xchg() argument
2217 emit_xchg(Register dst, Operand src, int size) emit_xchg() argument
2224 store_rax(Address dst, RelocInfo::Mode mode) store_rax() argument
2242 testb(Register dst, Register src) testb() argument
2261 testw(Register dst, Register src) testw() argument
2277 emit_test(Register dst, Register src, int size) emit_test() argument
2706 movd(XMMRegister dst, Register src) movd() argument
2716 movd(XMMRegister dst, Operand src) movd() argument
2726 movd(Register dst, XMMRegister src) movd() argument
2736 movq(XMMRegister dst, Register src) movq() argument
2747 movq(XMMRegister dst, Operand src) movq() argument
2758 movq(Register dst, XMMRegister src) movq() argument
2769 movq(XMMRegister dst, XMMRegister src) movq() argument
2789 movdqa(Operand dst, XMMRegister src) movdqa() argument
2798 movdqa(XMMRegister dst, Operand src) movdqa() argument
2807 movdqa(XMMRegister dst, XMMRegister src) movdqa() argument
2816 movdqu(Operand dst, XMMRegister src) movdqu() argument
2825 movdqu(XMMRegister dst, Operand src) movdqu() argument
2834 movdqu(XMMRegister dst, XMMRegister src) movdqu() argument
2843 pinsrw(XMMRegister dst, Register src, uint8_t imm8) pinsrw() argument
2853 pinsrw(XMMRegister dst, Operand src, uint8_t imm8) pinsrw() argument
2863 pextrq(Register dst, XMMRegister src, int8_t imm8) pextrq() argument
2875 pinsrq(XMMRegister dst, Register src, uint8_t imm8) pinsrq() argument
2887 pinsrq(XMMRegister dst, Operand src, uint8_t imm8) pinsrq() argument
2899 pinsrd(XMMRegister dst, Register src, uint8_t imm8) pinsrd() argument
2903 pinsrd(XMMRegister dst, Operand src, uint8_t imm8) pinsrd() argument
2908 pinsrb(XMMRegister dst, Register src, uint8_t imm8) pinsrb() argument
2912 pinsrb(XMMRegister dst, Operand src, uint8_t imm8) pinsrb() argument
2917 insertps(XMMRegister dst, XMMRegister src, byte imm8) insertps() argument
2923 insertps(XMMRegister dst, Operand src, byte imm8) insertps() argument
2929 movsd(Operand dst, XMMRegister src) movsd() argument
2939 movsd(XMMRegister dst, XMMRegister src) movsd() argument
2949 movsd(XMMRegister dst, Operand src) movsd() argument
2959 movaps(XMMRegister dst, XMMRegister src) movaps() argument
2976 movaps(XMMRegister dst, Operand src) movaps() argument
2985 shufps(XMMRegister dst, XMMRegister src, byte imm8) shufps() argument
2995 movapd(XMMRegister dst, XMMRegister src) movapd() argument
3014 movupd(XMMRegister dst, Operand src) movupd() argument
3023 movupd(Operand dst, XMMRegister src) movupd() argument
3032 ucomiss(XMMRegister dst, XMMRegister src) ucomiss() argument
3041 ucomiss(XMMRegister dst, Operand src) ucomiss() argument
3050 movss(XMMRegister dst, XMMRegister src) movss() argument
3060 movss(XMMRegister dst, Operand src) movss() argument
3070 movss(Operand src, XMMRegister dst) movss() argument
3080 movlps(XMMRegister dst, Operand src) movlps() argument
3089 movlps(Operand src, XMMRegister dst) movlps() argument
3098 movhps(XMMRegister dst, Operand src) movhps() argument
3107 movhps(Operand src, XMMRegister dst) movhps() argument
3116 cmpps(XMMRegister dst, XMMRegister src, int8_t cmp) cmpps() argument
3125 cmpps(XMMRegister dst, Operand src, int8_t cmp) cmpps() argument
3134 cmppd(XMMRegister dst, XMMRegister src, int8_t cmp) cmppd() argument
3144 cmppd(XMMRegister dst, Operand src, int8_t cmp) cmppd() argument
3154 cvtdq2pd(XMMRegister dst, XMMRegister src) cvtdq2pd() argument
3158 cvttss2si(Register dst, Operand src) cvttss2si() argument
3168 cvttss2si(Register dst, XMMRegister src) cvttss2si() argument
3178 cvttsd2si(Register dst, Operand src) cvttsd2si() argument
3188 cvttsd2si(Register dst, XMMRegister src) cvttsd2si() argument
3198 cvttss2siq(Register dst, XMMRegister src) cvttss2siq() argument
3208 cvttss2siq(Register dst, Operand src) cvttss2siq() argument
3218 cvttsd2siq(Register dst, XMMRegister src) cvttsd2siq() argument
3228 cvttsd2siq(Register dst, Operand src) cvttsd2siq() argument
3238 cvttps2dq(XMMRegister dst, Operand src) cvttps2dq() argument
3247 cvttps2dq(XMMRegister dst, XMMRegister src) cvttps2dq() argument
3256 cvtlsi2sd(XMMRegister dst, Operand src) cvtlsi2sd() argument
3266 cvtlsi2sd(XMMRegister dst, Register src) cvtlsi2sd() argument
3276 cvtlsi2ss(XMMRegister dst, Operand src) cvtlsi2ss() argument
3286 cvtlsi2ss(XMMRegister dst, Register src) cvtlsi2ss() argument
3295 cvtqsi2ss(XMMRegister dst, Operand src) cvtqsi2ss() argument
3305 cvtqsi2ss(XMMRegister dst, Register src) cvtqsi2ss() argument
3315 cvtqsi2sd(XMMRegister dst, Operand src) cvtqsi2sd() argument
3325 cvtqsi2sd(XMMRegister dst, Register src) cvtqsi2sd() argument
3335 cvtsd2si(Register dst, XMMRegister src) cvtsd2si() argument
3345 cvtsd2siq(Register dst, XMMRegister src) cvtsd2siq() argument
3355 haddps(XMMRegister dst, XMMRegister src) haddps() argument
3365 haddps(XMMRegister dst, Operand src) haddps() argument
3375 cmpeqss(XMMRegister dst, XMMRegister src) cmpeqss() argument
3386 cmpeqsd(XMMRegister dst, XMMRegister src) cmpeqsd() argument
3397 cmpltsd(XMMRegister dst, XMMRegister src) cmpltsd() argument
3407 roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) roundss() argument
3414 roundss(XMMRegister dst, Operand src, RoundingMode mode) roundss() argument
3421 roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) roundsd() argument
3428 roundsd(XMMRegister dst, Operand src, RoundingMode mode) roundsd() argument
3435 roundps(XMMRegister dst, XMMRegister src, RoundingMode mode) roundps() argument
3442 roundpd(XMMRegister dst, XMMRegister src, RoundingMode mode) roundpd() argument
3449 movmskpd(Register dst, XMMRegister src) movmskpd() argument
3458 movmskps(Register dst, XMMRegister src) movmskps() argument
3466 pmovmskb(Register dst, XMMRegister src) pmovmskb() argument
3523 fma_instr(byte op, XMMRegister dst, XMMRegister src1, XMMRegister src2, VectorLength l, SIMDPrefix pp, LeadingOpcode m, VexW w) fma_instr() argument
3533 fma_instr(byte op, XMMRegister dst, XMMRegister src1, Operand src2, VectorLength l, SIMDPrefix pp, LeadingOpcode m, VexW w) fma_instr() argument
3543 vmovd(XMMRegister dst, Register src) vmovd() argument
3552 vmovd(XMMRegister dst, Operand src) vmovd() argument
3560 vmovd(Register dst, XMMRegister src) vmovd() argument
3569 vmovq(XMMRegister dst, Register src) vmovq() argument
3578 vmovq(XMMRegister dst, Operand src) vmovq() argument
3586 vmovq(Register dst, XMMRegister src) vmovq() argument
3595 vmovdqa(XMMRegister dst, Operand src) vmovdqa() argument
3603 vmovdqa(XMMRegister dst, XMMRegister src) vmovdqa() argument
3611 vmovdqa(YMMRegister dst, Operand src) vmovdqa() argument
3619 vmovdqa(YMMRegister dst, YMMRegister src) vmovdqa() argument
3627 vmovdqu(XMMRegister dst, Operand src) vmovdqu() argument
3635 vmovdqu(Operand dst, XMMRegister src) vmovdqu() argument
3643 vmovdqu(XMMRegister dst, XMMRegister src) vmovdqu() argument
3651 vmovdqu(YMMRegister dst, Operand src) vmovdqu() argument
3659 vmovdqu(Operand dst, YMMRegister src) vmovdqu() argument
3667 vmovdqu(YMMRegister dst, YMMRegister src) vmovdqu() argument
3675 vmovlps(XMMRegister dst, XMMRegister src1, Operand src2) vmovlps() argument
3683 vmovlps(Operand dst, XMMRegister src) vmovlps() argument
3691 vmovhps(XMMRegister dst, XMMRegister src1, Operand src2) vmovhps() argument
3699 vmovhps(Operand dst, XMMRegister src) vmovhps() argument
3707 vinstr(byte op, XMMRegister dst, XMMRegister src1, XMMRegister src2, SIMDPrefix pp, LeadingOpcode m, VexW w, CpuFeature feature) vinstr() argument
3718 vinstr(byte op, XMMRegister dst, XMMRegister src1, Operand src2, SIMDPrefix pp, LeadingOpcode m, VexW w, CpuFeature feature) vinstr() argument
3730 vinstr(byte op, Reg1 dst, Reg2 src1, Op src2, SIMDPrefix pp, LeadingOpcode m, VexW w, CpuFeature feature) vinstr() argument
3756 vps(byte op, XMMRegister dst, XMMRegister src1, XMMRegister src2) vps() argument
3765 vps(byte op, YMMRegister dst, YMMRegister src1, YMMRegister src2) vps() argument
3774 vps(byte op, XMMRegister dst, XMMRegister src1, Operand src2) vps() argument
3782 vps(byte op, YMMRegister dst, YMMRegister src1, Operand src2) vps() argument
3790 vps(byte op, XMMRegister dst, XMMRegister src1, XMMRegister src2, byte imm8) vps() argument
3800 vps(byte op, YMMRegister dst, YMMRegister src1, YMMRegister src2, byte imm8) vps() argument
3832 vucomiss(XMMRegister dst, XMMRegister src) vucomiss() argument
3840 vucomiss(XMMRegister dst, Operand src) vucomiss() argument
3848 vpmovmskb(Register dst, XMMRegister src) vpmovmskb() argument
3857 vss(byte op, XMMRegister dst, XMMRegister src1, XMMRegister src2) vss() argument
3866 vss(byte op, XMMRegister dst, XMMRegister src1, Operand src2) vss() argument
3906 tzcntq(Register dst, Register src) tzcntq() argument
3916 tzcntq(Register dst, Operand src) tzcntq() argument
3926 tzcntl(Register dst, Register src) tzcntl() argument
3936 tzcntl(Register dst, Operand src) tzcntl() argument
3946 lzcntq(Register dst, Register src) lzcntq() argument
3956 lzcntq(Register dst, Operand src) lzcntq() argument
3966 lzcntl(Register dst, Register src) lzcntl() argument
3976 lzcntl(Register dst, Operand src) lzcntl() argument
3986 popcntq(Register dst, Register src) popcntq() argument
3996 popcntq(Register dst, Operand src) popcntq() argument
4006 popcntl(Register dst, Register src) popcntl() argument
4016 popcntl(Register dst, Operand src) popcntl() argument
4062 rorxq(Register dst, Register src, byte imm8) rorxq() argument
4073 rorxq(Register dst, Operand src, byte imm8) rorxq() argument
4084 rorxl(Register dst, Register src, byte imm8) rorxl() argument
4095 rorxl(Register dst, Operand src, byte imm8) rorxl() argument
4111 movups(XMMRegister dst, XMMRegister src) movups() argument
4127 movups(XMMRegister dst, Operand src) movups() argument
4135 movups(Operand dst, XMMRegister src) movups() argument
4143 sse_instr(XMMRegister dst, XMMRegister src, byte escape, byte opcode) sse_instr() argument
4152 sse_instr(XMMRegister dst, Operand src, byte escape, byte opcode) sse_instr() argument
4161 sse2_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape, byte opcode) sse2_instr() argument
4171 sse2_instr(XMMRegister dst, Operand src, byte prefix, byte escape, byte opcode) sse2_instr() argument
4181 ssse3_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode) ssse3_instr() argument
4193 ssse3_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) ssse3_instr() argument
4205 sse4_instr(XMMRegister dst, Register src, byte prefix, byte escape1, byte escape2, byte opcode, int8_t imm8) sse4_instr() argument
4220 sse4_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_instr() argument
4232 sse4_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_instr() argument
4244 sse4_instr(Register dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode, int8_t imm8) sse4_instr() argument
4259 sse4_instr(Operand dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode, int8_t imm8) sse4_instr() argument
4274 sse4_2_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_2_instr() argument
4286 sse4_2_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_2_instr() argument
4298 lddqu(XMMRegister dst, Operand src) lddqu() argument
4308 movddup(XMMRegister dst, XMMRegister src) movddup() argument
4318 movddup(XMMRegister dst, Operand src) movddup() argument
4328 movshdup(XMMRegister dst, XMMRegister src) movshdup() argument
4338 psrldq(XMMRegister dst, uint8_t shift) psrldq() argument
4348 pshufhw(XMMRegister dst, XMMRegister src, uint8_t shuffle) pshufhw() argument
4358 pshufhw(XMMRegister dst, Operand src, uint8_t shuffle) pshufhw() argument
4368 pshuflw(XMMRegister dst, XMMRegister src, uint8_t shuffle) pshuflw() argument
4378 pshuflw(XMMRegister dst, Operand src, uint8_t shuffle) pshuflw() argument
4388 pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) pshufd() argument
4398 pshufd(XMMRegister dst, Operand src, uint8_t shuffle) pshufd() argument
4417 emit_sse_operand(XMMRegister dst, XMMRegister src) emit_sse_operand() argument
4421 emit_sse_operand(XMMRegister dst, Register src) emit_sse_operand() argument
4425 emit_sse_operand(Register dst, XMMRegister src) emit_sse_operand() argument
4429 emit_sse_operand(XMMRegister dst) emit_sse_operand() argument
[all...]
H A Dmacro-assembler-x64.cc265 void TurboAssembler::SmiUntagField(Register dst, Operand src) { in SmiUntagField() argument
874 void TurboAssembler::Movq(XMMRegister dst, Register src) { in CallRecordWriteStub() argument
883 void TurboAssembler::Movq(Register dst, XMMRegister src) { in CallRecordWriteStub() argument
892 void TurboAssembler::Pextrq(Register dst, XMMRegister src, int8_t imm8) { in CallRecordWriteStub() argument
902 Cvtss2sd(XMMRegister dst, XMMRegister src) CallRecordWriteStub() argument
911 Cvtss2sd(XMMRegister dst, Operand src) CallRecordWriteStub() argument
920 Cvtsd2ss(XMMRegister dst, XMMRegister src) CallRecordWriteStub() argument
929 Cvtsd2ss(XMMRegister dst, Operand src) CallRecordWriteStub() argument
938 Cvtlsi2sd(XMMRegister dst, Register src) CallRecordWriteStub() argument
948 Cvtlsi2sd(XMMRegister dst, Operand src) CallRecordWriteStub() argument
958 Cvtlsi2ss(XMMRegister dst, Register src) CallRecordWriteStub() argument
968 Cvtlsi2ss(XMMRegister dst, Operand src) CallRecordWriteStub() argument
978 Cvtqsi2ss(XMMRegister dst, Register src) CallRecordWriteStub() argument
988 Cvtqsi2ss(XMMRegister dst, Operand src) CallRecordWriteStub() argument
998 Cvtqsi2sd(XMMRegister dst, Register src) CallRecordWriteStub() argument
1008 Cvtqsi2sd(XMMRegister dst, Operand src) CallRecordWriteStub() argument
1018 Cvtlui2ss(XMMRegister dst, Register src) CallRecordWriteStub() argument
1024 Cvtlui2ss(XMMRegister dst, Operand src) CallRecordWriteStub() argument
1030 Cvtlui2sd(XMMRegister dst, Register src) CallRecordWriteStub() argument
1036 Cvtlui2sd(XMMRegister dst, Operand src) CallRecordWriteStub() argument
1042 Cvtqui2ss(XMMRegister dst, Register src) CallRecordWriteStub() argument
1061 Cvtqui2ss(XMMRegister dst, Operand src) CallRecordWriteStub() argument
1066 Cvtqui2sd(XMMRegister dst, Register src) CallRecordWriteStub() argument
1085 Cvtqui2sd(XMMRegister dst, Operand src) CallRecordWriteStub() argument
1090 Cvttss2si(Register dst, XMMRegister src) CallRecordWriteStub() argument
1099 Cvttss2si(Register dst, Operand src) CallRecordWriteStub() argument
1108 Cvttsd2si(Register dst, XMMRegister src) CallRecordWriteStub() argument
1117 Cvttsd2si(Register dst, Operand src) CallRecordWriteStub() argument
1126 Cvttss2siq(Register dst, XMMRegister src) CallRecordWriteStub() argument
1135 Cvttss2siq(Register dst, Operand src) CallRecordWriteStub() argument
1144 Cvttsd2siq(Register dst, XMMRegister src) CallRecordWriteStub() argument
1153 Cvttsd2siq(Register dst, Operand src) CallRecordWriteStub() argument
1164 ConvertFloatToUint64(TurboAssembler* tasm, Register dst, OperandOrXMMRegister src, Label* fail) CallRecordWriteStub() argument
1202 Cvttsd2uiq(Register dst, Operand src, Label* fail) CallRecordWriteStub() argument
1206 Cvttsd2uiq(Register dst, XMMRegister src, Label* fail) CallRecordWriteStub() argument
1210 Cvttss2uiq(Register dst, Operand src, Label* fail) CallRecordWriteStub() argument
1214 Cvttss2uiq(Register dst, XMMRegister src, Label* fail) CallRecordWriteStub() argument
1218 Cmpeqss(XMMRegister dst, XMMRegister src) CallRecordWriteStub() argument
1227 Cmpeqsd(XMMRegister dst, XMMRegister src) CallRecordWriteStub() argument
1244 Cmp(Register dst, int32_t src) CallRecordWriteStub() argument
1262 SmiTag(Register dst, Register src) CallRecordWriteStub() argument
1283 SmiUntag(Register dst, Register src) CallRecordWriteStub() argument
1297 SmiUntag(Register dst, Operand src) CallRecordWriteStub() argument
1329 SmiCompare(Register dst, Smi src) CallRecordWriteStub() argument
1334 Cmp(Register dst, Smi src) CallRecordWriteStub() argument
1344 SmiCompare(Register dst, Operand src) CallRecordWriteStub() argument
1350 SmiCompare(Operand dst, Register src) CallRecordWriteStub() argument
1356 SmiCompare(Operand dst, Smi src) CallRecordWriteStub() argument
1366 Cmp(Operand dst, Smi src) CallRecordWriteStub() argument
1403 SmiAddConstant(Operand dst, Smi constant) CallRecordWriteStub() argument
1423 SmiToIndex(Register dst, Register src, int shift) CallRecordWriteStub() argument
1475 Move(Register dst, Smi source) CallRecordWriteStub() argument
1488 Move(Operand dst, intptr_t x) CallRecordWriteStub() argument
1497 Move(Register dst, ExternalReference ext) CallRecordWriteStub() argument
1508 Move(Register dst, Register src) CallRecordWriteStub() argument
1514 Move(Register dst, Operand src) CallRecordWriteStub() argument
1515 Move(Register dst, Immediate src) CallRecordWriteStub() argument
1523 Move(XMMRegister dst, XMMRegister src) CallRecordWriteStub() argument
1548 MoveNumber(Register dst, double value) CallRecordWriteStub() argument
1557 Move(XMMRegister dst, uint32_t src) CallRecordWriteStub() argument
1576 Move(XMMRegister dst, uint64_t src) CallRecordWriteStub() argument
1601 Move(XMMRegister dst, uint64_t high, uint64_t low) CallRecordWriteStub() argument
1615 Cmp(Register dst, Handle<Object> source) CallRecordWriteStub() argument
1624 Cmp(Operand dst, Handle<Object> source) CallRecordWriteStub() argument
1701 Move(Operand dst, Handle<HeapObject> object, RelocInfo::Mode rmode) CallRecordWriteStub() argument
1801 Pop(Register dst) CallRecordWriteStub() argument
1803 Pop(Operand dst) CallRecordWriteStub() argument
1805 PopQuad(Operand dst) CallRecordWriteStub() argument
2068 PextrdPreSse41(Register dst, XMMRegister src, uint8_t imm8) CallRecordWriteStub() argument
2081 PinsrdPreSse41Helper(TurboAssembler* tasm, XMMRegister dst, Op src, uint8_t imm8, uint32_t* load_pc_offset) CallRecordWriteStub() argument
2094 PinsrdPreSse41(XMMRegister dst, Register src, uint8_t imm8, uint32_t* load_pc_offset) CallRecordWriteStub() argument
2099 PinsrdPreSse41(XMMRegister dst, Operand src, uint8_t imm8, uint32_t* load_pc_offset) CallRecordWriteStub() argument
2104 Pinsrq(XMMRegister dst, XMMRegister src1, Register src2, uint8_t imm8, uint32_t* load_pc_offset) CallRecordWriteStub() argument
2110 Pinsrq(XMMRegister dst, XMMRegister src1, Operand src2, uint8_t imm8, uint32_t* load_pc_offset) CallRecordWriteStub() argument
2116 Lzcntl(Register dst, Register src) CallRecordWriteStub() argument
2130 Lzcntl(Register dst, Operand src) CallRecordWriteStub() argument
2144 Lzcntq(Register dst, Register src) CallRecordWriteStub() argument
2158 Lzcntq(Register dst, Operand src) CallRecordWriteStub() argument
2172 Tzcntq(Register dst, Register src) CallRecordWriteStub() argument
2186 Tzcntq(Register dst, Operand src) CallRecordWriteStub() argument
2200 Tzcntl(Register dst, Register src) CallRecordWriteStub() argument
2213 Tzcntl(Register dst, Operand src) CallRecordWriteStub() argument
2226 Popcntl(Register dst, Register src) CallRecordWriteStub() argument
2235 Popcntl(Register dst, Operand src) CallRecordWriteStub() argument
2244 Popcntq(Register dst, Register src) CallRecordWriteStub() argument
2253 Popcntq(Register dst, Operand src) CallRecordWriteStub() argument
2964 LoadNativeContextSlot(Register dst, int index) CallRecordWriteStub() argument
3111 ComputeCodeStartAddress(Register dst) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc346 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1() argument
354 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, int index, in ld1() argument
359 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1r() argument
514 void Simulator::st2(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, in st2() argument
526 st2(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, int index, uint64_t addr) st2() argument
533 st3(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, LogicVRegister dst3, uint64_t addr) st3() argument
548 st3(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, LogicVRegister dst3, int index, uint64_t addr) st3() argument
556 st4(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, uint64_t addr) st4() argument
574 st4(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, int index, uint64_t addr) st4() argument
584 cmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, Condition cond) cmp() argument
624 cmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, int imm, Condition cond) cmp() argument
632 cmptst(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) cmptst() argument
644 add(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) add() argument
673 addp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) addp() argument
683 mla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) mla() argument
692 mls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) mls() argument
701 mul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) mul() argument
711 mul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) mul() argument
719 mla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) mla() argument
727 mls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) mls() argument
735 smull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) smull() argument
744 smull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) smull2() argument
753 umull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) umull() argument
762 umull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) umull2() argument
771 smlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) smlal() argument
780 smlal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) smlal2() argument
789 umlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) umlal() argument
798 umlal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) umlal2() argument
807 smlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) smlsl() argument
816 smlsl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) smlsl2() argument
825 umlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) umlsl() argument
834 umlsl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) umlsl2() argument
843 sqdmull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmull() argument
852 sqdmull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmull2() argument
861 sqdmlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmlal() argument
870 sqdmlal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmlal2() argument
879 sqdmlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmlsl() argument
888 sqdmlsl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmlsl2() argument
897 sqdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmulh() argument
905 sqrdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqrdmulh() argument
924 pmul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) pmul() argument
935 pmull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) pmull() argument
948 pmull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) pmull2() argument
962 sub(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sub() argument
991 and_(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) and_() argument
1001 orr(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) orr() argument
1011 orn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) orn() argument
1021 eor(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) eor() argument
1031 bic(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bic() argument
1041 bic(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, uint64_t imm) bic() argument
1052 bif(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bif() argument
1066 bit(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bit() argument
1080 bsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bsl() argument
1094 SMinMax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) SMinMax() argument
1112 smax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smax() argument
1118 smin(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smin() argument
1124 SMinMaxP(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) SMinMaxP() argument
1149 smaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smaxp() argument
1155 sminp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sminp() argument
1161 addp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) addp() argument
1171 addv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) addv() argument
1186 saddlv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) saddlv() argument
1201 uaddlv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uaddlv() argument
1216 SMinMaxV(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, bool max) SMinMaxV() argument
1232 smaxv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) smaxv() argument
1238 sminv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sminv() argument
1244 UMinMax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) UMinMax() argument
1262 umax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umax() argument
1268 umin(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umin() argument
1274 UMinMaxP(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) UMinMaxP() argument
1299 umaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umaxp() argument
1305 uminp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uminp() argument
1311 UMinMaxV(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, bool max) UMinMaxV() argument
1327 umaxv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) umaxv() argument
1333 uminv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uminv() argument
1339 shl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) shl() argument
1347 sshll(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sshll() argument
1356 sshll2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sshll2() argument
1365 shll(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) shll() argument
1371 shll2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) shll2() argument
1377 ushll(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ushll() argument
1386 ushll2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ushll2() argument
1395 sli(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sli() argument
1409 sqshl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqshl() argument
1417 uqshl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) uqshl() argument
1425 sqshlu(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqshlu() argument
1433 sri(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sri() argument
1456 ushr(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ushr() argument
1464 sshr(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sshr() argument
1472 ssra(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ssra() argument
1479 usra(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) usra() argument
1486 srsra(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) srsra() argument
1493 ursra(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ursra() argument
1500 cls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) cls() argument
1513 clz(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) clz() argument
1526 cnt(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) cnt() argument
1544 sshl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sshl() argument
1603 ushl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) ushl() argument
1640 neg(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) neg() argument
1654 suqadd(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) suqadd() argument
1672 usqadd(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) usqadd() argument
1691 abs(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) abs() argument
1709 ExtractNarrow(VectorFormat dstform, LogicVRegister dst, bool dstIsSigned, const LogicVRegister& src, bool srcIsSigned) ExtractNarrow() argument
1809 xtn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) xtn() argument
1814 sqxtn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sqxtn() argument
1819 sqxtun(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sqxtun() argument
1824 uqxtn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uqxtn() argument
1829 AbsDiff(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool issigned) AbsDiff() argument
1847 saba(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) saba() argument
1857 uaba(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uaba() argument
1867 not_(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) not_() argument
1876 rbit(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) rbit() argument
1897 rev(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int revSize) rev() argument
1912 rev16(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) rev16() argument
1917 rev32(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) rev32() argument
1922 rev64(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) rev64() argument
1927 addlp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, bool is_signed, bool do_accumulate) addlp() argument
1956 saddlp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) saddlp() argument
1961 uaddlp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uaddlp() argument
1966 sadalp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sadalp() argument
1971 uadalp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uadalp() argument
1976 ext(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) ext() argument
1994 dup_element(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int src_index) dup_element() argument
2006 dup_immediate(VectorFormat vform, LogicVRegister dst, uint64_t imm) dup_immediate() argument
2017 ins_element(VectorFormat vform, LogicVRegister dst, int dst_index, const LogicVRegister& src, int src_index) ins_element() argument
2024 ins_immediate(VectorFormat vform, LogicVRegister dst, int dst_index, uint64_t imm) ins_immediate() argument
2031 movi(VectorFormat vform, LogicVRegister dst, uint64_t imm) movi() argument
2041 mvni(VectorFormat vform, LogicVRegister dst, uint64_t imm) mvni() argument
2051 orr(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, uint64_t imm) orr() argument
2062 uxtl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uxtl() argument
2073 sxtl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sxtl() argument
2084 uxtl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uxtl2() argument
2096 sxtl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sxtl2() argument
2108 shrn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) shrn() argument
2117 shrn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) shrn2() argument
2126 rshrn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) rshrn() argument
2135 rshrn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) rshrn2() argument
2144 Table(VectorFormat vform, LogicVRegister dst, const LogicVRegister& ind, bool zero_out_of_bounds, const LogicVRegister* tab1, const LogicVRegister* tab2, const LogicVRegister* tab3, const LogicVRegister* tab4) Table() argument
2169 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& ind) tbl() argument
2175 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) tbl() argument
2182 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) tbl() argument
2190 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) tbl() argument
2199 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& ind) tbx() argument
2205 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) tbx() argument
2212 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) tbx() argument
2220 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) tbx() argument
2229 uqshrn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) uqshrn() argument
2234 uqshrn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) uqshrn2() argument
2239 uqrshrn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) uqrshrn() argument
2244 uqrshrn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) uqrshrn2() argument
2249 sqshrn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqshrn() argument
2258 sqshrn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqshrn2() argument
2267 sqrshrn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqrshrn() argument
2276 sqrshrn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqrshrn2() argument
2285 sqshrun(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqshrun() argument
2294 sqshrun2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqshrun2() argument
2303 sqrshrun(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqrshrun() argument
2312 sqrshrun2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sqrshrun2() argument
2321 uaddl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uaddl() argument
2331 uaddl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uaddl2() argument
2341 uaddw(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uaddw() argument
2350 uaddw2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uaddw2() argument
2359 saddl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) saddl() argument
2369 saddl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) saddl2() argument
2379 saddw(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) saddw() argument
2388 saddw2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) saddw2() argument
2397 usubl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) usubl() argument
2407 usubl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) usubl2() argument
2417 usubw(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) usubw() argument
2426 usubw2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) usubw2() argument
2435 ssubl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) ssubl() argument
2445 ssubl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) ssubl2() argument
2455 ssubw(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) ssubw() argument
2464 ssubw2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) ssubw2() argument
2473 uabal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uabal() argument
2483 uabal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uabal2() argument
2493 sabal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sabal() argument
2503 sabal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sabal2() argument
2513 uabdl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uabdl() argument
2523 uabdl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uabdl2() argument
2533 sabdl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sabdl() argument
2543 sabdl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sabdl2() argument
2553 umull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umull() argument
2563 umull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umull2() argument
2573 smull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smull() argument
2583 smull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smull2() argument
2593 umlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umlsl() argument
2603 umlsl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umlsl2() argument
2613 smlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smlsl() argument
2623 smlsl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smlsl2() argument
2633 umlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umlal() argument
2643 umlal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umlal2() argument
2653 smlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smlal() argument
2663 smlal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smlal2() argument
2673 sqdmlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmlal() argument
2681 sqdmlal2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmlal2() argument
2689 sqdmlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmlsl() argument
2697 sqdmlsl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmlsl2() argument
2705 sqdmull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmull() argument
2713 sqdmull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmull2() argument
2721 sqrdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool round) sqrdmulh() argument
2748 sqdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sqdmulh() argument
2754 addhn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) addhn() argument
2763 addhn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) addhn2() argument
2772 raddhn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) raddhn() argument
2781 raddhn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) raddhn2() argument
2790 subhn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) subhn() argument
2799 subhn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) subhn2() argument
2808 rsubhn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) rsubhn() argument
2817 rsubhn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) rsubhn2() argument
2826 trn1(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) trn1() argument
2841 trn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) trn2() argument
2856 zip1(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) zip1() argument
2871 zip2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) zip2() argument
2886 uzp1(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uzp1() argument
2903 uzp2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uzp2() argument
3277 fnmul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) fnmul() argument
3286 frecps(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) frecps() argument
3299 frecps(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) frecps() argument
3312 frsqrts(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) frsqrts() argument
3384 frsqrts(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) frsqrts() argument
3397 fcmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, Condition cond) fcmp() argument
3432 fcmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, Condition cond) fcmp() argument
3444 fcmp_zero(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, Condition cond) fcmp_zero() argument
3460 fabscmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, Condition cond) fabscmp() argument
3478 fmla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) fmla() argument
3492 fmla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) fmla() argument
3505 fmls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) fmls() argument
3519 fmls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) fmls() argument
3532 fneg(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fneg() argument
3543 fneg(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fneg() argument
3555 fabs_(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fabs_() argument
3568 fabs_(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fabs_() argument
3579 fabd(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) fabd() argument
3588 fsqrt(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fsqrt() argument
3633 FMinMaxV(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPMinMaxOp Op) FMinMaxV() argument
3645 fmaxv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fmaxv() argument
3650 fminv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fminv() argument
3655 fmaxnmv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fmaxnmv() argument
3660 fminnmv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fminnmv() argument
3665 fmul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) fmul() argument
3681 fmla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) fmla() argument
3697 fmls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) fmls() argument
3713 fmulx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) fmulx() argument
3730 frint(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding rounding_mode, bool inexact_exception) frint() argument
3758 fcvts(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding rounding_mode, int fbits) fcvts() argument
3777 fcvtu(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding rounding_mode, int fbits) fcvtu() argument
3796 fcvtl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fcvtl() argument
3811 fcvtl2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fcvtl2() argument
3827 fcvtn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fcvtn() argument
3843 fcvtn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fcvtn2() argument
3859 fcvtxn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fcvtxn() argument
3869 fcvtxn2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) fcvtxn2() argument
3966 frsqrte(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) frsqrte() argument
4087 frecpe(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding round) frecpe() argument
4105 ursqrte(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) ursqrte() argument
4135 urecpe(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) urecpe() argument
4156 frecpx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) frecpx() argument
4184 frecpx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) frecpx() argument
4195 scvtf(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int fbits, FPRounding round) scvtf() argument
4211 ucvtf(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int fbits, FPRounding round) ucvtf() argument
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc3288 inline static void VectorBinaryOp(Simulator* sim, int dst, int src1, int src2, in VectorBinaryOp() argument
3434 void VectorSum(Simulator* sim, int dst, int src1, int src2) { in VectorSum() argument
3528 void VectorPack(Simulator* sim, int dst, int src1, int src2, bool saturate, in VectorPack() argument
3603 void VectorUnpackHigh(Simulator* sim, int dst, int src) { in VectorUnpackHigh() argument
3648 VectorPopulationCount(Simulator* sim, int dst, int src) VectorPopulationCount() argument
3750 VectorUnpackLow(Simulator* sim, int dst, int src) VectorUnpackLow() argument
3975 VectorLoadComplement(Simulator* sim, int dst, int src) VectorLoadComplement() argument
4068 VectorShift(Simulator* sim, int dst, int src, unsigned int shift, Operation op) VectorShift() argument
4396 FPMinMaxForEachLane(Simulator* sim, Operation Op, int dst, int lhs, int rhs, int m5, int m6) FPMinMaxForEachLane() argument
4446 VectorFPCompare(Simulator* sim, int dst, int src1, int src2, int m6, Operation op) VectorFPCompare() argument
4531 VectorUnaryOp(Simulator* sim, int dst, int src, int sec, Op op) VectorUnaryOp() argument
4550 VectorSignOp(Simulator* sim, int dst, int src, int m4, int m5) VectorSignOp() argument
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h755 inline T CanonicalizeFPUOpFMA(Func fn, T dst, T src1, T src2) { in CanonicalizeFPUOpFMA() argument
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc291 String Intl::ConvertOneByteToLower(String src, String dst) { in ConvertOneByteToLower() argument
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h71 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base, in Load() argument
179 MoveStackValue(LiftoffAssembler* assm, const Operand& src, const Operand& dst) MoveStackValue() argument
353 LoadInstanceFromFrame(Register dst) LoadInstanceFromFrame() argument
357 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument
373 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
386 LoadTaggedPointer(Register dst, Register src_addr, Register offset_reg, int32_t offset_imm, LiftoffRegList pinned) LoadTaggedPointer() argument
396 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument
436 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument
581 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument
1140 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
1182 Move(Register dst, Register src, ValueKind kind) Move() argument
1188 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
1203 Operand dst = liftoff::GetStackSlot(offset); Spill() local
1231 Operand dst = liftoff::GetStackSlot(offset); Spill() local
1287 emit_i32_add(Register dst, Register lhs, Register rhs) emit_i32_add() argument
1295 emit_i32_addi(Register dst, Register lhs, int32_t imm) emit_i32_addi() argument
1303 emit_i32_sub(Register dst, Register lhs, Register rhs) emit_i32_sub() argument
1318 emit_i32_subi(Register dst, Register lhs, int32_t imm) emit_i32_subi() argument
1330 EmitCommutativeBinOp(LiftoffAssembler* assm, Register dst, Register lhs, Register rhs) EmitCommutativeBinOp() argument
1341 EmitCommutativeBinOpImm(LiftoffAssembler* assm, Register dst, Register lhs, int32_t imm) EmitCommutativeBinOpImm() argument
1348 emit_i32_mul(Register dst, Register lhs, Register rhs) emit_i32_mul() argument
1355 EmitInt32DivOrRem(LiftoffAssembler* assm, Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) EmitInt32DivOrRem() argument
1419 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1426 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1432 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1438 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1444 emit_i32_and(Register dst, Register lhs, Register rhs) emit_i32_and() argument
1448 emit_i32_andi(Register dst, Register lhs, int32_t imm) emit_i32_andi() argument
1452 emit_i32_or(Register dst, Register lhs, Register rhs) emit_i32_or() argument
1456 emit_i32_ori(Register dst, Register lhs, int32_t imm) emit_i32_ori() argument
1460 emit_i32_xor(Register dst, Register lhs, Register rhs) emit_i32_xor() argument
1464 emit_i32_xori(Register dst, Register lhs, int32_t imm) emit_i32_xori() argument
1469 EmitShiftOperation(LiftoffAssembler* assm, Register dst, Register src, Register amount, void (Assembler::*emit_shift)(Register)) EmitShiftOperation() argument
1505 emit_i32_shl(Register dst, Register src, Register amount) emit_i32_shl() argument
1510 emit_i32_shli(Register dst, Register src, int32_t amount) emit_i32_shli() argument
1516 emit_i32_sar(Register dst, Register src, Register amount) emit_i32_sar() argument
1521 emit_i32_sari(Register dst, Register src, int32_t amount) emit_i32_sari() argument
1527 emit_i32_shr(Register dst, Register src, Register amount) emit_i32_shr() argument
1532 emit_i32_shri(Register dst, Register src, int32_t amount) emit_i32_shri() argument
1538 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument
1542 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument
1546 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument
1556 OpWithCarry(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) OpWithCarry() argument
1585 OpWithCarryI(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) OpWithCarryI() argument
1604 emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_add() argument
1609 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1614 emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_sub() argument
1619 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument
1658 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1665 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1671 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1677 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1699 Emit64BitShiftOperation( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, Register amount, void (TurboAssembler::*emit_shift)(Register, Register)) Emit64BitShiftOperation() argument
1737 emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shl() argument
1743 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shli() argument
1756 emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_sar() argument
1762 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_sari() argument
1775 emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shr() argument
1781 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shri() argument
1794 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument
1827 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument
1857 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument
1872 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument
1876 emit_f32_add(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_add() argument
1889 emit_f32_sub(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_sub() argument
1904 emit_f32_mul(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_mul() argument
1917 emit_f32_div(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_div() argument
1935 EmitFloatMinOrMax(LiftoffAssembler* assm, DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs, MinOrMax min_or_max) EmitFloatMinOrMax() argument
1993 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument
1999 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument
2005 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
2019 emit_f32_abs(DoubleRegister dst, DoubleRegister src) emit_f32_abs() argument
2030 emit_f32_neg(DoubleRegister dst, DoubleRegister src) emit_f32_neg() argument
2041 emit_f32_ceil(DoubleRegister dst, DoubleRegister src) emit_f32_ceil() argument
2047 emit_f32_floor(DoubleRegister dst, DoubleRegister src) emit_f32_floor() argument
2053 emit_f32_trunc(DoubleRegister dst, DoubleRegister src) emit_f32_trunc() argument
2059 emit_f32_nearest_int(DoubleRegister dst, DoubleRegister src) emit_f32_nearest_int() argument
2066 emit_f32_sqrt(DoubleRegister dst, DoubleRegister src) emit_f32_sqrt() argument
2070 emit_f64_add(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_add() argument
2083 emit_f64_sub(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_sub() argument
2098 emit_f64_mul(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_mul() argument
2111 emit_f64_div(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_div() argument
2126 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument
2132 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
2150 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument
2156 emit_f64_abs(DoubleRegister dst, DoubleRegister src) emit_f64_abs() argument
2167 emit_f64_neg(DoubleRegister dst, DoubleRegister src) emit_f64_neg() argument
2178 emit_f64_ceil(DoubleRegister dst, DoubleRegister src) emit_f64_ceil() argument
2184 emit_f64_floor(DoubleRegister dst, DoubleRegister src) emit_f64_floor() argument
2190 emit_f64_trunc(DoubleRegister dst, DoubleRegister src) emit_f64_trunc() argument
2196 emit_f64_nearest_int(DoubleRegister dst, DoubleRegister src) emit_f64_nearest_int() argument
2203 emit_f64_sqrt(DoubleRegister dst, DoubleRegister src) emit_f64_sqrt() argument
2212 ConvertFloatToIntAndBack(LiftoffAssembler* assm, Register dst, DoubleRegister src, DoubleRegister converted_back, LiftoffRegList pinned) ConvertFloatToIntAndBack() argument
2238 EmitTruncateFloatToInt(LiftoffAssembler* assm, Register dst, DoubleRegister src, Label* trap) EmitTruncateFloatToInt() argument
2273 EmitSatTruncateFloatToInt(LiftoffAssembler* assm, Register dst, DoubleRegister src) EmitSatTruncateFloatToInt() argument
2338 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument
2429 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument
2435 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument
2439 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument
2447 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument
2453 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument
2507 setcc_32_no_spill(LiftoffAssembler* assm, Condition cond, Register dst, Register tmp_byte_reg) setcc_32_no_spill() argument
2514 setcc_32(LiftoffAssembler* assm, Condition cond, Register dst) setcc_32() argument
2521 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument
2526 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
2534 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument
2563 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
2597 EmitFloatSetCond(LiftoffAssembler* assm, Condition cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) EmitFloatSetCond() argument
2623 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
2630 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2637 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
2654 EmitSimdCommutativeBinOp( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, base::Optional<CpuFeature> feature = base::nullopt) EmitSimdCommutativeBinOp() argument
2676 EmitSimdNonCommutativeBinOp( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, base::Optional<CpuFeature> feature = base::nullopt) EmitSimdNonCommutativeBinOp() argument
2700 EmitSimdShiftOp(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister operand, LiftoffRegister count) EmitSimdShiftOp() argument
2720 EmitSimdShiftOpImm(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister operand, int32_t count) EmitSimdShiftOpImm() argument
2733 EmitAnyTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src) EmitAnyTrue() argument
2743 EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, base::Optional<CpuFeature> feature = base::nullopt) EmitAllTrue() argument
2761 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument
2807 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
2833 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument
2854 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2902 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2910 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument
2918 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument
2923 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument
2928 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument
2934 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument
2941 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument
2946 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument
2951 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument
2957 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument
2965 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument
2972 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument
2986 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument
2998 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument
3010 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument
3016 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument
3024 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument
3031 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument
3045 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument
3057 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument
3069 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument
3075 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument
3083 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument
3090 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument
3104 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument
3116 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument
3128 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument
3134 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument
3142 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument
3161 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument
3191 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument
3197 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument
3203 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument
3210 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument
3217 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument
3223 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument
3229 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument
3236 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument
3243 emit_s128_const(LiftoffRegister dst, const uint8_t imms[16]) emit_s128_const() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h154 inline void I64Binop(LiftoffAssembler* assm, LiftoffRegister dst, in I64Binop() argument
172 inline void I64BinopI(LiftoffAssembler* assm, LiftoffRegister dst, in I64BinopI() argument
187 I64Shiftop(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, Register amount) I64Shiftop() argument
227 EmitFloatMinOrMax(LiftoffAssembler* assm, RegisterType dst, RegisterType lhs, RegisterType rhs, MinOrMax min_or_max) EmitFloatMinOrMax() argument
258 S128NarrowOp(LiftoffAssembler* assm, NeonDataType dt, NeonDataType sdt, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) S128NarrowOp() argument
270 F64x2Compare(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Condition cond) F64x2Compare() argument
300 Store(LiftoffAssembler* assm, LiftoffRegister src, MemOperand dst, ValueKind kind) Store() argument
323 assm->vstr(liftoff::GetFloatRegister(src.fp()), dst); Store() local
340 Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, ValueKind kind) Load() argument
394 EmitSimdShift(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) EmitSimdShift() argument
410 EmitSimdShiftImmediate(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) EmitSimdShiftImmediate() argument
428 EmitAnyTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src) EmitAnyTrue() argument
606 LoadInstanceFromFrame(Register dst) LoadInstanceFromFrame() argument
610 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument
626 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
641 LoadInternal(LiftoffAssembler* lasm, LiftoffRegister dst, Register src_addr, Register offset_reg, int32_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc = nullptr, bool is_load_mem = false) LoadInternal() argument
737 LoadTaggedPointer(Register dst, Register src_addr, Register offset_reg, int32_t offset_imm, LiftoffRegList pinned) LoadTaggedPointer() argument
746 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument
794 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument
917 Add(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Add() argument
922 Sub(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Sub() argument
927 And(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) And() argument
932 Or(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Or() argument
937 Xor(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Xor() argument
942 Exchange(LiftoffAssembler* lasm, Register dst, Register lhs, Register rhs) Exchange() argument
1068 I64Store(LiftoffAssembler* lasm, LiftoffRegister dst, LiftoffRegister, LiftoffRegister src) I64Store() argument
1077 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument
1364 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
1378 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument
1392 Move(Register dst, Register src, ValueKind kind) Move() argument
1398 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
1424 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local
1579 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument
1583 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument
1589 GeneratePopCnt(Assembler* assm, Register dst, Register src, Register scratch1, Register scratch2) GeneratePopCnt() argument
1613 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument
1621 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1650 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1663 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1684 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1705 emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_add() argument
1710 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1715 emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_sub() argument
1720 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument
1740 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1747 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1753 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1759 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1765 emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shl() argument
1770 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shli() argument
1780 emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_sar() argument
1785 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_sari() argument
1795 emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shr() argument
1800 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shri() argument
1810 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument
1828 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument
1849 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument
1866 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument
1874 emit_f32_ceil(DoubleRegister dst, DoubleRegister src) emit_f32_ceil() argument
1883 emit_f32_floor(DoubleRegister dst, DoubleRegister src) emit_f32_floor() argument
1892 emit_f32_trunc(DoubleRegister dst, DoubleRegister src) emit_f32_trunc() argument
1901 emit_f32_nearest_int(DoubleRegister dst, DoubleRegister src) emit_f32_nearest_int() argument
1911 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument
1918 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument
1925 emit_f64_ceil(DoubleRegister dst, DoubleRegister src) emit_f64_ceil() argument
1934 emit_f64_floor(DoubleRegister dst, DoubleRegister src) emit_f64_floor() argument
1943 emit_f64_trunc(DoubleRegister dst, DoubleRegister src) emit_f64_trunc() argument
1952 emit_f64_nearest_int(DoubleRegister dst, DoubleRegister src) emit_f64_nearest_int() argument
1962 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument
1967 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument
1972 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1989 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
2009 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument
2179 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument
2183 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument
2187 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument
2193 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument
2199 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument
2240 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument
2245 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
2254 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument
2260 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
2304 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
2318 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2331 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
2345 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument
2413 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
2430 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t laneidx, uint32_t* protected_store_pc) StoreLane() argument
2446 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2463 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument
2469 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument
2475 emit_f64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f64x2_replace_lane() argument
2483 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument
2489 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument
2495 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument
2501 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument
2513 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument
2525 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument
2537 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument
2549 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument
2555 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument
2561 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument
2567 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument
2573 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument
2585 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument
2597 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument
2613 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument
2629 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument
2635 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument
2641 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument
2647 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument
2652 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument
2659 emit_f32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f32x4_replace_lane() argument
2668 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument
2673 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument
2678 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument
2694 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument
2706 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument
2718 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument
2730 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument
2742 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument
2748 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument
2754 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument
2760 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument
2778 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument
2784 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument
2790 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument
2809 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument
2828 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument
2836 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument
2845 emit_i64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i64x2_replace_lane() argument
2856 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument
2866 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument
2871 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument
2876 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument
2882 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument
2888 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument
2894 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument
2900 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument
2906 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument
2912 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument
2918 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2964 emit_i64x2_extmul_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_low_i32x4_s() argument
2971 emit_i64x2_extmul_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_low_i32x4_u() argument
2978 emit_i64x2_extmul_high_i32x4_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_high_i32x4_s() argument
2985 emit_i64x2_extmul_high_i32x4_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_high_i32x4_u() argument
2992 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument
2997 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument
3002 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument
3007 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument
3012 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument
3017 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument
3022 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument
3029 emit_i32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i32x4_replace_lane() argument
3038 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument
3044 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument
3055 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h169 inline void EmitSimdShift(LiftoffAssembler* assm, VRegister dst, VRegister lhs, in EmitSimdShift() argument
194 inline void EmitSimdShiftRightImmediate(LiftoffAssembler* assm, VRegister dst, in EmitSimdShiftRightImmediate() argument
213 EmitAnyTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src) EmitAnyTrue() argument
224 EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, VectorFormat format) EmitAllTrue() argument
428 LoadInstanceFromFrame(Register dst) LoadInstanceFromFrame() argument
432 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument
451 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
458 LoadExternalPointer(Register dst, Register instance, int offset, ExternalPointerTag tag, Register isolate_root) LoadExternalPointer() argument
471 LoadTaggedPointer(Register dst, Register src_addr, Register offset_reg, int32_t offset_imm, LiftoffRegList pinned) LoadTaggedPointer() argument
481 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument
529 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument
724 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument
884 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
898 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument
911 Move(Register dst, Register src, ValueKind kind) Move() argument
920 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
934 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local
935 Str(liftoff::GetRegFromType(reg, kind), dst); Spill() local
940 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local
1158 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1163 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument
1167 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument
1172 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument
1177 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument
1181 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument
1186 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument
1192 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument
1209 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1232 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1240 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1257 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1272 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1297 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1307 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1326 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1343 emit_u32_to_uintptr(Register dst, Register src) emit_u32_to_uintptr() argument
1347 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1358 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
1369 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument
1531 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument
1535 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument
1539 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument
1544 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument
1549 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument
1604 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument
1609 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
1617 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument
1622 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
1630 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
1642 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
1654 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
1668 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument
1723 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
1750 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument
1772 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
1778 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument
1783 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument
1789 emit_f64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f64x2_replace_lane() argument
1799 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument
1804 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument
1809 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument
1814 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument
1820 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument
1826 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument
1832 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument
1838 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument
1843 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument
1848 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument
1853 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument
1858 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument
1863 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument
1868 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument
1885 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument
1902 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument
1908 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument
1914 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument
1919 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument
1924 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument
1930 emit_f32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f32x4_replace_lane() argument
1940 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument
1945 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument
1950 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument
1955 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument
1961 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument
1967 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument
1973 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument
1979 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument
1984 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument
1989 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument
1994 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument
1999 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument
2004 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument
2009 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument
2026 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument
2043 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument
2048 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument
2054 emit_i64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i64x2_replace_lane() argument
2064 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument
2069 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument
2074 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument
2080 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument
2085 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument
2093 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument
2099 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument
2107 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument
2114 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument
2119 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument
2124 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2145 emit_i64x2_extmul_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_low_i32x4_s() argument
2151 emit_i64x2_extmul_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_low_i32x4_u() argument
2157 emit_i64x2_extmul_high_i32x4_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_high_i32x4_s() argument
2163 emit_i64x2_extmul_high_i32x4_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i64x2_extmul_high_i32x4_u() argument
2169 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument
2174 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument
2179 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument
2184 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument
2189 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument
2194 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument
2199 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument
2205 emit_i32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i32x4_replace_lane() argument
2215 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument
2220 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument
2225 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument
2240 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument
2246 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument
2251 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument
2259 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument
2265 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument
2273 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument
2280 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument
2285 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument
2290 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument
2295 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument
2301 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument
2307 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument
2313 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument
2319 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument
2330 emit_i32x4_extadd_pairwise_i16x8_s(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_s() argument
2335 emit_i32x4_extadd_pairwise_i16x8_u(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_u() argument
2340 emit_i32x4_extmul_low_i16x8_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_low_i16x8_s() argument
2346 emit_i32x4_extmul_low_i16x8_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_low_i16x8_u() argument
2352 emit_i32x4_extmul_high_i16x8_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_high_i16x8_s() argument
2358 emit_i32x4_extmul_high_i16x8_u(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i32x4_extmul_high_i16x8_u() argument
2364 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument
2369 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument
2375 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument
2381 emit_i16x8_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i16x8_replace_lane() argument
2391 emit_i16x8_neg(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_neg() argument
2396 emit_i16x8_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_alltrue() argument
2401 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument
2416 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument
2422 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument
2427 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument
2435 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument
2441 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument
2449 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument
2456 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument
2461 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument
2467 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument
2472 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument
2478 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument
2484 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument
2489 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument
2495 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument
2501 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument
2507 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument
2513 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument
2519 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2560 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument
2565 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument
2570 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument
2576 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument
2582 emit_i8x16_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i8x16_replace_lane() argument
2592 emit_i8x16_neg(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_neg() argument
2597 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument
2602 emit_i8x16_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_alltrue() argument
2607 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h1036 iris_shader_variant_reference(struct iris_compiled_shader **dst, in iris_shader_variant_reference() argument
1018 iris_uncompiled_shader_reference(struct pipe_context *ctx, struct iris_uncompiled_shader **dst, struct iris_uncompiled_shader *src) iris_uncompiled_shader_reference() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c3194 zink_get_cmdbuf(struct zink_context *ctx, struct zink_resource *src, struct zink_resource *dst) in zink_get_cmdbuf() argument
3528 VkAccessFlags dst = flags == PIPE_TEXTURE_BARRIER_FRAMEBUFFER ? in zink_texture_barrier() local
3585 mem_barrier(struct zink_context *ctx, VkPipelineStageFlags src_stage, VkPipelineStageFlags dst_stage, VkAccessFlags src, VkAccessFlags dst) in mem_barrier() argument
3607 VkPipelineStageFlags dst = is_compute ? cs_flags : gfx_flags; zink_flush_memory_barrier() local
3985 zink_copy_buffer(struct zink_context *ctx, struct zink_resource *dst, struct zink_resource *src, unsigned dst_offset, unsigned src_offset, unsigned size) zink_copy_buffer() argument
4004 zink_copy_image_buffer(struct zink_context *ctx, struct zink_resource *dst, struct zink_resource *src, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned src_level, const struct pipe_box *src_box, enum pipe_map_flags map_flags) zink_copy_image_buffer() argument
4118 struct zink_resource *dst = zink_resource(pdst); zink_resource_copy_region() local
4355 zink_context_replace_buffer_storage(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, unsigned num_rebinds, uint32_t rebind_mask, uint32_t delete_buffer_id) zink_context_replace_buffer_storage() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c374 struct sm1_dst_param dst[1]; member
788 tx_src_scalar(struct ureg_dst dst) in tx_src_scalar() argument
826 TEX_if_fetch4(struct shader_translator *tx, struct ureg_dst dst, in TEX_if_fetch4() argument
854 apply_ps1x_projection(struct shader_translator *tx, struct ureg_dst dst, struct ureg_src src, INT idx) apply_ps1x_projection() argument
871 TEX_with_ps1x_projection(struct shader_translator *tx, struct ureg_dst dst, unsigned target, struct ureg_src src0, struct ureg_src src1, INT idx) TEX_with_ps1x_projection() argument
1286 struct ureg_dst dst; _tx_dst_param() local
1478 struct ureg_dst dst; NineTranslateInstruction_Mkxn() local
1657 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
1668 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
1678 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
1734 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
1878 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2365 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2406 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2421 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2434 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2449 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2467 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2481 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2498 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2511 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2540 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2619 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2636 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2658 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2687 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2730 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2747 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2803 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2819 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2904 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2946 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2978 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
2994 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
3011 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
3032 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
3051 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); DECL_SPECIAL() local
3226 struct ureg_dst dst[1]; NineTranslateInstruction_Generic() local
3344 sm1_parse_dst_param(struct sm1_dst_param *dst, DWORD tok) sm1_parse_dst_param() argument
3412 sm1_read_dst_param(struct shader_translator *tx, struct sm1_dst_param *dst, struct sm1_src_param *rel) sm1_read_dst_param() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c89 micro_abs(union tgsi_exec_channel *dst, in micro_abs() argument
99 micro_arl(union tgsi_exec_channel *dst, in micro_arl() argument
109 micro_arr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_arr() argument
119 micro_ceil(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ceil() argument
129 micro_cmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_cmp() argument
141 micro_cos(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_cos() argument
151 micro_d2f(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_d2f() argument
161 micro_d2i(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_d2i() argument
171 micro_d2u(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_d2u() argument
180 micro_dabs(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dabs() argument
190 micro_dadd(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dadd() argument
200 micro_ddiv(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_ddiv() argument
210 micro_ddx(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddx() argument
220 micro_ddx_fine(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddx_fine() argument
231 micro_ddy(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddy() argument
241 micro_ddy_fine(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ddy_fine() argument
251 micro_dmul(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmul() argument
261 micro_dmax(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmax() argument
271 micro_dmin(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmin() argument
281 micro_dneg(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dneg() argument
291 micro_dslt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dslt() argument
301 micro_dsne(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dsne() argument
311 micro_dsge(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dsge() argument
321 micro_dseq(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dseq() argument
331 micro_drcp(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_drcp() argument
341 micro_dsqrt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dsqrt() argument
351 micro_drsq(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_drsq() argument
361 micro_dmad(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dmad() argument
371 micro_dfrac(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dfrac() argument
381 micro_dflr(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_dflr() argument
391 micro_dldexp(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_dldexp() argument
402 micro_dfracexp(union tgsi_double_channel *dst, union tgsi_exec_channel *dst_exp, const union tgsi_double_channel *src) micro_dfracexp() argument
413 micro_exp2(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_exp2() argument
440 micro_f2d(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_f2d() argument
450 micro_flr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_flr() argument
460 micro_frc(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_frc() argument
470 micro_i2d(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_i2d() argument
480 micro_iabs(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_iabs() argument
490 micro_ineg(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_ineg() argument
500 micro_lg2(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_lg2() argument
510 micro_lrp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_lrp() argument
522 micro_mad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_mad() argument
534 micro_mov(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_mov() argument
544 micro_rcp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_rcp() argument
560 micro_rnd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_rnd() argument
570 micro_rsq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_rsq() argument
586 micro_sqrt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_sqrt() argument
596 micro_seq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_seq() argument
607 micro_sge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sge() argument
618 micro_sgn(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_sgn() argument
628 micro_isgn(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_isgn() argument
638 micro_sgt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sgt() argument
649 micro_sin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_sin() argument
659 micro_sle(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sle() argument
670 micro_slt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_slt() argument
681 micro_sne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sne() argument
692 micro_trunc(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_trunc() argument
702 micro_u2d(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_u2d() argument
712 micro_i64abs(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64abs() argument
722 micro_i64sgn(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64sgn() argument
732 micro_i64neg(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64neg() argument
742 micro_u64seq(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64seq() argument
752 micro_u64sne(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64sne() argument
762 micro_i64slt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64slt() argument
772 micro_u64slt(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64slt() argument
782 micro_i64sge(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64sge() argument
792 micro_u64sge(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64sge() argument
802 micro_u64max(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64max() argument
812 micro_i64max(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64max() argument
822 micro_u64min(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64min() argument
832 micro_i64min(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64min() argument
842 micro_u64add(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64add() argument
852 micro_u64mul(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64mul() argument
862 micro_u64div(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64div() argument
872 micro_i64div(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64div() argument
882 micro_u64mod(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u64mod() argument
892 micro_i64mod(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i64mod() argument
902 micro_u64shl(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_u64shl() argument
918 micro_i64shr(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_i64shr() argument
934 micro_u64shr(union tgsi_double_channel *dst, const union tgsi_double_channel *src0, union tgsi_exec_channel *src1) micro_u64shr() argument
1275 micro_add(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_add() argument
1286 micro_div( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1 ) micro_div() argument
1298 micro_lt( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3 ) micro_lt() argument
1312 micro_max(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_max() argument
1323 micro_min(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_min() argument
1334 micro_mul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_mul() argument
1345 micro_neg( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src ) micro_neg() argument
1356 micro_pow( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1 ) micro_pow() argument
1368 micro_ldexp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_ldexp() argument
1379 micro_sub(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_sub() argument
1643 union tgsi_exec_channel *dst; store_dest_dstret() local
1731 union tgsi_exec_channel *dst; store_dest_double() local
1752 union tgsi_exec_channel *dst; store_dest() local
2877 union tgsi_exec_channel dst; exec_scalar_unary() local
2895 struct tgsi_exec_vector dst; exec_vector_unary() local
2924 union tgsi_exec_channel dst; exec_scalar_binary() local
2943 struct tgsi_exec_vector dst; exec_vector_binary() local
2973 struct tgsi_exec_vector dst; exec_vector_trinary() local
3005 struct tgsi_exec_vector dst; exec_vector_quaternary() local
3100 union tgsi_exec_channel arg[2], dst; exec_pk2h() local
3120 union tgsi_exec_channel arg, dst[2]; exec_up2h() local
3135 micro_ucmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_ucmp() argument
3151 struct tgsi_exec_vector dst; exec_ucmp() local
3418 union tgsi_exec_channel dst[2]; store_double_channel() local
3456 union tgsi_double_channel dst; exec_double_unary() local
3477 union tgsi_double_channel dst; exec_double_binary() local
3518 union tgsi_double_channel dst; exec_double_trinary() local
3542 union tgsi_double_channel dst; exec_dldexp() local
3566 union tgsi_double_channel dst; exec_dfracexp() local
3588 union tgsi_double_channel dst; exec_arg0_64_arg1_32() local
3766 fetch_store_img_unit(struct tgsi_exec_machine *mach, const struct tgsi_full_dst_register *dst) fetch_store_img_unit() argument
4138 micro_f2u64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_f2u64() argument
4148 micro_f2i64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_f2i64() argument
4158 micro_u2i64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_u2i64() argument
4168 micro_i2i64(union tgsi_double_channel *dst, const union tgsi_exec_channel *src) micro_i2i64() argument
4178 micro_d2u64(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_d2u64() argument
4188 micro_d2i64(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_d2i64() argument
4198 micro_u642d(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_u642d() argument
4208 micro_i642d(union tgsi_double_channel *dst, const union tgsi_double_channel *src) micro_i642d() argument
4218 micro_u642f(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_u642f() argument
4228 micro_i642f(union tgsi_exec_channel *dst, const union tgsi_double_channel *src) micro_i642f() argument
4244 union tgsi_double_channel dst; exec_t_2_64() local
4264 union tgsi_exec_channel dst; exec_64_2_t() local
4283 micro_i2f(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_i2f() argument
4293 micro_not(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_not() argument
4303 micro_shl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_shl() argument
4319 micro_and(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_and() argument
4330 micro_or(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_or() argument
4341 micro_xor(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_xor() argument
4352 micro_mod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_mod() argument
4363 micro_f2i(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_f2i() argument
4373 micro_fseq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fseq() argument
4384 micro_fsge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fsge() argument
4395 micro_fslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fslt() argument
4406 micro_fsne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_fsne() argument
4417 micro_idiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_idiv() argument
4428 micro_imax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_imax() argument
4439 micro_imin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_imin() argument
4450 micro_isge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_isge() argument
4461 micro_ishr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_ishr() argument
4477 micro_islt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_islt() argument
4488 micro_f2u(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_f2u() argument
4498 micro_u2f(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_u2f() argument
4508 micro_uadd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_uadd() argument
4519 micro_udiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_udiv() argument
4530 micro_umad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_umad() argument
4542 micro_umax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umax() argument
4553 micro_umin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umin() argument
4564 micro_umod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umod() argument
4575 micro_umul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umul() argument
4586 micro_imul_hi(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_imul_hi() argument
4599 micro_umul_hi(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_umul_hi() argument
4612 micro_useq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_useq() argument
4623 micro_usge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_usge() argument
4634 micro_ushr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_ushr() argument
4650 micro_uslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_uslt() argument
4661 micro_usne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) micro_usne() argument
4672 micro_uarl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_uarl() argument
4685 micro_ibfe(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_ibfe() argument
4712 micro_ubfe(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) micro_ubfe() argument
4739 micro_bfi(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3) micro_bfi() argument
4759 micro_brev(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_brev() argument
4769 micro_popc(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_popc() argument
4779 micro_lsb(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_lsb() argument
4789 micro_imsb(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_imsb() argument
4799 micro_umsb(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src) micro_umsb() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c43 struct ureg_dst dst[2]; member
133 ntt_insn(struct ntt_compile *c, enum tgsi_opcode opcode, struct ureg_dst dst, struct ureg_src src0, struct ureg_src src1, struct ureg_src src2, struct ureg_src src3) ntt_insn() argument
747 ntt_try_store_in_tgsi_output(struct ntt_compile *c, struct ureg_dst *dst, struct list_head *uses, struct list_head *if_uses) ntt_try_store_in_tgsi_output() argument
1228 struct ureg_dst dst; ntt_get_ssa_def_decl() local
1249 struct ureg_dst dst = ntt_get_dest_decl(c, dest); ntt_get_dest() local
1289 struct ureg_dst dst = ntt_get_dest(c, dest); ntt_store() local
1295 ntt_emit_scalar(struct ntt_compile *c, unsigned tgsi_op, struct ureg_dst dst, struct ureg_src src0, struct ureg_src src1) ntt_emit_scalar() argument
1321 struct ureg_dst dst; ntt_emit_alu() local
1739 ntt_ureg_dst_indirect(struct ntt_compile *c, struct ureg_dst dst, nir_src src) ntt_ureg_dst_indirect() argument
2019 struct ureg_dst dst; ntt_emit_mem() local
2055 struct ureg_dst dst; ntt_emit_image_load_store() local
2301 struct ureg_dst dst = ntt_get_dest(c, &instr->dest); ntt_emit_load_output() local
2607 struct ureg_dst dst = ntt_get_dest(c, &instr->dest); ntt_emit_texture() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h954 void write_data(uint32_t* dst) { in write_data() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c520 static SLJIT_INLINE void load_addr_to_reg(void *dst, sljit_u32 reg) in load_addr_to_reg() argument
1413 static sljit_s32 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw src) in emit_clz_ctz() argument
1462 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_sw src2) emit_single_op() argument
2018 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) emit_op() argument
2254 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument
2313 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2() argument
2549 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument
2582 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument
2601 FAIL_IF(emit_op_mem2(compiler, (flags ? DOUBLE_DATA : SINGLE_DATA) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); sljit_emit_fop1_conv_f64_from_sw() local
2681 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument
2731 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop2() argument
2816 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_fast_enter() argument
3191 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) sljit_emit_op_flags() argument
3673 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) sljit_emit_const() argument
3695 sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_put_label() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c116 char *pa_alsa_mixer_id_to_string(char *dst, size_t dst_len, pa_alsa_mixer_id *id) { in pa_alsa_mixer_id_to_string() argument
/third_party/python/Lib/test/
H A Ddatetimetester.py139 def dst(self, dt): member in FixedOffset
239 def dst(self, dt): member in TestTZInfo.test_issue23600.UKSummerTime
2866 def dst(self, dt): return timedelta(0) global() member in TestDateTime.test_astimezone.Bogus
2873 def dst(self, dt): return None global() member in TestDateTime.test_astimezone.AlsoBogus
2879 def dst(self, dt): return 1 global() member in TestDateTime.test_astimezone.Broken
3711 dst = utcoffset global() variable in TZInfoBase.test_argument_passing.introspective
3770 def dst(self, dt): return None global() member in TZInfoBase.test_tzinfo_classes.C1
3781 def dst(self, dt): return timedelta(minutes=1439) global() member in TZInfoBase.test_tzinfo_classes.C3
3791 def dst(self, dt): return 7 global() member in TZInfoBase.test_tzinfo_classes.C4
3801 def dst(self, dt): return timedelta(hours=24) global() member in TZInfoBase.test_tzinfo_classes.C6
3809 def dst(self, dt): return timedelta(microseconds=-81) global() member in TZInfoBase.test_tzinfo_classes.C7
4708 def dst(self, dt): global() member in TestDateTimeTZ.test_tzinfo_timetuple.DST
4742 def dst(self, dt): global() member in TestDateTimeTZ.test_utctimetuple.DST
5072 def dst(self, dt): global() member in USTimeZone
5274 def dst(self, dt): return HOUR global() member in TestTimezoneConversions.test_bogus_dst.ok
5282 def dst(self, dt): return None global() member in TestTimezoneConversions.test_bogus_dst.notok
5290 def dst(self, dt): global() member in TestTimezoneConversions.test_bogus_dst.tricky_notok
5493 def dst(self, dt): global() member in USTimeZone2
5559 def dst(self, dt): global() member in Europe_Vilnius_1941
5986 def dst(self, dt): global() member in ZoneInfo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp360 } src, dst; member
893 void CopiesAndBlittingTestInstance::uploadImage (const tcu::ConstPixelBufferAccess& src, VkImage dst, cons argument
946 const tcu::ConstPixelBufferAccess dst = m_destinationTextureLevel->getAccess(); generateExpectedResult() local
955 readImageAspect(vk::VkImage image, const tcu::PixelBufferAccess& dst, const ImageParms& imageParms, const deUint32 mipLevel) readImageAspect() argument
1550 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2020 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2322 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2571 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
3062 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
3111 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp125 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3716 void generateSources (glu::ShaderType shaderType, const ShaderSpec& shaderSpec, vk::SourceCollections& dst) in generateSources() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp368 bool Utils::areFormatsCompatible(glw::GLenum src, glw::GLenum dst) in areFormatsCompatible() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1511 convertIndexBuffer(ContextVk *contextVk, vk::BufferHelper *dst, vk::BufferHelper *src, const ConvertIndexParameters &params) convertIndexBuffer() argument
1766 convertVertexBuffer(ContextVk *contextVk, vk::BufferHelper *dst, vk::BufferHelper *src, const ConvertVertexParameters &params) convertVertexBuffer() argument
1876 convertVertexBufferImpl(ContextVk *contextVk, vk::BufferHelper *dst, vk::BufferHelper *src, uint32_t flags, vk::CommandBuffer *commandBuffer, const ConvertVertexShaderParams &shaderParams) convertVertexBufferImpl() argument
2117 clearImage(ContextVk *contextVk, vk::ImageHelper *dst, const ClearImageParameters &params) clearImage() argument
2712 copyImage(ContextVk *contextVk, vk::ImageHelper *dst, const vk::ImageView *destView, vk::ImageHelper *src, const vk::ImageView *srcView, const CopyImageParameters &params) copyImage() argument
2898 copyImageBits(ContextVk *contextVk, vk::ImageHelper *dst, vk::ImageHelper *src, const CopyImageBitsParameters &params) copyImageBits() argument
3125 generateMipmap(ContextVk *contextVk, vk::ImageHelper *src, const vk::ImageView *srcLevelZeroView, vk::ImageHelper *dst, const GenerateMipmapDestLevelViews &destLevelViews, const vk::Sampler &sampler, const GenerateMipmapParameters &params) generateMipmap() argument
3376 cullOverlayWidgets(ContextVk *contextVk, vk::BufferHelper *enabledWidgetsBuffer, vk::ImageHelper *dst, const vk::ImageView *destView, const OverlayCullParameters &params) cullOverlayWidgets() argument
3455 drawOverlay(ContextVk *contextVk, vk::BufferHelper *textWidgetsBuffer, vk::BufferHelper *graphWidgetsBuffer, vk::ImageHelper *font, const vk::ImageView *fontView, vk::ImageHelper *culledWidgets, const vk::ImageView *culledWidgetsView, vk::ImageHelper *dst, const vk::ImageView *destView, const OverlayDrawParameters &params) drawOverlay() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2868 static inline bool can_blit_framebuffer_for_copy_surface(const GrSurface* dst, in can_blit_framebuffer_for_copy_surface() argument
2916 static inline bool can_copy_texsubimage(const GrSurface* dst, const GrSurface* src, in can_copy_texsubimage() argument
3033 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
3334 copySurfaceAsDraw(GrSurface* dst, bool drawToMultisampleFBO, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsDraw() argument
3413 copySurfaceAsCopyTexSubImage(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexSubImage() argument
3434 copySurfaceAsBlitFramebuffer(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlitFramebuffer() argument
[all...]

Completed in 136 milliseconds

1...<<111112113114115116117118119120>>...122