Home
last modified time | relevance | path

Searched defs:vroundps (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/MC/X86/
DAVX-64.s16893 vroundps $0, 485498096, %xmm15 label
16897 vroundps $0, 485498096, %xmm6 label
16901 vroundps $0, 485498096, %ymm7 label
16905 vroundps $0, 485498096, %ymm9 label
16909 vroundps $0, -64(%rdx,%rax,4), %xmm15 label
16913 vroundps $0, 64(%rdx,%rax,4), %xmm15 label
16917 vroundps $0, -64(%rdx,%rax,4), %xmm6 label
16921 vroundps $0, 64(%rdx,%rax,4), %xmm6 label
16925 vroundps $0, -64(%rdx,%rax,4), %ymm7 label
16929 vroundps $0, 64(%rdx,%rax,4), %ymm7 label
[all …]
DAVX-32.s8153 vroundps $0, -485498096(%edx,%eax,4), %xmm1 label
8157 vroundps $0, 485498096(%edx,%eax,4), %xmm1 label
8161 vroundps $0, -485498096(%edx,%eax,4), %ymm4 label
8165 vroundps $0, 485498096(%edx,%eax,4), %ymm4 label
8169 vroundps $0, 485498096(%edx), %xmm1 label
8173 vroundps $0, 485498096(%edx), %ymm4 label
8177 vroundps $0, 485498096, %xmm1 label
8181 vroundps $0, 485498096, %ymm4 label
8185 vroundps $0, 64(%edx,%eax), %xmm1 label
8189 vroundps $0, 64(%edx,%eax), %ymm4 label
[all …]
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver2/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-avx1.s896 vroundps $1, %xmm0, %xmm2 label
897 vroundps $1, (%rax), %xmm2 label
899 vroundps $1, %ymm0, %ymm2 label
900 vroundps $1, (%rax), %ymm2 label
/external/skia/src/core/
DSkVM.cpp1944 void Assembler::vroundps(Ymm dst, Operand x, Rounding imm) { in vroundps() function in skvm::Assembler