Searched refs:ANDEQ (Results 1 – 4 of 4) sorted by relevance
/external/turbine/java/com/google/turbine/parse/ |
D | Token.java | 66 ANDEQ("&="), enumConstant
|
D | StreamLexer.java | 918 return Token.ANDEQ; in operator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 136 ANDEQ r0, r2, r1 // Must be wide - 3 distinct registers 138 ANDEQ r3, r3, r1 // Should choose narrow 140 ANDEQ r3, r1, r3 // Should choose narrow - commutative 142 ANDEQ.W r0, r0, r1 // Explicitly wide 144 ANDEQ.W r2, r1, r2 148 ANDEQ r7, r7, r1 // Should use narrow 150 ANDEQ r7, r1, r7 // Commutative 152 ANDEQ r8, r1, r8 // high registers so must use wide encoding 154 ANDEQ r8, r8, r1 156 ANDEQ r4, r8, r4 [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 136 ANDEQ r0, r2, r1 // Must be wide - 3 distinct registers 138 ANDEQ r3, r3, r1 // Should choose narrow 140 ANDEQ r3, r1, r3 // Should choose narrow - commutative 142 ANDEQ.W r0, r0, r1 // Explicitly wide 144 ANDEQ.W r2, r1, r2 148 ANDEQ r7, r7, r1 // Should use narrow 150 ANDEQ r7, r1, r7 // Commutative 152 ANDEQ r8, r1, r8 // high registers so must use wide encoding 154 ANDEQ r8, r8, r1 156 ANDEQ r4, r8, r4 [all …]
|