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.h387 kVceq, enumerator
Dassembler-aarch32.h1054 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1079 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1192 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
1208 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
Ddisasm-aarch32.cc4070 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq()
4071 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq()
4084 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq()
4085 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq()
4095 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq()
4096 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq()
4106 os().SetCurrentInstruction(kVceq, kFpNeon); in vceq()
4107 os() << ToCString(kVceq) << ConditionPrinter(it_block_, cond) << dt; in vceq()
Dassembler-aarch32.cc13887 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rm, operand); in vceq()
13927 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rm, operand); in vceq()
13973 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rn, rm); in vceq()
14019 Delegate(kVceq, &Assembler::vceq, cond, dt, rd, rn, rm); in vceq()