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

/external/v8/src/arm/
H A Dassembler-arm.cc1985 void Assembler::uxtb(Register dst, Register src, int rotate, Condition cond) { function in class:v8::internal::Assembler
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc12620 void Assembler::uxtb(Condition cond, function in class:vixl::aarch32::Assembler
12661 Delegate(kUxtb, &Assembler::uxtb, cond, size, rd, operand);
H A Dassembler-aarch32.h3682 void uxtb(Condition cond,
3686 void uxtb(Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
3687 uxtb(al, Best, rd, operand);
3689 void uxtb(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
3690 uxtb(cond, Best, rd, operand);
3692 void uxtb(EncodingSize size, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
3693 uxtb(al, size, rd, operand);
H A Ddisasm-aarch32.cc3684 void Disassembler::uxtb(Condition cond, function in class:vixl::aarch32::Disassembler
8132 uxtb(CurrentCond(), Best, Register(rd), Register(rm));
20981 uxtb(CurrentCond(),
20990 uxtb(CurrentCond(),
[all...]

Completed in 373 milliseconds