Searched defs:Sxtb (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1144 void MacroAssembler::Sxtb(const Register& rd, const Register& rn) { in Sxtb() function
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1148 __ Sxtb(i.OutputRegister32(), i.InputRegister32(0)); in AssembleArchInstruction() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 1917 void Sxtb(const Register& rd, const Register& rn) { in Sxtb() function
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 4778 void Sxtb(Condition cond, Register rd, const Operand& operand) { in Sxtb() function 4787 void Sxtb(Register rd, const Operand& operand) { Sxtb(al, rd, operand); } in Sxtb() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 9557 __ Sxtb(x24, w1); in TEST() local 9558 __ Sxtb(x25, x2); in TEST() local
|