HomeSort by relevance Sort by last modified time
    Searched refs:InputOffset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 91 MemOperand InputOffset(int* first_index) {
117 MemOperand InputOffset() {
119 return InputOffset(&index);
358 __ ldrb(i.OutputRegister(), i.InputOffset());
362 __ ldrsb(i.OutputRegister(), i.InputOffset());
367 MemOperand operand = i.InputOffset(&index);
373 __ ldrh(i.OutputRegister(), i.InputOffset());
376 __ ldrsh(i.OutputRegister(), i.InputOffset());
380 MemOperand operand = i.InputOffset(&index);
386 __ ldr(i.OutputRegister(), i.InputOffset());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 29 ULONG InputOffset;

Completed in 219 milliseconds