Home
last modified time | relevance | path

Searched refs:ByteNum (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h554 unsigned ByteNum = (OpCmode & 0x6) >> 1; in decodeVMOVModImm() local
555 Val = Imm8 << (8 * ByteNum); in decodeVMOVModImm()
559 unsigned ByteNum = (OpCmode & 0x6) >> 1; in decodeVMOVModImm() local
560 Val = Imm8 << (8 * ByteNum); in decodeVMOVModImm()
564 unsigned ByteNum = 1 + (OpCmode & 0x1); in decodeVMOVModImm() local
565 Val = (Imm8 << (8 * ByteNum)) | (0xffff >> (8 * (2 - ByteNum))); in decodeVMOVModImm()
569 for (unsigned ByteNum = 0; ByteNum < 8; ++ByteNum) { in decodeVMOVModImm() local
570 if ((ModImm >> ByteNum) & 1) in decodeVMOVModImm()
571 Val |= (uint64_t)0xff << (8 * ByteNum); in decodeVMOVModImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6535 for (int ByteNum = 0; ByteNum < 8; ++ByteNum) { in isVMOVModifiedImm() local