HomeSort by relevance Sort by last modified time
    Searched full:negs (Results 26 - 50 of 82) sorted by null

12 3 4

  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm-2.c 60 case 26: /* negs */
alpha-opc.c     [all...]
  /art/compiler/utils/mips/
assembler_mips_test.cc 556 TEST_F(AssemblerMIPSTest, NegS) {
557 DriverStr(RepeatFF(&mips::MipsAssembler::NegS, "neg.s ${reg1}, ${reg2}"), "NegS");
    [all...]
assembler_mips.h 259 void NegS(FRegister fd, FRegister fs);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [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...]
  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 250 void NegS(FpuRegister fd, FpuRegister fs);
assembler_mips64_test.cc 310 TEST_F(AssemblerMIPS64Test, NegS) {
311 DriverStr(RepeatFF(&mips64::Mips64Assembler::NegS, "neg.s ${reg1}, ${reg2}"), "neg.s");
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc 371 COMPARE(negs(w1, Operand(w2)), "negs w1, w2");
372 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb32.d 677 0[0-9a-f]+ <[^>]+> 4240 negs r0, r0
678 0[0-9a-f]+ <[^>]+> 4268 negs r0, r5
679 0[0-9a-f]+ <[^>]+> 4245 negs r5, r0
    [all...]
  /external/boringssl/src/crypto/chacha/
chacha_vec_arm.S 1015 negs r1, r1
  /external/v8/src/arm64/
disasm-arm64.cc 129 mnemonic = "negs";
    [all...]
macro-assembler-arm64-inl.h 226 void MacroAssembler::Negs(const Register& rd,
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/valgrind/none/tests/arm/
v6intThumb.c     [all...]
  /external/vixl/doc/
supported-instructions.md 865 ### NEGS ###
869 void negs(const Register& rd,
    [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 280 // The 16-bit RSBS Rd, Rn, #0, also known as NEGS Rd, Rn is specified using
    [all...]
  /external/libxml2/
xmlregexp.c 268 int negs; member in struct:_xmlAutomata
454 (ctxt->negs == 0) &&
696 ret->negs = 0;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
ddBase.decTest 79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
    [all...]
dqBase.decTest 79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
    [all...]
dsBase.decTest 79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
ddBase.decTest 79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
    [all...]

Completed in 2776 milliseconds

12 3 4