"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "035c4b029f970c141d0a782c1ad8a5c979b6a1e2"
ARM assembly aliases for BIC<-->AND (immediate).
When the immediate operand of an AND or BIC instruction isn't representable in the immediate field of the instruction, but the bitwise negation of the immediate is, assemble the instruction as the inverse operation instead with the inverted immediate as the operand. rdar://10550057 llvm-svn: 146283
Loading
Please register or sign in to comment