Home
last modified time | relevance | path

Searched refs:LoadByte (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lua/src/
Dlundump.c37 #define LoadByte(S) (lu_byte)LoadChar(S) macro
144 f->upvalues[i].instack=LoadByte(S); in LoadUpvalues()
145 f->upvalues[i].idx=LoadByte(S); in LoadUpvalues()
175 f->numparams=LoadByte(S); in LoadFunction()
176 f->is_vararg=LoadByte(S); in LoadFunction()
177 f->maxstacksize=LoadByte(S); in LoadFunction()
/external/skia/third_party/lua/src/
Dlundump.c37 #define LoadByte(S) (lu_byte)LoadChar(S) macro
144 f->upvalues[i].instack=LoadByte(S); in LoadUpvalues()
145 f->upvalues[i].idx=LoadByte(S); in LoadUpvalues()
175 f->numparams=LoadByte(S); in LoadFunction()
176 f->is_vararg=LoadByte(S); in LoadFunction()
177 f->maxstacksize=LoadByte(S); in LoadFunction()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1415 LoadByte(r7, MemOperand(r7), r0); in FloodFunctionIfStepping()
4246 void MacroAssembler::LoadByte(Register dst, const MemOperand& mem, in LoadByte() function in v8::internal::MacroAssembler
4280 LoadByte(dst, mem, scratch); in LoadRepresentation()
4283 LoadByte(dst, mem, scratch); in LoadRepresentation()
Dmacro-assembler-ppc.h519 void LoadByte(Register dst, const MemOperand& mem, Register scratch);
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc762 __ LoadByte(ip, MemOperand(ip), r0); in Generate_ResumeGeneratorTrampoline() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2875 __ LoadByte(result, mem_operand, r0); in DoShiftI() local
2884 __ LoadByte(result, mem_operand, r0); in DoShiftI() local