Searched refs:operand (Results 26 - 50 of 356) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dinvalid-hint-arm.s6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
H A Dinvalid-hint-thumb.s6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
H A Dvorr-vbic-illegal-cases.s4 @ CHECK: error: invalid operand for instruction
6 @ CHECK: error: invalid operand for instruction
8 @ CHECK: error: invalid operand for instruction
10 @ CHECK: error: invalid operand for instruction
12 @ CHECK: error: invalid operand for instruction
14 @ CHECK: error: invalid operand for instruction
17 @ CHECK: error: invalid operand for instruction
19 @ CHECK: error: invalid operand for instruction
21 @ CHECK: error: invalid operand for instruction
23 @ CHECK: error: invalid operand fo
[all...]
H A Dinvalid-fp-armv8.s38 @ V8: error: invalid operand for instruction
40 @ V8: error: invalid operand for instruction
42 @ V8: error: invalid operand for instruction
44 @ V8: error: invalid operand for instruction
47 @ V8: error: invalid operand for instruction
49 @ V8: error: invalid operand for instruction
51 @ V8: error: invalid operand for instruction
53 @ V8: error: invalid operand for instruction
58 @ V8: error: invalid operand for instruction
60 @ V8: error: invalid operand fo
[all...]
H A Dinvalid-barrier.s11 @ CHECK: error: invalid operand for instruction
19 @ CHECK: error: invalid operand for instruction
28 @ CHECK: error: invalid operand for instruction
H A Dbasic-arm-instructions-v8.s31 @ CHECK-V7: error: invalid operand for instruction
32 @ CHECK-V7: error: invalid operand for instruction
33 @ CHECK-V7: error: invalid operand for instruction
34 @ CHECK-V7: error: invalid operand for instruction
48 @ CHECK-V7: error: invalid operand for instruction
49 @ CHECK-V7: error: invalid operand for instruction
50 @ CHECK-V7: error: invalid operand for instruction
51 @ CHECK-V7: error: invalid operand for instruction
H A Dfp-const-errors.s5 @ CHECK: error: invalid operand for instruction
8 @ CHECK: error: invalid operand for instruction
10 @ Test that vmov.f instructions do not accept an 8-bit encoded float as an operand
17 @ Test that fconst instructions do not accept a float constant as an operand
/external/llvm/test/MC/PowerPC/
H A Dppc64-errors.s9 # CHECK: error: invalid operand for instruction
19 # CHECK: error: invalid operand for instruction
23 # CHECK: error: invalid operand for instruction
29 # CHECK: error: invalid operand for instruction
33 # CHECK: error: invalid operand for instruction
39 # CHECK: error: invalid operand for instruction
43 # CHECK: error: invalid operand for instruction
49 # CHECK: error: invalid operand for instruction
52 # CHECK: error: invalid operand for instruction
65 # CHECK: error: invalid operand fo
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc51 const Operand& operand) {
53 LogicalMacro(rd, rn, operand, AND);
59 const Operand& operand) {
61 LogicalMacro(rd, rn, operand, ANDS);
66 const Operand& operand) {
68 Ands(AppropriateZeroRegFor(rn), rn, operand); local
74 const Operand& operand) {
76 LogicalMacro(rd, rn, operand, BIC);
82 const Operand& operand) {
84 LogicalMacro(rd, rn, operand, BIC
49 And(const Register& rd, const Register& rn, const Operand& operand) argument
57 Ands(const Register& rd, const Register& rn, const Operand& operand) argument
65 Tst(const Register& rn, const Operand& operand) argument
72 Bic(const Register& rd, const Register& rn, const Operand& operand) argument
80 Bics(const Register& rd, const Register& rn, const Operand& operand) argument
88 Orr(const Register& rd, const Register& rn, const Operand& operand) argument
96 Orn(const Register& rd, const Register& rn, const Operand& operand) argument
104 Eor(const Register& rd, const Register& rn, const Operand& operand) argument
112 Eon(const Register& rd, const Register& rn, const Operand& operand) argument
120 LogicalMacro(const Register& rd, const Register& rn, const Operand& operand, LogicalOp op) argument
214 Mov(const Register& rd, const Operand& operand, DiscardMoveMode discard_mode) argument
249 Mvn(const Register& rd, const Operand& operand) argument
386 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
399 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
412 ConditionalCompareMacro(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond, ConditionalCompareOp op) argument
434 Csel(const Register& rd, const Register& rn, const Operand& operand, Condition cond) argument
472 Add(const Register& rd, const Register& rn, const Operand& operand) argument
484 Adds(const Register& rd, const Register& rn, const Operand& operand) argument
496 Sub(const Register& rd, const Register& rn, const Operand& operand) argument
508 Subs(const Register& rd, const Register& rn, const Operand& operand) argument
520 Cmn(const Register& rn, const Operand& operand) argument
522 Adds(AppropriateZeroRegFor(rn), rn, operand); local
526 Cmp(const Register& rn, const Operand& operand) argument
528 Subs(AppropriateZeroRegFor(rn), rn, operand); local
582 Neg(const Register& rd, const Operand& operand) argument
593 Negs(const Register& rd, const Operand& operand) argument
600 AddSubMacro(const Register& rd, const Register& rn, const Operand& operand, FlagsUpdate S, AddSubOp op) argument
624 Adc(const Register& rd, const Register& rn, const Operand& operand) argument
632 Adcs(const Register& rd, const Register& rn, const Operand& operand) argument
640 Sbc(const Register& rd, const Register& rn, const Operand& operand) argument
648 Sbcs(const Register& rd, const Register& rn, const Operand& operand) argument
656 Ngc(const Register& rd, const Operand& operand) argument
664 Ngcs(const Register& rd, const Operand& operand) argument
672 AddSubWithCarryMacro(const Register& rd, const Register& rn, const Operand& operand, FlagsUpdate S, AddSubWithCarryOp op) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.h125 bool IsDouble(const InstructionOperand* operand) const {
126 return IsDouble(ToVreg(operand));
132 bool IsInteger(const InstructionOperand* operand) const {
133 return IsInteger(ToVreg(operand));
139 bool IsReference(const InstructionOperand* operand) const {
140 return IsReference(ToVreg(operand));
146 int32_t ToInt32(const InstructionOperand* operand) const {
147 return ToConstant(operand).ToInt32();
150 int64_t ToInt64(const InstructionOperand* operand) const {
151 return ToConstant(operand)
[all...]
H A Dcode-generator-impl.h69 // operand should be a block id.
95 Constant ToConstant(InstructionOperand* operand) { argument
96 if (operand->IsImmediate()) {
97 return gen_->code()->GetImmediate(operand->index());
99 return gen_->code()->GetConstant(operand->index());
102 double ToDouble(InstructionOperand* operand) { argument
103 return ToConstant(operand).ToFloat64();
106 Handle<HeapObject> ToHeapObject(InstructionOperand* operand) { argument
107 return ToConstant(operand).ToHeapObject();
/external/llvm/test/MC/SystemZ/
H A Dregs-bad.s6 #CHECK: error: invalid operand for instruction
8 #CHECK: error: invalid operand for instruction
10 #CHECK: error: invalid operand for instruction
12 #CHECK: error: invalid operand for instruction
14 #CHECK: error: invalid operand for instruction
16 #CHECK: error: invalid operand for instruction
28 #CHECK: error: invalid operand for instruction
30 #CHECK: error: invalid operand for instruction
32 #CHECK: error: invalid operand for instruction
34 #CHECK: error: invalid operand fo
[all...]
/external/elfutils/0.153/libdw/
H A Dcfi.c139 Dwarf_Word operand = opcode & CFI_PRIMARY_MAX; local
145 operand = *program++;
148 loc += operand * cie->code_alignment_factor;
152 operand = read_2ubyte_unaligned_inc (cache, program);
155 operand = read_4ubyte_unaligned_inc (cache, program);
158 operand = read_8ubyte_unaligned_inc (cache, program);
173 get_uleb128 (operand, program);
177 fs->cfa_val_reg = operand;
191 get_uleb128 (operand, program);
210 get_uleb128 (operand, progra
[all...]
/external/chromium_org/third_party/mach_override/libudis86/
H A Dsyn-att.c34 * opr_cast() - Prints an operand cast.
48 * gen_operand() - Generates assembly output for each operand.
171 ud_asmprintf(u, ".byte 0x%x", u->operand[0].lval.ubyte);
176 if (u->operand[0].type == UD_OP_REG) {
183 if (u->operand[0].type != UD_NONE)
184 gen_operand(u, &u->operand[0]);
185 if (u->operand[1].type != UD_NONE) {
187 gen_operand(u, &u->operand[1]);
207 if (u->operand[2].type != UD_NONE) {
208 gen_operand(u, &u->operand[
[all...]
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsCloseTo.java36 public static Matcher<Double> closeTo(double operand, double error) { argument
37 return new IsCloseTo(operand, error);
/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid.s2 # invalid set of operands or operand's restrictions not met).
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips1-wrong-error.s10 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 lwr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 swl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 swr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid.s2 # the assembler (e.g. invalid set of operands or operand's restrictions not met).
/external/llvm/test/MC/Mips/mips64r2/
H A Dinvalid.s2 # invalid set of operands or operand's restrictions not met).
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips1-wrong-error.s10 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 lwr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 swl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 swr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid.s2 # the assembler (e.g. invalid set of operands or operand's restrictions not met).
/external/chromium_org/third_party/skia/src/animator/
H A DSkTypedArray.h20 bool getIndex(int index, SkOperand* operand);
/external/skia/src/animator/
H A DSkTypedArray.h20 bool getIndex(int index, SkOperand* operand);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dcontroller.js71 var values, accumulator, operator, operand;
76 operand = values.operand;
78 this.view.clearDisplay({operand: '0'});
80 this.view.addResults({accumulator: accumulator, operand: accumulator});
84 } else if (!this.updateValues_({operator: operator, operand: operand})) {
85 this.view.addValues({operator: operator, operand: operand});
99 operand
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.cc126 HValue* operand = phi->OperandAt(j); local
127 if (!operand->CheckFlag(HInstruction::kUint32)) {
129 if (operand->IsInteger32Constant() &&
130 operand->GetInteger32Constant() >= 0) {
131 operand->SetFlag(HInstruction::kUint32);
144 // Remove kUint32 flag from the phi itself and its operands. If any operand
150 HValue* operand = phi->OperandAt(j); local
151 if (operand->CheckFlag(HInstruction::kUint32)) {
152 operand->ClearFlag(HInstruction::kUint32);
153 if (operand
[all...]

Completed in 4118 milliseconds

1234567891011>>