Home
last modified time | relevance | path

Searched defs:LoadRepresentation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h63 typedef MachineType LoadRepresentation; typedef
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2868 __ LoadRepresentation(result, operand, access.representation(), r0); in DoShiftI() local
2897 __ LoadRepresentation(result, FieldMemOperand(object, offset), representation, in DoShiftI() local
3188 __ LoadRepresentation(result, MemOperand(store_base, offset), representation, in DoShiftI() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc4085 void MacroAssembler::LoadRepresentation(Register dst, const MemOperand& mem, in LoadRepresentation() function in v8::internal::MacroAssembler