Home
last modified time | relevance | path

Searched refs:DecodeLogical (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Ddecoder-arm64.h180 void DecodeLogical(Instruction* instr);
Ddecoder-arm64-inl.h45 case 0x2: DecodeLogical(instr); break; in Decode()
330 void Decoder<V>::DecodeLogical(Instruction* instr) { in DecodeLogical() function
/external/vixl/src/aarch64/
Ddecoder-aarch64.h250 void DecodeLogical(const Instruction* instr);
Ddecoder-aarch64.cc68 DecodeLogical(instr); in DecodeInstruction()
428 void Decoder::DecodeLogical(const Instruction* instr) { in DecodeLogical() function in vixl::aarch64::Decoder