HomeSort by relevance Sort by last modified time
    Searched refs:OP (Results 201 - 225 of 228) sorted by null

1 2 3 4 5 6 7 8910

  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c     [all...]
tc-rx.c 254 /* The RX version of the .INCLUDE pseudo-op does not
259 /* Treat as the normal GAS .include pseudo-op. */
275 as_bad (_("no filename following .INCLUDE pseudo-op"));
494 pseudo-op. So check for it and handle it here if necessary. */
538 /* Like the .rept pseudo op, but supports the
571 as_warn (_("The \".%s\" pseudo-op is not implemented\n"),
932 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
969 OP ((v >> (8 * (nbytes - 1))) & 0xff);
971 OP (v & 0xff);
1011 /* Handle the as100's version of the .equ pseudo-op. It has the syntax
1738 char * op = fragP->fr_opcode; local
2211 char * op; local
    [all...]
tc-msp430.c 289 #define CHECK_RELOC_MSP430(OP) \
293 : ((OP).vshift == 1) \
321 Pseudo-op format:
415 parse_exp (char * s, expressionS * op)
418 expression (op);
419 if (op->X_op == O_absent)
656 /* Find the op code end. */
1044 msp430_srcoperand (struct msp430_operand_s * op,
1100 op->reg = 0; /* Reg PC. */
1101 op->am = 3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
PySourceColor.py 203 OPERATOR = token.OP
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
epiphany-desc.c 531 #define OPERAND(op) EPIPHANY_OPERAND_##op
    [all...]
iq2000-desc.c 245 { IQ2000_F_CP_OP, "f-cp-op", 0, 32, 10, 3, { 0, { { { (1<<MACH_BASE), 0 } } } } },
246 { IQ2000_F_CP_OP_10, "f-cp-op-10", 0, 32, 10, 5, { 0, { { { (1<<MACH_BASE), 0 } } } } },
313 #define OPERAND(op) IQ2000_OPERAND_##op
456 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
    [all...]
mips-dis.c 1714 const struct mips_opcode *op; local
2032 const struct mips_opcode *op, *opend; local
2212 const struct mips_opcode *op, *opend; local
    [all...]
xc16x-desc.c 701 { XC16X_F_OP_BIT1, "f-op-bit1", 0, 32, 11, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
702 { XC16X_F_OP_BIT2, "f-op-bit2", 0, 32, 11, 2, { 0, { { { (1<<MACH_BASE), 0 } } } } },
703 { XC16X_F_OP_BIT4, "f-op-bit4", 0, 32, 11, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
704 { XC16X_F_OP_BIT3, "f-op-bit3", 0, 32, 10, 3, { 0, { { { (1<<MACH_BASE), 0 } } } } },
705 { XC16X_F_OP_2BIT, "f-op-2bit", 0, 32, 10, 2, { 0, { { { (1<<MACH_BASE), 0 } } } } },
706 { XC16X_F_OP_BITONE, "f-op-bitone", 0, 32, 10, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
707 { XC16X_F_OP_ONEBIT, "f-op-onebit", 0, 32, 9, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
708 { XC16X_F_OP_1BIT, "f-op-1bit", 0, 32, 8, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
709 { XC16X_F_OP_LBIT4, "f-op-lbit4", 0, 32, 15, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
710 { XC16X_F_OP_LBIT2, "f-op-lbit2", 0, 32, 15, 2, { 0, { { { (1<<MACH_BASE), 0 } } } } }
    [all...]
or1k-desc.c     [all...]
frv-desc.c     [all...]
mep-desc.c     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 783 DWKEYWORD(OP, DwarfOp);
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 472 /// Create a binary op that checks for overflow.
506 #define HANDLEBINOP(OP) \
507 Value *VisitBin ## OP(const BinaryOperator *E) { \
508 return Emit ## OP(EmitBinOps(E)); \
510 Value *VisitBin ## OP ## Assign(const CompoundAssignOperator *E) { \
511 return EmitCompoundAssign(E, &ScalarExprEmitter::Emit ## OP); \
1678 llvm::Instruction::BinaryOps op = isInc ? llvm::Instruction::Add : local
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 4122 T op = src.Float<T>(i); local
4149 T op = src.Float<T>(i); local
4394 float op = src.Float<float>(i) * std::pow(2.0f, fbits); local
4400 double op = src.Float<double>(i) * std::pow(2.0, fbits); local
4416 float op = src.Float<float>(i) * std::pow(2.0f, fbits); local
4422 double op = src.Float<double>(i) * std::pow(2.0, fbits); local
4800 T op = src.Float<T>(i); local
    [all...]
simulator-a64.h     [all...]
macro-assembler-a64.h 634 LogicalOp op);
662 AddSubOp op);
685 AddSubWithCarryOp op);
725 ConditionalCompareOp op);
732 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \
739 LoadStoreOp op);
741 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
749 LoadStorePairOp op);
751 void Prfm(PrefetchOperation op, const MemOperand& addr);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-cris.c     [all...]
sunos.c 27 #define MY(OP) CONCAT2 (sparc_aout_sunos_be_,OP)
    [all...]
elfxx-sparc.c     [all...]
pdp11.c 49 #define MY(OP) CONCAT2 (pdp11_aout_,OP)
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 9862 Expr *op = OrigOp.get()->IgnoreParens(); local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 7273 unsigned int op, op2; local
7484 unsigned int op, op2; local
    [all...]

Completed in 1158 milliseconds

1 2 3 4 5 6 7 8910