Home
last modified time | relevance | path

Searched defs:ByteSized (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8664.cpp358 bool ByteSized = isByteSizedType(SrcTy); in movzx() local
375 bool ByteSized = isByteSizedType(SrcTy); in movzx() local
385 bool ByteSized = isByteSizedType(SrcTy); in movsx() local
399 bool ByteSized = isByteSizedType(SrcTy); in movsx() local
H A DIceAssemblerX8632.cpp350 bool ByteSized = isByteSizedType(SrcTy); in movzx() local
359 bool ByteSized = isByteSizedType(SrcTy); in movzx() local
368 bool ByteSized = isByteSizedType(SrcTy); in movsx() local
377 bool ByteSized = isByteSizedType(SrcTy); in movsx() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4119 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in decomposeStackOffsetForDwarfOffsets()