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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
144 f->upvalues[i].instack=LoadByte(S);
145 f->upvalues[i].idx=LoadByte(S);
175 f->numparams=LoadByte(S);
176 f->is_vararg=LoadByte(S);
177 f->maxstacksize=LoadByte(S);
  /external/syslinux/com32/lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
144 f->upvalues[i].instack=LoadByte(S);
145 f->upvalues[i].idx=LoadByte(S);
175 f->numparams=LoadByte(S);
176 f->is_vararg=LoadByte(S);
177 f->maxstacksize=LoadByte(S);
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]
macro-assembler-ppc.h 509 void LoadByte(Register dst, const MemOperand& mem, Register scratch);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 796 __ LoadByte(ip, MemOperand(ip), r0);
    [all...]

Completed in 141 milliseconds