Searched defs:uxth (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dassembler-arm.cc2004 void Assembler::uxth(Register dst, Register src, int rotate, Condition cond) { function in class:v8::internal::Assembler
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc12695 void Assembler::uxth(Condition cond, function in class:vixl::aarch32::Assembler
12736 Delegate(kUxth, &Assembler::uxth, cond, size, rd, operand);
H A Dassembler-aarch32.h3699 void uxth(Condition cond,
3703 void uxth(Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
3704 uxth(al, Best, rd, operand);
3706 void uxth(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
3707 uxth(cond, Best, rd, operand);
3709 void uxth(EncodingSize size, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
3710 uxth(al, size, rd, operand);
H A Ddisasm-aarch32.cc3707 void Disassembler::uxth(Condition cond, function in class:vixl::aarch32::Disassembler
8124 uxth(CurrentCond(), Best, Register(rd), Register(rm));
20889 uxth(CurrentCond(),
20898 uxth(CurrentCond(),
[all...]

Completed in 259 milliseconds