HomeSort by relevance Sort by last modified time
    Searched defs:machine (Results 176 - 200 of 231) sorted by null

1 2 3 4 5 6 78 910

  /external/v8/src/compiler/
representation-change.h 10 #include "src/compiler/machine-operator.h"
19 // and other nodes, as well as lowering Simplified->Machine operators.
48 // value to the full machine word size and stores implicitly truncate,
138 op = machine()->ChangeUint32ToFloat64();
140 op = machine()->ChangeInt32ToFloat64();
176 op = machine()->ChangeFloat64ToUint32();
178 op = machine()->ChangeFloat64ToInt32();
235 return machine()->Int32Add();
237 return machine()->Int32Sub();
239 return machine()->Int32Mul()
354 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } function in class:v8::internal::compiler::RepresentationChanger
    [all...]
simplified-operator-reducer-unittest.cc 25 MachineOperatorBuilder machine; local
27 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); local
change-lowering-unittest.cc 77 MachineOperatorBuilder machine(WordRepresentation());
79 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); local
change-lowering.cc 6 #include "src/compiler/machine-operator.h"
47 ((HeapNumber::kValueOffset / kPointerSize) * (machine()->Is64() ? 8 : 4));
53 const int smi_value_size = machine()->Is32() ? SmiTagging<4>::SmiValueSize()
61 const int smi_shift_size = machine()->Is32() ? SmiTagging<4>::SmiShiftSize()
82 machine()->Store(StoreRepresentation(kMachFloat64, kNoWriteBarrier)),
89 value = graph()->NewNode(machine()->WordSar(), value, SmiShiftBitsConstant());
90 if (machine()->Is64()) {
91 value = graph()->NewNode(machine()->TruncateInt64ToInt32(), value);
98 return graph()->NewNode(machine()->Load(kMachFloat64), value,
124 graph()->NewNode(machine()->WordEqual(), val, jsgraph()->TrueConstant()))
250 MachineOperatorBuilder* ChangeLowering::machine() const { function in class:v8::internal::compiler::ChangeLowering
    [all...]
machine-operator-reducer-unittest.cc 8 #include "src/compiler/machine-operator-reducer.h"
29 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::MachineOperatorReducerTest
235 Reduce(graph()->NewNode((machine()->*unop.constructor)(), Parameter(0)));
252 machine()->ChangeFloat32ToFloat64(), Float32Constant(x)));
267 machine()->ChangeFloat64ToInt32(),
268 graph()->NewNode(machine()->ChangeInt32ToFloat64(), value)));
277 machine()->ChangeFloat64ToInt32(), Float64Constant(FastI2D(x))));
292 machine()->ChangeFloat64ToUint32(),
293 graph()->NewNode(machine()->ChangeUint32ToFloat64(), value)));
302 machine()->ChangeFloat64ToUint32(), Float64Constant(FastUI2D(x))))
    [all...]
pipeline.cc 19 #include "src/compiler/machine-operator-reducer.h"
183 MachineOperatorBuilder machine; local
186 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine);
345 VerifyAndPrintGraph(graph, "Machine");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 50 string machine; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
239 string machine,
242 this.machine = machine;
271 //channel = new Socket( machine, port );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 53 string machine; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
291 string machine,
295 this.machine = machine;
334 //channel = new Socket( machine, port );
  /external/linux-tools-perf/src/tools/perf/tests/
code-reading.c 14 #include "machine.h"
137 struct thread *thread, struct machine *machine,
149 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, addr,
174 ret_len = dso__data_read_offset(al.map->dso, machine, al.addr, buf1,
247 static int process_sample_event(struct machine *machine,
260 thread = machine__findnew_thread(machine, sample.pid, sample.pid);
268 return read_object_code(sample.ip, READLEN, cpumode, thread, machine,
272 static int process_event(struct machine *machine, struct perf_evlist *evlist
381 struct machine *machine; local
    [all...]
hists_link.c 8 #include "machine.h"
78 static struct machine *setup_fake_machine(struct machines *machines)
80 struct machine *machine = machines__find(machines, HOST_KERNEL_ID); local
83 if (machine == NULL) {
84 pr_debug("Not enough memory for machine setup\n");
91 thread = machine__findnew_thread(machine, fake_threads[i].pid,
113 machine__process_mmap_event(machine, &fake_mmap_event);
120 dso = __dsos__findnew(&machine->user_dsos,
141 return machine;
434 struct machine *machine = NULL; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
map.h 24 struct machine;
60 struct machine *machine; member in struct:map_groups
unwind.c 77 struct machine *machine; member in struct:unwind_info
225 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine,
234 r = dso__data_read_offset(dso, machine, offset,
248 static int read_unwind_spec(struct dso *dso, struct machine *machine,
254 fd = dso__data_fd(dso, machine);
262 ret = unwind_spec_ehframe(dso, machine, offset,
274 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 231 finish_pass(struct atifs_machine *machine)
236 COPY_4V(machine->PrevPassRegisters[i], machine->Registers[i]);
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst,
265 COPY_4V(machine->Registers[idx],
270 COPY_4V(machine->Registers[idx], machine->PrevPassRegisters[pass_tex]);
272 apply_swizzle(machine->Registers[idx], swizzle);
277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine,
293 COPY_4V(tex_coords, machine->PrevPassRegisters[coord_source])
585 struct atifs_machine machine; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 74 struct gl_program_machine machine; member in struct:vp_stage_data
224 * Initialize virtual machine state prior to executing vertex program.
227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine,
231 memcpy(machine->VertAttribs, ctx->Current.Attrib,
238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
242 ASSIGN_4V(machine->Temporaries[i], 0.0F, 0.0F, 0.0F, 0.0F);
245 ASSIGN_4V(machine->AddressReg[i], 0, 0, 0, 0);
249 machine->NumDeriv = 0;
252 machine->CondCodes[0] = COND_EQ;
253 machine->CondCodes[1] = COND_EQ
317 struct gl_program_machine *machine = &store->machine; local
    [all...]
  /external/v8/test/cctest/compiler/
simplified-graph-builder.h 10 #include "src/compiler/machine-operator.h"
22 MachineOperatorBuilder* machine,
29 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::SimplifiedGraphBuilder
test-instruction.cc 13 #include "src/compiler/machine-operator.h"
46 MachineOperatorBuilder machine; member in class:InstructionTester
test-machine-operator-reducer.cc 10 #include "src/compiler/machine-operator-reducer.h"
60 jsgraph(&graph, &common, &javascript, &typer, &machine),
69 MachineOperatorBuilder machine; member in class:ReducerTester
210 R.binop = R.machine.Word32And();
236 R.binop = R.machine.Word32Or();
262 R.binop = R.machine.Word32Xor();
285 R.binop = R.machine.Word32Shl();
306 R.binop = R.machine.Word32Shr();
327 R.binop = R.machine.Word32Sar();
348 R.binop = R.machine.Word32Equal()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 8 from platform import machine namespace
23 WIN64_MACHINE = True if machine() == "AMD64" else False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 8 from platform import machine namespace
23 WIN64_MACHINE = True if machine() == "AMD64" else False
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 379 llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine(); local
380 switch (machine)
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-record.c 108 struct machine *machine __maybe_unused)
287 static void perf_event__synthesize_guest_os(struct machine *machine, void *data)
300 machine);
303 " relocation symbol.\n", machine->pid);
310 machine, "_text");
313 machine, "_stext");
316 " relocation symbol.\n", machine->pid);
353 struct machine *machine local
    [all...]
builtin-top.c 29 #include "util/machine.h"
165 err ? "[unknown]" : uts.machine,
688 struct machine *machine)
696 if (!machine && perf_guest) {
710 if (!machine) {
719 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0 ||
751 al.map == machine->vmlinux_maps[MAP__FUNCTION] &&
772 err = machine__resolve_callchain(machine, evsel,
805 struct machine *machine local
    [all...]
  /external/lldb/source/Core/
ArchSpec.cpp 41 llvm::Triple::ArchType machine; member in struct:lldb_private::CoreDefinition
440 return core_def->machine;
678 switch (core_def->machine)
697 // Fall back onto setting the machine type if the arch by name failed...
699 m_triple.setArch (core_def->machine);
    [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 172 const llvm::Triple::ArchType machine = arch.GetMachine(); local
173 if (machine == llvm::Triple::arm || machine == llvm::Triple::thumb)
175 if (machine == llvm::Triple::thumb || is_alternate_isa)
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 153 uint16_t machine; member in struct:ObjectFilePECOFF::coff_header

Completed in 794 milliseconds

1 2 3 4 5 6 78 910