Searched refs:kVceq (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 573 case kVceq: in ToCString()
|
D | constants-aarch32.h | 391 kVceq, enumerator
|
D | assembler-aarch32.h | 1071 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate() 1096 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate() 1208 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate() 1224 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
|
D | disasm-aarch32.cc | 4063 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq() 4064 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq() 4077 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq() 4078 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq() 4088 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq() 4089 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq() 4099 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq() 4100 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq()
|
D | assembler-aarch32.cc | 15017 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rm, operand); in vceq() 15057 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rm, operand); in vceq() 15103 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rn, rm); in vceq() 15149 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rn, rm); in vceq()
|