Searched refs:SubstituteExtendField (Results 1 – 4 of 4) sorted by relevance
40 int SubstituteExtendField(Instruction* instr, const char* format);
1295 case 'E': return SubstituteExtendField(instr, format); in SubstituteField()1635 int DisassemblingDecoder::SubstituteExtendField(Instruction* instr, in SubstituteExtendField() function in v8::internal::DisassemblingDecoder
123 int SubstituteExtendField(const Instruction* instr, const char* format);
4134 return SubstituteExtendField(instr, format); in SubstituteField()4731 int Disassembler::SubstituteExtendField(const Instruction *instr, in SubstituteExtendField() function in vixl::aarch64::Disassembler