Home
last modified time | relevance | path

Searched refs:SOperand (Results 1 – 9 of 9) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.h416 class SOperand : public NeonOperand {
422 SOperand(int32_t immediate) // NOLINT(runtime/explicit) in SOperand() function
424 SOperand(uint32_t immediate) // NOLINT(runtime/explicit) in SOperand() function
428 SOperand(float immediate) // NOLINT(runtime/explicit) in SOperand() function
431 SOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in SOperand() function
437 SOperand(SRegister rm) // NOLINT(runtime/explicit) in SOperand() function
446 std::ostream& operator<<(std::ostream& os, const SOperand& operand);
Doperands-aarch32.cc99 std::ostream& operator<<(std::ostream& os, const SOperand& operand) { in operator <<()
Dinstructions-aarch32.h52 class SOperand; variable
Ddisasm-aarch32.h326 virtual DisassemblerStream& operator<<(const SOperand& operand) {
1904 void vmov(Condition cond, DataType dt, SRegister rd, const SOperand& operand);
Dmacro-assembler-aarch32.cc1613 const SOperand& operand) { in Delegate()
Dassembler-aarch32.h559 const SOperand& operand);
1703 const SOperand& /*operand*/) { in Delegate() argument
4866 void vmov(Condition cond, DataType dt, SRegister rd, const SOperand& operand);
4867 void vmov(DataType dt, SRegister rd, const SOperand& operand) { in vmov()
Dmacro-assembler-aarch32.h1007 const SOperand& operand) VIXL_OVERRIDE;
7952 const SOperand& operand) { in Vmov()
7961 void Vmov(DataType dt, SRegister rd, const SOperand& operand) { in Vmov()
Dassembler-aarch32.cc19823 const SOperand& operand) { in vmov()
Ddisasm-aarch32.cc5349 const SOperand& operand) { in vmov()