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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
cop_insn.s 79 .global cinv
80 cinv: label
81 cinv [i,d,u,b] label
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-dis.c 45 /* Structure to map valid 'cinv' instruction options. */
49 /* Cinv printed string. */
56 /* CR16 'cinv' options mapping. */
59 {"cinv[i]", "cinv [i]"},
60 {"cinv[i,u]", "cinv [i,u]"},
61 {"cinv[d]", "cinv [d]"},
62 {"cinv[d,u]", "cinv [d,u]"}
174 const cinv_entry *cinv; local
    [all...]
crx-dis.c 49 /* Structure to hold valid 'cinv' instruction options. */
53 /* Cinv printed string. */
60 /* CRX 'cinv' options. */
83 /* Number of valid 'cinv' instruction options. */
169 /* Given a 'cinv' instruction constant operand, return its corresponding string.
170 This routine is used when disassembling the 'cinv' instruction. */
175 const cinv_entry *cinv; local
177 for (cinv = crx_cinvs; cinv < (crx_cinvs + NUMCINVS); cinv++
    [all...]
  /external/svox/pico/lib/
picokdt.c 2052 picoos_int16 cinv; local
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 1378 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { function in class:v8::internal::Assembler
    [all...]

Completed in 171 milliseconds