Searched defs:operands (Results 26 - 47 of 47) sorted by relevance

12

/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h294 // R = number of result operands (0 or 1).
298 // Allow 0 or 1 output operands.
311 // R = number of result operands (0 or 1).
312 // I = number of input operands.
313 // T = number of temporary operands.
1927 const ZoneList<LOperand*>& operands, Zone* zone)
1929 DCHECK(descriptor.GetRegisterParameterCount() + 1 == operands.length());
1930 inputs_.AddAll(operands, zone);
2803 // Methods for getting operands for Use / Define / Temp.
1926 LCallWithDescriptor(CallInterfaceDescriptor descriptor, const ZoneList<LOperand*>& operands, Zone* zone) argument
H A Dlithium-codegen-x87.cc1269 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
1272 for (int i = 0; i < operands->length(); i++) {
1273 LOperand* pointer = operands->at(i);
1411 // Note that this is correct even for kMinInt operands.
2565 // We commuted the operands, so commute the condition.
6142 // backpatching it with the spill slot operands.
/external/elfutils/0.153/libcpu/
H A Di386_parse.c202 } operands[3]; member in struct:instruction
2500 if (instr->operands[n].str != NULL)
2505 instr->operands[n].str = runp->str;
2548 if (instr->operands[n].off1 == 0)
2549 instr->operands[n].off1 = bitoff;
2550 else if (instr->operands[n].off2 == 0)
2551 instr->operands[n].off2 = bitoff;
2552 else if (instr->operands[n].off3 == 0)
2553 instr->operands[n].off3 = bitoff;
2571 instr->operands[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h292 // R = number of result operands (0 or 1).
296 // Allow 0 or 1 output operands.
309 // R = number of result operands (0 or 1).
310 // I = number of input operands.
311 // T = number of temporary operands.
1547 const ZoneList<LOperand*>& operands, Zone* zone)
1550 DCHECK(descriptor.GetRegisterParameterCount() + 1 == operands.length());
1551 inputs_.AddAll(operands, zone);
3124 // Methods for getting operands for Use / Define / Temp.
1546 LCallWithDescriptor(CallInterfaceDescriptor descriptor, const ZoneList<LOperand*>& operands, Zone* zone) argument
H A Dlithium-codegen-arm64.cc75 // EmitInverted still compares the two operands but inverts the condition.
548 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
552 for (int i = 0; i < operands->length(); i++) {
553 LOperand* pointer = operands->at(i);
2504 // Commute the operands and the condition.
2517 // Commute the operands and the condition.
4022 // If both operands have the same sign then we are done.
4261 // Note that this is correct even for kMinInt operands.
4379 // can be done efficiently with shifted operands.
4705 // backpatching it with the spill slot operands
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc1019 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
1022 for (int i = 0; i < operands->length(); i++) {
1023 LOperand* pointer = operands->at(i);
1156 // Note that this is correct even for kMinInt operands.
1664 // one can be done faster with shifted operands.
2412 // Compare left and right operands as doubles and load the
2433 // We commuted the operands, so commute the condition.
5743 // backpatching it with the spill slot operands.
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc987 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
990 for (int i = 0; i < operands->length(); i++) {
991 LOperand* pointer = operands->at(i);
1119 // Note that this is correct even for kMinInt operands.
2273 // We commuted the operands, so commute the condition.
5546 // backpatching it with the spill slot operands.
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc983 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
986 for (int i = 0; i < operands->length(); i++) {
987 LOperand* pointer = operands->at(i);
1510 // one can be done faster with shifted operands.
1722 // Due to overflow check macros not supporting constant operands,
1913 // Due to overflow check macros not supporting constant operands,
2338 // We commuted the operands, so commute the condition.
5753 // backpatching it with the spill slot operands.
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc933 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
936 for (int i = 0; i < operands->length(); i++) {
937 LOperand* pointer = operands->at(i);
1472 // one can be done faster with shifted operands.
1681 // Due to overflow check macros not supporting constant operands,
1876 // Due to overflow check macros not supporting constant operands,
2305 // We commuted the operands, so commute the condition.
5786 // backpatching it with the spill slot operands.
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc898 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
902 for (int i = 0; i < operands->length(); i++) {
903 LOperand* pointer = operands->at(i);
1031 // Note that this is correct even for kMinInt operands.
2324 // We commuted the operands, so commute the condition.
2703 // Use a temp register to avoid memory operands with variable lengths.
5727 // backpatching it with the spill slot operands.
/external/qemu/disas/
H A Dppc.c53 operands are zeroes. */
59 match (and are presumably filled in by operands). */
68 operand table. They appear in the order which the operands must
70 unsigned char operands[8]; member in struct:powerpc_opcode
173 /* The operands table is an array of struct powerpc_operand. */
198 operand value is legal, *ERRMSG will be unchanged (most operands
226 the operands field of the powerpc_opcodes table. */
244 operands fields are identical. The assembler should call the
252 store instructions which want their operands to look like
287 assembler must count the number of operands remainin
330 unsigned int operands; member in struct:powerpc_macro
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h623 // One of the iDef operands is special because it is the value that is
1054 // case when only instruction's position is available and case when operands'
1058 // position and operands' positions.
2326 const Vector<HValue*>& operands) {
2327 DCHECK(operands.length() == descriptor.GetEnvironmentLength());
2329 HCallWithDescriptor(target, argument_count, descriptor, operands, zone);
2377 const Vector<HValue*>& operands, Zone* zone)
2382 for (int i = 0; i < operands.length(); i++) {
2383 AddOperand(operands[i], zone);
3788 // True if switching left and right operands likel
2323 New(Zone* zone, HValue* context, HValue* target, int argument_count, CallInterfaceDescriptor descriptor, const Vector<HValue*>& operands) argument
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX-encoder.c637 /* How many operands are there? */
646 /* The description of the operands. Each of these is an
648 unsigned char operands[TILEGX_NUM_PIPELINE_ENCODINGS][TILEGX_MAX_OPERANDS]; member in struct:tilegx_opcode
663 const struct tilegx_operand *operands[TILEGX_MAX_OPERANDS]; member in struct:tilegx_decoded_instruction
9556 &tilegx_operands[opc->operands[pipe][i]];
9574 d->operands[i] = op;
10132 op = decoded[i].operands[j];
/external/valgrind/main/perf/
H A Dtinycc.c2998 /* generic two operands */
4330 /* generic two operands */
5528 static int find_constraint(ASMOperand *operands, int nb_operands,
6290 two operands are guaranted to have the same floating point type */
11210 error("invalid operands to binary %s", get_tok_str(op, NULL));
11290 /* put again type if gen_opic() swaped operands */
11305 error("invalid operands for binary operation");
13393 /* cast operands to correct type according to ISOC rules */
15039 /* in order to compress the operand type, we use specific operands and
16313 /* get operands */
16661 asm_compute_constraints(ASMOperand *operands, int nb_operands, int nb_outputs, const uint8_t *clobber_regs, int *pout_reg) argument
16974 asm_gen_code(ASMOperand *operands, int nb_operands, int nb_outputs, int is_output, uint8_t *clobber_regs, int out_reg) argument
17823 find_constraint(ASMOperand *operands, int nb_operands, const char *name, const char **pp) argument
17861 subst_asm_operands(ASMOperand *operands, int nb_operands, int nb_outputs, CString *out_str, CString *in_str) argument
17904 parse_asm_operands(ASMOperand *operands, int *nb_operands_ptr, int is_output) argument
17977 ASMOperand operands[MAX_ASM_OPERANDS]; local
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1400 milliseconds

12