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 | 387 kVceq, enumerator
|
D | assembler-aarch32.h | 1054 (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()
|
D | disasm-aarch32.cc | 4070 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()
|
D | assembler-aarch32.cc | 13887 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()
|