Home
last modified time | relevance | path

Searched defs:roundsd (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/test/MC/X86/
H A Dx86-64.s551 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 Dsse41.rs1166 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 Dsse41.rs1166 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 Dsse41.rs1166 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 Dsse41.rs1166 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 Dsse41.rs1166 fn roundsd(a: __m128d, b: __m128d, rounding: i32) -> __m128d; in roundsd() function
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc364 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local
469 __ roundsd(t1, in, Immediate(1)); in VisitMathRoundDouble() local
H A Dintrinsics_x86.cc344 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc1830 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 Dassembler_x86_64.cc2609 void X86_64Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86_64::X86_64Assembler