Searched refs:LoadByte (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | lundump.c | 37 #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/ |
D | lundump.c | 37 #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/ |
D | macro-assembler-ppc.cc | 1415 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()
|
D | macro-assembler-ppc.h | 519 void LoadByte(Register dst, const MemOperand& mem, Register scratch);
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 762 __ LoadByte(ip, MemOperand(ip), r0); in Generate_ResumeGeneratorTrampoline() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2875 __ LoadByte(result, mem_operand, r0); in DoShiftI() local 2884 __ LoadByte(result, mem_operand, r0); in DoShiftI() local
|