• Home
  • Raw
  • Download

Lines Matching refs:Substitute

2129           Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form));  in VisitNEON2RegMisc()
2136 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMisc()
2324 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3Same()
2430 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different()
2494 nfd.Substitute(form, in VisitNEONAcrossLanes()
2587 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEONByIndexedElement()
2590 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement()
2593 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement()
2645 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONCopy()
2657 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONExtract()
2754 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreMultiStruct()
2853 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreMultiStructPostIndex()
3019 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreSingleStruct()
3179 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONLoadStoreSingleStructPostIndex()
3245 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONModifiedImmediate()
3587 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement()
3602 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy()
3636 nfd.Substitute(form, in VisitNEONScalarPairwise()
3907 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONShiftImmediate()
3968 Format(instr, mnemonic, nfd.Substitute(re_form)); in VisitNEONTable()
3999 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONPerm()
4131 Substitute(instr, mnemonic); in Format()
4135 Substitute(instr, format); in Format()
4143 void Disassembler::Substitute(const Instruction *instr, const char *string) { in Substitute() function in vixl::aarch64::Disassembler