Searched defs:U (Results 1 – 6 of 6) sorted by relevance
/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 311 #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 D | uninit.rs | 41 fn deref(&self) -> &MaybeUninit<U> { in deref() 50 fn deref_mut(&mut self) -> &mut MaybeUninit<U> { in deref_mut()
|
H A D | qom.rs | 339 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 D | bitops.rs | 59 where Self: From<U> in deposit()
|
/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 620 #define DO_VCVT_RMODE(INSN, RMODE, U) \ argument
|
/qemu/target/hexagon/ |
H A D | macros.h | 409 #define fCLIP(DST, SRC, U) \ argument
|