/external/valgrind/main/none/tests/mips32/ |
FPUarithmetic.c | 9 NEGS, NEGD, 169 case NEGS:
|
/external/valgrind/main/none/tests/mips64/ |
fpu_arithmetic.c | 56 case NEGS:
|
macro_fpu.h | 6 NEGS, NEGD, SQRTS, SQRTD,
|
/external/llvm/test/MC/AArch64/ |
arm64-aliases.s | 121 negs w0, w1 122 ; CHECK: negs w0, w1 123 negs w0, w1, lsl #1 124 ; CHECK: negs w0, w1, lsl #1 125 negs x0, x1 126 ; CHECK: negs x0, x1 127 negs x0, x1, asr #1 128 ; CHECK: negs x0, x1, asr #1
|
basic-a64-instructions.s | 547 // CHECK: negs w20, w4 // encoding: [0xf4,0x03,0x04,0x6b] 577 // CHECK: negs x20, x4 // encoding: [0xf4,0x03,0x04,0xeb] [all...] |
basic-a64-diagnostics.s | 540 negs w9, w10, lsl #-1 541 negs w9, w10, lsl #32 542 negs w11, w12, lsr #-1 543 negs w11, w12, lsr #32 544 negs w19, wzr, asr #-1 545 negs wzr, wzr, asr #32 546 negs x9, x10, lsl #-1 547 negs x9, x10, lsl #64 548 negs x11, x12, lsr #-1 549 negs x11, x12, lsr #6 [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
basic-a64-instructions.txt | 245 # CHECK: {{subs w20, wzr, w4|negs w20, w4}} 272 # CHECK: {{subs x20, xzr, x4|negs x20, x4}} 447 # CHECK: {{subs w29, wzr|negs w29}}, w30 448 # CHECK: {{subs w30, wzr|negs w30}}, wzr 450 # CHECK: {{subs w28, wzr|negs w28}}, w27 451 # CHECK: {{subs w26, wzr|negs w26}}, w25, lsl #29 452 # CHECK: {{subs w24, wzr|negs w24}}, w23, lsl #31 453 # CHECK: {{subs w22, wzr|negs w22}}, w21, lsr #0 454 # CHECK: {{subs w20, wzr|negs w20}}, w19, lsr #1 455 # CHECK: {{subs w18, wzr|negs w18}}, w17, lsr #3 [all...] |
/external/vixl/doc/ |
supported-instructions.md | 620 ### negs ### 624 void negs(const Register& rd,
|
/external/valgrind/main/none/tests/arm/ |
v6intThumb.stdout.exp | 88 NEGS-16 0x109 89 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 0, cpsr 0x80000000 N 90 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 0, cpsr 0x80000000 N 91 negs r0, r1 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x60000000 ZC 92 negs r0, r1 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x90000000 N V 93 negs r0, r1 :: rd 0x7fffffff rm 0x80000001, c:v-in 0, cpsr 0x00000000 94 negs r0, r1 :: rd 0x00000001 rm 0xffffffff, c:v-in 0, cpsr 0x00000000 95 negs r0, r1 :: rd 0x80000001 rm 0x7fffffff, c:v-in 0, cpsr 0x80000000 N 96 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 1, cpsr 0x80000000 N 97 negs r0, r1 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x60000000 ZC [all...] |
v6intThumb.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_float.py | 688 negs = '-'+s 690 self.assertEqual(negs, repr(float(negs))) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_float.py | 688 negs = '-'+s 690 self.assertEqual(negs, repr(float(negs))) [all...] |
/external/chromium_org/v8/test/cctest/ |
test-disasm-arm64.cc | 358 COMPARE(negs(w1, Operand(w2)), "negs w1, w2"); 359 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61"); [all...] |
/external/vixl/test/ |
test-disasm-a64.cc | 320 COMPARE(negs(w1, Operand(w2)), "negs w1, w2"); 321 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61"); [all...] |
/external/chromium_org/v8/src/arm64/ |
disasm-arm64.cc | 133 mnemonic = "negs"; [all...] |
lithium-codegen-arm64.cc | [all...] |
macro-assembler-arm64-inl.h | 221 void MacroAssembler::Negs(const Register& rd, [all...] |
/external/vixl/src/a64/ |
disasm-a64.cc | 140 mnemonic = "negs"; [all...] |
macro-assembler-a64.cc | 593 void MacroAssembler::Negs(const Register& rd, [all...] |
macro-assembler-a64.h | 146 void Negs(const Register& rd, [all...] |
assembler-a64.cc | 591 void Assembler::negs(const Register& rd, const Operand& operand) { function in class:vixl::Assembler [all...] |
assembler-a64.h | 768 void negs(const Register& rd, [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 264 int negs; member in struct:_xmlAutomata 450 (ctxt->negs == 0) && 692 ret->negs = 0; [all...] |
/external/libxml2/ |
xmlregexp.c | 268 int negs; member in struct:_xmlAutomata 454 (ctxt->negs == 0) && 696 ret->negs = 0; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddBase.decTest | 79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax) [all...] |