/external/llvm/test/CodeGen/X86/ |
D | vec_floor.ll | 28 ; AVX-NEXT: vroundps $9, %xmm0, %xmm0 60 ; AVX-NEXT: vroundps $9, %ymm0, %ymm0 90 ; AVX-NEXT: vroundps $10, %xmm0, %xmm0 122 ; AVX-NEXT: vroundps $10, %ymm0, %ymm0 152 ; AVX-NEXT: vroundps $11, %xmm0, %xmm0 184 ; AVX-NEXT: vroundps $11, %ymm0, %ymm0 214 ; AVX-NEXT: vroundps $4, %xmm0, %xmm0 246 ; AVX-NEXT: vroundps $4, %ymm0, %ymm0 276 ; AVX-NEXT: vroundps $12, %xmm0, %xmm0 308 ; AVX-NEXT: vroundps $12, %ymm0, %ymm0
|
D | sse41-intrinsics-x86.ll | 387 ; KNL-NEXT: vroundps $7, %xmm0, %xmm0
|
D | avx-intrinsics-fast-isel.ll | 474 ; X32-NEXT: vroundps $2, %ymm0, %ymm0 479 ; X64-NEXT: vroundps $2, %ymm0, %ymm0 894 ; X32-NEXT: vroundps $1, %ymm0, %ymm0 899 ; X64-NEXT: vroundps $1, %ymm0, %ymm0 1832 ; X32-NEXT: vroundps $4, %ymm0, %ymm0 1837 ; X64-NEXT: vroundps $4, %ymm0, %ymm0
|
D | avx-intrinsics-x86.ll | 1850 ; AVX-NEXT: vroundps $7, %xmm0, %xmm0 1855 ; AVX512VL-NEXT: vroundps $7, %xmm0, %xmm0 3879 ; AVX-NEXT: vroundps $7, %ymm0, %ymm0 3884 ; AVX512VL-NEXT: vroundps $7, %ymm0, %ymm0
|
D | stack-folding-fp-avx1.ll | 1437 ;CHECK: vroundps $7, {{-?[0-9]*}}(%rsp), {{%xmm[0-9][0-9]*}} {{.*#+}} 16-byte Folded Reload 1446 ;CHECK: vroundps $7, {{-?[0-9]*}}(%rsp), {{%ymm[0-9][0-9]*}} {{.*#+}} 32-byte Folded Reload
|
/external/capstone/suite/MC/X86/ |
D | x86-32-avx.s.cs | 440 0xc4,0xe3,0x79,0x08,0xda,0x07 = vroundps $7, %xmm2, %xmm3 441 0xc4,0xe3,0x79,0x08,0x18,0x07 = vroundps $7, (%eax), %xmm3 809 0xc4,0xe3,0x7d,0x08,0xcd,0x07 = vroundps $7, %ymm5, %ymm1 810 0xc4,0xe3,0x7d,0x08,0x28,0x07 = vroundps $7, (%eax), %ymm5
|
D | x86_64-avx-encoding.s.cs | 621 0xc4,0x43,0x79,0x08,0xec,0x07 = vroundps $7, %xmm12, %xmm13 622 0xc4,0x63,0x79,0x08,0x28,0x07 = vroundps $7, (%rax), %xmm13 998 0xc4,0x43,0x7d,0x08,0xda,0x07 = vroundps $7, %ymm10, %ymm11 999 0xc4,0x63,0x7d,0x08,0x10,0x07 = vroundps $7, (%rax), %ymm10
|
/external/llvm/test/MC/X86/ |
D | x86-32-avx.s | 1756 vroundps $7, %xmm2, %xmm3 1760 vroundps $7, (%eax), %xmm3 3232 vroundps $7, %ymm5, %ymm1 3236 vroundps $7, (%eax), %ymm5
|
D | x86_64-avx-encoding.s | 2481 vroundps $7, %xmm12, %xmm13 2485 vroundps $7, (%rax), %xmm13 3993 vroundps $7, %ymm10, %ymm11 3997 vroundps $7, (%rax), %ymm10
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 352 # CHECK: vroundps $0, %xmm0, %xmm0 358 # CHECK: vroundps $0, %ymm0, %ymm0
|
D | simple-tests.txt | 338 # CHECK: vroundps $0, %xmm0, %xmm0 344 # CHECK: vroundps $0, %ymm0, %ymm0
|
/external/skia/tests/ |
D | SkVMTest.cpp | 1348 a.vroundps(A::ymm1, A::ymm2, A::NEAREST); in DEF_TEST() 1349 a.vroundps(A::ymm1, A::ymm2, A::FLOOR); in DEF_TEST() 1350 a.vroundps(A::ymm1, A::ymm2, A::CEIL); in DEF_TEST() 1351 a.vroundps(A::ymm1, A::ymm2, A::TRUNC); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkVM.cpp | 2159 void Assembler::vroundps(Ymm dst, Operand x, Rounding imm) { in vroundps() function in skvm::Assembler 3554 if (in_reg(x)) { a->vroundps(dst(x), r(x), Assembler::CEIL); } in jit() 3555 else { a->vroundps(dst(), any(x), Assembler::CEIL); } in jit() 3559 if (in_reg(x)) { a->vroundps(dst(x), r(x), Assembler::FLOOR); } in jit() 3560 else { a->vroundps(dst(), any(x), Assembler::FLOOR); } in jit()
|
D | SkVM.h | 196 void vroundps(Ymm dst, Operand x, Rounding);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 5535 defm VROUNDPS : sse41_fp_unop_p<0x08, "vroundps", f128mem, VR128, v4f32, 5538 defm VROUNDPSY : sse41_fp_unop_p<0x08, "vroundps", f256mem, VR256, v8f32,
|
/external/capstone/arch/X86/ |
D | X86MappingInsnOp.inc | 32048 { /* X86_VROUNDPSm, X86_INS_VROUNDPS: vroundps $dst, $src1, $src2 */ 32052 { /* X86_VROUNDPSr, X86_INS_VROUNDPS: vroundps $dst, $src1, $src2 */ 32088 { /* X86_VROUNDYPSm, X86_INS_VROUNDPS: vroundps $dst, $src1, $src2 */ 32092 { /* X86_VROUNDYPSr, X86_INS_VROUNDPS: vroundps $dst, $src1, $src2 */
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7901 "vroundpd\010vroundps\010vroundsd\010vroundss\nvrsqrt14pd\nvrsqrt14ps\nv" 21708 …{ 15347 /* vroundps */, X86::VROUNDPSr, Convert__Reg1_2__Reg1_1__ImmUnsignedi81_0, AMFBS_None, { M… 21709 …{ 15347 /* vroundps */, X86::VROUNDPSYr, Convert__Reg1_2__Reg1_1__ImmUnsignedi81_0, AMFBS_None, { … 21710 …{ 15347 /* vroundps */, X86::VROUNDPSm, Convert__Reg1_2__Mem1285_1__ImmUnsignedi81_0, AMFBS_None, … 21711 …{ 15347 /* vroundps */, X86::VROUNDPSYm, Convert__Reg1_2__Mem2565_1__ImmUnsignedi81_0, AMFBS_None,… 36076 …{ 15347 /* vroundps */, X86::VROUNDPSr, Convert__Reg1_0__Reg1_1__ImmUnsignedi81_2, AMFBS_None, { M… 36077 …{ 15347 /* vroundps */, X86::VROUNDPSm, Convert__Reg1_0__Mem1285_1__ImmUnsignedi81_2, AMFBS_None, … 36078 …{ 15347 /* vroundps */, X86::VROUNDPSYr, Convert__Reg1_0__Reg1_1__ImmUnsignedi81_2, AMFBS_None, { … 36079 …{ 15347 /* vroundps */, X86::VROUNDPSYm, Convert__Reg1_0__Mem2565_1__ImmUnsignedi81_2, AMFBS_None,…
|