Searched refs:DOperand (Results 1 - 9 of 9) sorted by relevance

/external/vixl/src/aarch32/
H A Doperands-aarch32.h445 // DOperand represents either an immediate or a DRegister.
448 class DOperand : public NeonOperand { class in namespace:vixl::aarch32
452 // This is allowed to be an implicit constructor because DOperand is
454 DOperand(int32_t immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
456 DOperand(uint32_t immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
458 DOperand(int64_t immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
460 DOperand(uint64_t immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
466 // This is allowed to be an implicit constructor because DOperand is
468 DOperand(float immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
470 DOperand(doubl function in class:vixl::aarch32::DOperand
473 DOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
478 DOperand(DRegister rm) // NOLINT(runtime/explicit) function in class:vixl::aarch32::DOperand
[all...]
H A Ddisasm-aarch32.h332 virtual DisassemblerStream& operator<<(const DOperand& operand) {
1395 const DOperand& operand);
1407 const DOperand& operand);
1437 const DOperand& operand);
1455 const DOperand& operand);
1473 const DOperand& operand);
1491 const DOperand& operand);
1513 const DOperand& operand);
1674 const DOperand& operand);
1900 void vmov(Condition cond, DataType dt, DRegister rd, const DOperand
[all...]
H A Dassembler-aarch32.h377 const DOperand& operand);
460 const DOperand& operand);
551 const DOperand& operand);
611 const DOperand& operand);
1190 const DOperand& /*operand*/) {
1448 const DOperand& /*operand*/) {
1683 const DOperand& /*operand*/) {
1829 const DOperand& /*operand*/) {
3846 const DOperand& operand);
3847 void vand(DataType dt, DRegister rd, DRegister rn, const DOperand
[all...]
H A Doperands-aarch32.cc106 // DOperand
108 std::ostream& operator<<(std::ostream& os, const DOperand& operand) {
H A Dmacro-assembler-aarch32.h1014 const DOperand& operand) VIXL_OVERRIDE;
5699 const DOperand& operand) {
5709 void Vand(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) {
5735 const DOperand& operand) {
5745 void Vbic(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) {
5897 const DOperand& operand) {
5907 void Vceq(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) {
5963 const DOperand& operand) {
5973 void Vcge(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) {
6029 const DOperand
[all...]
H A Ddisasm-aarch32.cc3947 const DOperand& operand) {
3975 const DOperand& operand) {
4069 const DOperand& operand) {
4119 const DOperand& operand) {
4169 const DOperand& operand) {
4219 const DOperand& operand) {
4287 const DOperand& operand) {
4797 const DOperand& operand) {
5331 const DOperand& operand) {
5482 const DOperand
[all...]
H A Dassembler-aarch32.cc13478 const DOperand& operand) {
13594 const DOperand& operand) {
13854 const DOperand& operand) {
14026 const DOperand& operand) {
14200 const DOperand& operand) {
14374 const DOperand& operand) {
14602 const DOperand& operand) {
16309 const DOperand& operand) {
19671 const DOperand& operand) {
20310 const DOperand
[all...]
H A Dinstructions-aarch32.h53 class DOperand;
H A Dmacro-assembler-aarch32.cc1644 const DOperand& operand) {

Completed in 642 milliseconds