Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h3585 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in Smlal() argument
3587 VIXL_ASSERT(!AliasesAvailableScratchRegister(rdhi)); in Smlal()
3594 smlal(cond, rdlo, rdhi, rn, rm); in Smlal()
3596 void Smlal(Register rdlo, Register rdhi, Register rn, Register rm) { in Smlal() argument
3597 Smlal(al, rdlo, rdhi, rn, rm); in Smlal()
3601 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in Smlalbb() argument
3603 VIXL_ASSERT(!AliasesAvailableScratchRegister(rdhi)); in Smlalbb()
3610 smlalbb(cond, rdlo, rdhi, rn, rm); in Smlalbb()
3612 void Smlalbb(Register rdlo, Register rdhi, Register rn, Register rm) { in Smlalbb() argument
3613 Smlalbb(al, rdlo, rdhi, rn, rm); in Smlalbb()
[all …]
Dassembler-aarch32.h3076 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
3077 void smlal(Register rdlo, Register rdhi, Register rn, Register rm) { in smlal() argument
3078 smlal(al, rdlo, rdhi, rn, rm); in smlal()
3082 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
3083 void smlalbb(Register rdlo, Register rdhi, Register rn, Register rm) { in smlalbb() argument
3084 smlalbb(al, rdlo, rdhi, rn, rm); in smlalbb()
3088 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
3089 void smlalbt(Register rdlo, Register rdhi, Register rn, Register rm) { in smlalbt() argument
3090 smlalbt(al, rdlo, rdhi, rn, rm); in smlalbt()
3094 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
[all …]
Ddisasm-aarch32.h1098 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1101 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1104 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1107 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1110 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1113 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1116 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1119 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1140 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
1143 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm);
[all …]
Dassembler-aarch32.cc9920 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlal() argument
9925 if (((!rdlo.IsPC() && !rdhi.IsPC() && !rn.IsPC() && !rm.IsPC()) || in smlal()
9927 EmitT32_32(0xfbc00000U | (rdlo.GetCode() << 12) | (rdhi.GetCode() << 8) | in smlal()
9935 ((!rdlo.IsPC() && !rdhi.IsPC() && !rn.IsPC() && !rm.IsPC()) || in smlal()
9938 (rdlo.GetCode() << 12) | (rdhi.GetCode() << 16) | rn.GetCode() | in smlal()
9943 Delegate(kSmlal, &Assembler::smlal, cond, rdlo, rdhi, rn, rm); in smlal()
9947 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlalbb() argument
9952 if (((!rdlo.IsPC() && !rdhi.IsPC() && !rn.IsPC() && !rm.IsPC()) || in smlalbb()
9954 EmitT32_32(0xfbc00080U | (rdlo.GetCode() << 12) | (rdhi.GetCode() << 8) | in smlalbb()
9962 ((!rdlo.IsPC() && !rdhi.IsPC() && !rn.IsPC() && !rm.IsPC()) || in smlalbb()
[all …]
Ddisasm-aarch32.cc2589 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlal() argument
2592 << ", " << rdhi << ", " << rn << ", " << rm; in smlal()
2596 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlalbb() argument
2599 << rdlo << ", " << rdhi << ", " << rn << ", " << rm; in smlalbb()
2603 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlalbt() argument
2606 << rdlo << ", " << rdhi << ", " << rn << ", " << rm; in smlalbt()
2610 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlald() argument
2613 << ", " << rdhi << ", " << rn << ", " << rm; in smlald()
2617 Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) { in smlaldx() argument
2620 << rdlo << ", " << rdhi << ", " << rn << ", " << rm; in smlaldx()
[all …]