Home
last modified time | relevance | path

Searched defs:U (Results 1 – 6 of 6) sorted by relevance

/qemu/target/hexagon/mmvec/
H A Dmacros.h311 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument
312 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument
313 #define fVUADDSAT(WIDTH, U, V) \ argument
315 #define fVSADDSAT(WIDTH, U, V) \ argument
317 #define fVUSUBSAT(WIDTH, U, V) \ argument
319 #define fVSSUBSAT(WIDTH, U, V) \ argument
321 #define fVAVGU(WIDTH, U, V) \ argument
323 #define fVAVGURND(WIDTH, U, V) \ argument
325 #define fVNAVGU(WIDTH, U, V) \ argument
327 #define fVNAVGURNDSAT(WIDTH, U, V) \ argument
[all …]
/qemu/rust/qemu-api/src/
H A Duninit.rs41 fn deref(&self) -> &MaybeUninit<U> { in deref()
50 fn deref_mut(&mut self) -> &mut MaybeUninit<U> { in deref_mut()
H A Dqom.rs339 pub unsafe fn upcast<U: ObjectType>(&self) -> &'a U in upcast()
360 pub unsafe fn upcast_mut<U: ObjectType>(&mut self) -> &'a mut U in upcast_mut()
546 fn as_ptr<U: ObjectType>(&self) -> *const U in as_ptr()
563 fn as_mut_ptr<U: ObjectType>(&self) -> *mut U in as_mut_ptr()
584 fn upcast<'a, U: ObjectType>(self) -> &'a U in upcast()
615 let result: *const U = in dynamic_cast() constant
H A Dbitops.rs59 where Self: From<U> in deposit()
/qemu/target/arm/tcg/
H A Dtranslate-mve.c620 #define DO_VCVT_RMODE(INSN, RMODE, U) \ argument
/qemu/target/hexagon/
H A Dmacros.h409 #define fCLIP(DST, SRC, U) \ argument