Home
last modified time | relevance | path

Searched refs:Eors (Results 1 – 12 of 12) sorted by relevance

/external/vixl/test/aarch32/
Dtest-simulator-cond-rd-rn-operand-rm-a32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-const-a32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-const-t32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc125 M(Eors) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc125 M(Eors) \
Dtest-assembler-aarch32.cc3291 __ Eors(r0, r0, 0); in TEST() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1731 Eors(cond, rd, rn, operand); in Eor()
1738 Eors(cond, rd, rn, operand); in Eor()
1752 void Eors(Condition cond, Register rd, Register rn, const Operand& operand) { in Eors() function
1762 void Eors(Register rd, Register rn, const Operand& operand) { in Eors() function
1763 Eors(al, rd, rn, operand); in Eors()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h4090 void Eors(const PRegisterWithLaneSize& pd, in Eors() function