Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp521 uint32_t I2Bit = (offset & 0x200000) >> 21; in adjustFixupValue() local
557 uint32_t I2Bit = (offset & 0x100000) >> 20; in adjustFixupValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp631 uint32_t I2Bit = (offset & 0x200000) >> 21; in adjustFixupValue() local
667 uint32_t I2Bit = (offset & 0x100000) >> 20; in adjustFixupValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp615 uint32_t I2Bit = (offset & 0x200000) >> 21; in adjustFixupValue() local
651 uint32_t I2Bit = (offset & 0x100000) >> 20; in adjustFixupValue() local