Home
last modified time | relevance | path

Searched refs:kVceq (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc573 case kVceq: in ToCString()
Dconstants-aarch32.h391 kVceq, enumerator
Dassembler-aarch32.h1071 (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()
Ddisasm-aarch32.cc4063 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()
Dassembler-aarch32.cc15017 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()