Home
last modified time | relevance | path

Searched refs:DecodeFourByteArithmetic (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/s390/
Dsimulator-s390.h314 bool DecodeFourByteArithmetic(Instruction* instr);
Dsimulator-s390.cc3200 default: { return DecodeFourByteArithmetic(instr); } in DecodeFourByte()
3371 bool Simulator::DecodeFourByteArithmetic(Instruction* instr) { in DecodeFourByteArithmetic() function in v8::internal::Simulator