Searched refs:CurrentCond (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 7007 add(CurrentCond(), in DecodeT32() 7030 sub(CurrentCond(), in DecodeT32() 7053 add(CurrentCond(), Narrow, Register(rd), Register(rn), imm); in DecodeT32() 7072 sub(CurrentCond(), Narrow, Register(rd), Register(rn), imm); in DecodeT32() 7099 asr(CurrentCond(), Narrow, Register(rd), Register(rm), amount); in DecodeT32() 7118 lsl(CurrentCond(), Narrow, Register(rd), Register(rm), amount); in DecodeT32() 7137 lsr(CurrentCond(), Narrow, Register(rd), Register(rm), amount); in DecodeT32() 7156 mov(CurrentCond(), in DecodeT32() 7186 mov(CurrentCond(), Narrow, Register(rd), imm); in DecodeT32() 7199 cmp(CurrentCond(), Narrow, Register(rn), imm); in DecodeT32() [all …]
|
D | disasm-aarch32.h | 566 Condition CurrentCond() const { in CurrentCond() function
|