Searched defs:uxtb (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/arm/ |
H A D | assembler-arm.cc | 1985 void Assembler::uxtb(Register dst, Register src, int rotate, Condition cond) { function in class:v8::internal::Assembler
|
/external/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 12620 void Assembler::uxtb(Condition cond, function in class:vixl::aarch32::Assembler 12661 Delegate(kUxtb, &Assembler::uxtb, cond, size, rd, operand);
|
H A D | assembler-aarch32.h | 3682 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 D | disasm-aarch32.cc | 3684 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