HomeSort by relevance Sort by last modified time
    Searched full:operand (Results 226 - 250 of 1360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
atomic-ops.c 24 (int)__atomic_store(d, 1, memory_order_seq_cst); // expected-error {{operand of type 'void'}}
  /external/clang/test/SemaCXX/
composite-pointer-type.cpp 59 return b? p : q; // expected-warning{{incompatible operand types ('void **' and 'const void **') use non-standard composite pointer type 'const void *const *'}}
expression-traits.cpp 386 // the value that the operand had before applying the
479 void expr_pre_incr_1(int operand)
481 // expr.pre.incr/1: The operand of prefix ++ ... shall be a
483 // operand; it is an lvalue.
484 ASSERT_LVALUE(++operand);
501 // only if its first operand is an lvalue and its second operand
511 // if its second operand is a pointer to data member. If the
512 // second operand is the null pointer to member value (4.11), the
522 // 2 If either the second or the third operand has type (possibl
    [all...]
  /external/libpcap/
bpf_image.c 48 char operand[64]; local
280 (void)snprintf(operand, sizeof operand, fmt, v);
286 n, op, operand, n + 1 + p->jt, n + 1 + p->jf);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 61 /// AddRegisterOperand - Add the specified register as an operand to the
70 /// AddOperand - Add the specified operand to the specified machine instr. II
72 /// operand number (in the II) that we are adding. IIOpNum and II are used for
109 /// followed by an optional chain operand, then flag operands. Compute
  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 122 EDOperand *operand = new EDOperand(Disassembler, *this, opIndex, mcOpIndex); local
124 Operands.push_back(operand);
154 int EDInst::getOperand(EDOperand *&operand, unsigned int index) {
161 operand = Operands[index];
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.h 48 /// return flag operand
92 /// Examine constraint string and operand type and determine a weight value.
93 /// The operand object must already have been set up with the operand type.
AlphaInstrFormats.td 20 def u8imm : Operand<i64>;
21 def s14imm : Operand<i64>;
22 def s16imm : Operand<i64>;
23 def s21imm : Operand<i64>;
24 def s64imm : Operand<i64>;
25 def u64imm : Operand<i64>;
105 def target : Operand<OtherVT> {}
  /external/llvm/test/CodeGen/Mips/
2008-07-31-fcopysign.ll 6 ; incorrect results if the operand is NaN.
  /external/llvm/test/CodeGen/X86/
inline-asm.ll 16 ; FP constant as a memory operand.
  /external/skia/src/animator/
SkScript.h 190 SkOp fOperator; // operand which enabled suppression
202 void convertToString(SkOperand& operand, SkDisplayTypes type) {
204 scriptValue.fOperand = operand;
207 operand = scriptValue.fOperand;
SkScript2.h 200 Op fOperator : 6; // operand which generated branch
219 void convertToString(SkOperand2* operand, SkOperand2::OpType type) {
221 scriptValue.fOperand = *operand;
224 *operand = scriptValue.fOperand;
SkScriptCallBack.h 26 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
SkTypedArray.h 28 bool getIndex(int index, SkOperand* operand);
SkScript.cpp 33 merge type and operand arrays into scriptvalue array
539 SkOperand operand; local
644 script = SkParse::FindHex(script, (uint32_t*)&operand.fS32);
658 dotCheck = SkParse::FindS32(script, &operand.fS32);
666 script = SkParse::FindScalar(script, &operand.fScalar);
671 fOperandStack.push(operand);
693 operand.fString = new SkString();
694 track(operand.fString);
702 operand.fString->append(script, 1);
712 fOperandStack.push(operand);
835 SkOperand operand; local
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 17 # flags are now undef if either operand is
  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 136 Instruction(int operand)
141 u.operand = operand;
164 int operand; member in union:JSC::Instruction::__anon13065
  /external/llvm/include/llvm/
Metadata.h 94 /// have a null operand.
109 /// replaceOperand - Replace each instance of F from the operand list of this
138 /// getOperand - Return specified operand.
150 // function-local operand, return the first such operand's parent function.
214 /// getOperand - Return specified operand.
220 /// addOperand - Add metadata operand.
  /external/llvm/include/llvm/CodeGen/
FastISel.h 116 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
118 /// try to fold the load as an operand to the instruction, returning true if
163 /// register operand be emitted.
212 /// to emit an instruction with an immediate operand using FastEmit_ri.
222 /// immediate operand be emitted.
230 /// floating-point immediate operand be emitted.
242 /// FastEmitInst_r - Emit a MachineInstr with one register operand
266 /// FastEmitInst_ri - Emit a MachineInstr with a register operand,
274 /// FastEmitInst_rii - Emit a MachineInstr with one register operand
300 /// operand, and a result register in the given register class
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 122 stubCall.addArgument(currentInstruction[2].u.operand); \
123 stubCall.addArgument(currentInstruction[3].u.operand); \
124 stubCall.call(currentInstruction[1].u.operand); \
131 stubCall.addArgument(currentInstruction[2].u.operand); \
132 stubCall.call(currentInstruction[1].u.operand); \
141 stubCall.addArgument(currentInstruction[2].u.operand, regT2); \
142 stubCall.addArgument(currentInstruction[3].u.operand, regT2); \
143 stubCall.call(currentInstruction[1].u.operand); \
150 stubCall.addArgument(currentInstruction[2].u.operand, regT2); \
151 stubCall.call(currentInstruction[1].u.operand); \
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 40 /// of a vbr5 for # operand infos. Each operand info is emitted with a
47 // a vbr6 for the # operands, followed by vbr6's for each operand.
81 /// 1. It could be a literal integer value ("the operand is always 17").
82 /// 2. It could be an encoding specification ("this operand encoded like so").
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 120 // Lower Operand helpers
127 // Lower Operand specifics
173 /// Examine constraint string and operand type and determine a weight value.
174 /// The operand object must already have been set up with the operand type.
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 170 default: assert(0 && "Unknown target flag on GV operand");
185 // Print displacement operand.
188 // Print base operand (if any)
202 // Print displacement operand.
205 // Print base operand (if any)
  /external/v8/src/ia32/
ic-ia32.cc 134 __ add(Operand(r0), Immediate(StringDictionary::GetProbeOffset(i)));
136 __ and_(r0, Operand(r1));
140 __ lea(r0, Operand(r0, r0, times_2, 0)); // r0 = r0 * 3
143 __ cmp(name, Operand(elements, r0, times_4,
202 __ test(Operand(elements, r0, times_4, kDetailsOffset - kHeapObjectTag),
208 __ mov(result, Operand(elements, r0, times_4, kValueOffset - kHeapObjectTag));
260 __ test(Operand(elements, r0, times_4, kDetailsOffset - kHeapObjectTag),
266 __ lea(r0, Operand(elements, r0, times_4, kValueOffset - kHeapObjectTag));
267 __ mov(Operand(r0, 0), value);
308 __ add(r0, Operand(r1))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 29 /// FSEL - Traditional three-operand fsel node.
33 /// FCFID - The FCFID instruction, taking an f64 operand and producing
35 /// was temporarily in the f64 operand.
39 /// operand, producing an f64 value containing the integer representation
43 /// STFIWX - The STFIWX instruction. The first operand is an input token
111 /// Return with a flag operand, matched by 'blr'
169 /// operand #0 chain
170 /// operand #1 callee (register or absolute)
171 /// operand #2 stack adjustment
172 /// operand #3 optional in fla
    [all...]

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>