/aosp_15_r20/external/llvm/test/MC/X86/ |
H A D | x86-64.s | 551 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1166 fn roundsd(a: __m128d, b: __m128d, rounding: i32) -> __m128d; in roundsd() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1166 fn roundsd(a: __m128d, b: __m128d, rounding: i32) -> __m128d; in roundsd() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1166 fn roundsd(a: __m128d, b: __m128d, rounding: i32) -> __m128d; in roundsd() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1166 fn roundsd(a: __m128d, b: __m128d, rounding: i32) -> __m128d; in roundsd() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1166 fn roundsd(a: __m128d, b: __m128d, rounding: i32) -> __m128d; in roundsd() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_x86_64.cc | 364 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local 469 __ roundsd(t1, in, Immediate(1)); in VisitMathRoundDouble() local
|
H A D | intrinsics_x86.cc | 344 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | assembler_x86.cc | 1830 void X86Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86::X86Assembler
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.cc | 2609 void X86_64Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86_64::X86_64Assembler
|