HomeSort by relevance Sort by last modified time
    Searched refs:wzr (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
arm64-basic-a64-instructions.s 4 crc32h w28, wzr, w30
9 crc32cw wzr, w3, w5
12 // CHECK: crc32h w28, wzr, w30 // encoding: [0xfc,0x47,0xde,0x1a]
17 // CHECK: crc32cw wzr, w3, w5 // encoding: [0x7f,0x58,0xc5,0x1a]
arm64-bitfield-encoding.s 14 sbfiz wzr, w0, #31, #1
16 ubfiz wzr, w0, #31, #1
25 ; CHECK: sbfiz wzr, w0, #31, #1 ; encoding: [0x1f,0x00,0x01,0x13]
27 ; CHECK: lsl wzr, w0, #31 ; encoding: [0x1f,0x00,0x01,0x53]
basic-a64-instructions.s 38 add w30, w29, wzr, uxtw
46 // CHECK: add w30, w29, wzr, uxtw // encoding: [0xbe,0x43,0x3f,0x0b]
83 sub w30, w29, wzr, uxtw
91 // CHECK: sub w30, w29, wzr, uxtw // encoding: [0xbe,0x43,0x3f,0x4b]
118 adds w30, w29, wzr, uxtw
122 adds wzr, w2, w3, sxtw
126 // CHECK: adds w30, w29, wzr, uxtw // encoding: [0xbe,0x43,0x3f,0x2b]
153 subs w30, w29, wzr, uxtw
157 subs wzr, w2, w3, sxtw
161 // CHECK: subs w30, w29, wzr, uxtw // encoding: [0xbe,0x43,0x3f,0x6b
    [all...]
inline-asm-modifiers.s 106 add w0, wzr, wzr
basic-a64-diagnostics.s 116 add wzr, w20, #0x123
117 add w20, wzr, #0x321
118 add wzr, wzr, #0xfff
123 // CHECK-ERROR-NEXT: add wzr, w20, #0x123
126 // CHECK-ERROR-NEXT: add w20, wzr, #0x321
129 // CHECK-ERROR-NEXT: add wzr, wzr, #0xfff
149 adds w4, wzr, #0x123
150 // ...but wzr is the 31 destinatio
    [all...]
arm64-leaf-compact-unwind.s 71 mov w0, wzr
191 mov w0, wzr
arm64-aliases.s 29 orr w2, wzr, w9
43 ands wzr, w1, w2, lsl #2
58 ; ADDS to WZR/XZR is a CMN
80 ; SUBS to WZR/XZR is a CMP
90 cmp wzr, w1
103 ; CHECK: cmp wzr, w1 ; encoding: [0xff,0x03,0x01,0x6b]
110 ; SUB/SUBS from WZR/XZR is a NEG
142 mov wzr, #0xffffffff
143 mov wzr, #0xffffff00
147 ; CHECK: movn wzr, #
    [all...]
arm64-logical-encoding.s 40 orr w8, wzr, #0x1
43 ; CHECK: orr w8, wzr, #0x1 ; encoding: [0xe8,0x03,0x00,0x32]
arm64-arithmetic-encoding.s 296 adds wzr, wsp, w3, lsl #4
347 subs wzr, wsp, w8, uxtw
arm64-fp-encoding.s 343 ; CHECK: fmov s2, wzr ; encoding: [0xe2,0x03,0x27,0x1e]
  /bionic/libc/arch-arm64/bionic/
_setjmp.S 64 mov w0, wzr
102 cmp w1, wzr
103 csinc w0, w1, wzr, ne
setjmp.S 76 mov w0, wzr
114 cmp w1, wzr
115 csinc w0, w1, wzr, ne
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 110 COMPARE(dci(0xb900001f), "str wzr, [x0]");
149 COMPARE(Mov(w0, wzr), "mov w0, wzr");
153 COMPARE(mov(w0, wzr), "mov w0, wzr");
283 COMPARE(adds(wzr, wcsp, Operand(9)), "cmn wcsp, #0x9 (9)");
311 COMPARE(adds(wzr, wcsp, Operand(9)), "cmn wcsp, #0x9 (9)");
462 COMPARE(madd(w8, w9, w10, wzr), "mul w8, w9, w10");
466 COMPARE(msub(w22, w23, w24, wzr), "mneg w22, w23, w24");
670 COMPARE(and_(wcsp, wzr, Operand(7)), "and wcsp, wzr, #0x7")
    [all...]
test-assembler-arm64.cc 266 __ Orr(wcsp, wzr, Operand(0xfffffff8L));
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 87 COMPARE(dci(0xb900001f), "str wzr, [x0]");
247 COMPARE(adds(wzr, wsp, Operand(9)), "cmn wsp, #0x9 (9)");
273 COMPARE(subs(wzr, wsp, Operand(9)), "cmp wsp, #0x9 (9)");
640 COMPARE(and_(wsp, wzr, Operand(7)), "and wsp, wzr, #0x7");
646 COMPARE(orr(w0, wzr, Operand(0x00000780)), "orr w0, wzr, #0x780");
647 COMPARE(orr(w1, wzr, Operand(0x00007800)), "orr w1, wzr, #0x7800");
648 COMPARE(orr(w2, wzr, Operand(0x00078000)), "mov w2, #0x78000")
    [all...]
test-assembler-a64.cc 232 __ Orr(wsp, wzr, 0xfffffff8);
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 736 fmov(fd, wzr);
    [all...]
regexp-macro-assembler-arm64.cc 745 __ Str(wzr, MemOperand(frame_pointer(), kSuccessCounter));
    [all...]
assembler-arm64-inl.h     [all...]
assembler-arm64.h 396 ALIAS_REGISTER(Register, wzr, w31);
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 544 str wzr, [sp]
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 276 const Register wzr = w31;
    [all...]
macro-assembler-a64.cc 574 fmov(fd, wzr);
    [all...]
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 94 wreg = Arm64ManagedRegister::FromWRegister(WZR);
156 reg = Arm64ManagedRegister::FromWRegister(WZR);
302 EXPECT_TRUE(!reg_X31.Equals(Arm64ManagedRegister::FromWRegister(WZR)));
395 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(WZR)));
417 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(WZR)));
439 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(WZR)));
454 reg_o = Arm64ManagedRegister::FromWRegister(WZR);
478 reg_o = Arm64ManagedRegister::FromWRegister(WZR);
482 EXPECT_TRUE(reg.Overlaps(Arm64ManagedRegister::FromWRegister(WZR)));
504 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(WZR)));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
voice.rtpdump     [all...]

Completed in 2608 milliseconds

1 2