Home
last modified time | relevance | path

Searched defs:roundss (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/llvm/test/MC/X86/
H A Dx86-64.s549 roundss $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0a,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.rs1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() 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.rs1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() 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.rs1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() 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.rs1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() 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.rs1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() function
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3491 RValue<Float> roundss(RValue<Float> val, unsigned char imm) in roundss() function
3493 …llvm::Function *roundss = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::x86_… in roundss() local
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc1841 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86::X86Assembler
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2621 void X86_64Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86_64::X86_64Assembler
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_x86.cc408 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
H A Dintrinsics_x86_64.cc428 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local