HomeSort by relevance Sort by last modified time
    Searched refs:Uxtw (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 1235 void MacroAssembler::Uxtw(const Register& rd, const Register& rn) {
1238 uxtw(rd, rn);
    [all...]
macro-assembler-arm64.h 486 inline void Uxtw(const Register& rd, const Register& rn);
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 309 __ Mvn(x14, Operand(w2, UXTW, 4));
382 __ Mov(x27, Operand(w13, UXTW, 4));
558 __ Orr(w8, w0, Operand(w1, UXTW, 2));
650 __ Orn(w8, w0, Operand(w1, UXTW, 2));
719 __ And(w8, w0, Operand(w1, UXTW, 2));
860 __ Bic(w8, w0, Operand(w1, UXTW, 2));
988 __ Eor(w8, w0, Operand(w1, UXTW, 2));
1057 __ Eon(w8, w0, Operand(w1, UXTW, 2));
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 274 __ Mvn(x14, Operand(w2, UXTW, 4));
440 __ Mov(x27, Operand(w13, UXTW, 4));
523 __ Orr(w8, w0, Operand(w1, UXTW, 2));
612 __ Orn(w8, w0, Operand(w1, UXTW, 2));
679 __ And(w8, w0, Operand(w1, UXTW, 2));
817 __ Bic(w8, w0, Operand(w1, UXTW, 2));
941 __ Eor(w8, w0, Operand(w1, UXTW, 2));
1008 __ Eon(w8, w0, Operand(w1, UXTW, 2));
    [all...]

Completed in 295 milliseconds