Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp519 uint32_t I1Bit = (offset & 0x400000) >> 22; in adjustFixupValue() local
520 uint32_t J1Bit = (I1Bit ^ 0x1) ^ signBit; in adjustFixupValue()
555 uint32_t I1Bit = (offset & 0x200000) >> 21; in adjustFixupValue() local
556 uint32_t J1Bit = (I1Bit ^ 0x1) ^ signBit; in adjustFixupValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp559 uint32_t I1Bit = (offset & 0x400000) >> 22; in adjustFixupValue() local
560 uint32_t J1Bit = (I1Bit ^ 0x1) ^ signBit; in adjustFixupValue()
595 uint32_t I1Bit = (offset & 0x200000) >> 21; in adjustFixupValue() local
596 uint32_t J1Bit = (I1Bit ^ 0x1) ^ signBit; in adjustFixupValue()