Searched refs:CurrentCond (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 7068 add(CurrentCond(), in DecodeT32() 7091 sub(CurrentCond(), in DecodeT32() 7114 add(CurrentCond(), Best, Register(rd), Register(rn), imm); in DecodeT32() 7129 sub(CurrentCond(), Best, Register(rd), Register(rn), imm); in DecodeT32() 7152 asr(CurrentCond(), Best, Register(rd), Register(rm), amount); in DecodeT32() 7171 lsl(CurrentCond(), Best, Register(rd), Register(rm), amount); in DecodeT32() 7190 lsr(CurrentCond(), Best, Register(rd), Register(rm), amount); in DecodeT32() 7209 mov(CurrentCond(), in DecodeT32() 7239 mov(CurrentCond(), Best, Register(rd), imm); in DecodeT32() 7252 cmp(CurrentCond(), Best, Register(rn), imm); in DecodeT32() [all …]
|
D | disasm-aarch32.h | 438 Condition CurrentCond() const { in CurrentCond() function
|