Searched defs:temp_count (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc319 size_t temp_count = arraysize(temps); local
322 g.UseUnique(node->InputAt(1)), temp_count, temps);
340 size_t temp_count = arraysize(temps); local
343 g.UseUnique(node->InputAt(1)), temp_count, temps);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.c1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
1010 unsigned pvs_num_controllers = MIN2(vtx_mem_size / temp_count, 5);
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc71 size_t temp_count,
74 return Emit(opcode, output_count, &output, 0, NULL, temp_count, temps);
80 InstructionOperand* a, size_t temp_count,
83 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
90 InstructionOperand* b, size_t temp_count,
95 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
104 InstructionOperand* c, size_t temp_count,
109 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
117 size_t temp_count, InstructionOperand** temps) {
121 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
69 Emit(InstructionCode opcode, InstructionOperand* output, size_t temp_count, InstructionOperand** temps) argument
78 Emit(InstructionCode opcode, InstructionOperand* output, InstructionOperand* a, size_t temp_count, InstructionOperand** temps) argument
87 Emit(InstructionCode opcode, InstructionOperand* output, InstructionOperand* a, InstructionOperand* b, size_t temp_count, InstructionOperand** temps) argument
100 Emit(InstructionCode opcode, InstructionOperand* output, InstructionOperand* a, InstructionOperand* b, InstructionOperand* c, size_t temp_count, InstructionOperand** temps) argument
114 Emit( InstructionCode opcode, InstructionOperand* output, InstructionOperand* a, InstructionOperand* b, InstructionOperand* c, InstructionOperand* d, size_t temp_count, InstructionOperand** temps) argument
126 Emit( InstructionCode opcode, size_t output_count, InstructionOperand** outputs, size_t input_count, InstructionOperand** inputs, size_t temp_count, InstructionOperand** temps) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
1010 unsigned pvs_num_controllers = MIN2(vtx_mem_size / temp_count, 5);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1526 FX_INT32 temp_count = FX_MIN(nCount, FX_DATALIST_LENGTH); local
1528 list.data = FX_Allocator_Alloc(pAllocator, FX_BYTE, temp_count * unit);
1532 FXSYS_memset32(list.data, 0, temp_count * unit);
1534 list.count = temp_count;
1536 nCount -= temp_count;
1537 nStart += temp_count;
/external/qemu/tcg/
H A Dtcg.h490 int64_t temp_count; member in struct:TCGContext

Completed in 333 milliseconds