Lines Matching refs:Substitute
1386 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3Same()
1650 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON2RegMisc()
1657 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMisc()
1762 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different()
1823 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes()
1912 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEONByIndexedElement()
1915 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement()
1918 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement()
1968 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONCopy()
1979 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONExtract()
2075 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreMultiStruct()
2173 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreMultiStructPostIndex()
2344 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreSingleStruct()
2505 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreSingleStructPostIndex()
2570 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONModifiedImmediate()
2600 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONPerm()
2936 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement()
2950 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy()
2982 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONScalarPairwise()
3236 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONShiftImmediate()
3293 Format(instr, mnemonic, nfd.Substitute(re_form)); in VisitNEONTable()
3362 Substitute(instr, mnemonic); in Format()
3365 Substitute(instr, format); in Format()
3371 void DisassemblingDecoder::Substitute(Instruction* instr, const char* string) { in Substitute() function in v8::internal::DisassemblingDecoder