Home
last modified time | relevance | path

Searched refs:GetImm (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.h274 int32_t GetImm(Instruction* instr, bool* carry_out);
/external/v8/src/arm/
Dsimulator-arm.h284 int32_t GetImm(Instruction* instr, bool* carry_out);
Dsimulator-arm.cc1558 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm() function in v8::internal::Simulator
2340 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01()