Searched refs:kVrintp (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 759 case kVrintp: in ToCString()
|
D | constants-aarch32.h | 484 kVrintp, enumerator
|
D | assembler-aarch32.h | 703 (type == kVrintp) || (type == kVrintx) || (type == kVrintz)); in Delegate() 1842 (type == kVrintp)); in Delegate() 1852 (type == kVrintp)); in Delegate()
|
D | disasm-aarch32.cc | 6213 os().SetCurrentInstruction(kVrintp, kFpNeon); in vrintp() 6214 os() << ToCString(kVrintp) << dt << " " << rd << ", " << rm; in vrintp() 6218 os().SetCurrentInstruction(kVrintp, kFpNeon); in vrintp() 6219 os() << ToCString(kVrintp) << dt << " " << rd << ", " << rm; in vrintp() 6223 os().SetCurrentInstruction(kVrintp, kFpNeon); in vrintp() 6224 os() << ToCString(kVrintp) << dt << " " << rd << ", " << rm; in vrintp()
|
D | assembler-aarch32.cc | 24451 Delegate(kVrintp, &Assembler::vrintp, dt, rd, rm); in vrintp() 24474 Delegate(kVrintp, &Assembler::vrintp, dt, rd, rm); in vrintp() 24494 Delegate(kVrintp, &Assembler::vrintp, dt, rd, rm); in vrintp()
|