Lines Matching refs:format
154 return "{}.{} {}, {}, {}".format(matches[0], dt, matches[2], matches[3], matches[4])
271 return "mov.w {}, #{}".format(*matches)
273 return "mov {}, #{}".format(*matches)
320 instruction_matcher = "^" + pattern.format(**pattern_matchers) + "$"
328 # `result` is a string, use it as the format string.
330 llvm_instruction.append(result.format(*match.groups()))
337 raise Exception("Unsupported instruction {}.".format(instruction))
379 [llvm_mc, '-assemble', '-triple={}'.format(triple), '-mattr=v8,crc',
415 """.format("fewer" if len(llvm_encodings) < len(vixl_encodings) else "more"))
422 """.format(instruction=vixl_instructions[i].replace("\n", "; "),