Home
last modified time | relevance | path

Searched refs:img_format (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/disas/
H A Dnanomips.c49 static char * G_GNUC_PRINTF(1, 2) img_format(const char *format, ...) in img_format() function
1438 return img_format("ABS.D %s, %s", fd, fs); in ABS_D()
1460 return img_format("ABS.S %s, %s", fd, fs); in ABS_S()
1482 return img_format("ABSQ_S.PH %s, %s", rt, rs); in ABSQ_S_PH()
1504 return img_format("ABSQ_S.QB %s, %s", rt, rs); in ABSQ_S_QB()
1526 return img_format("ABSQ_S.W %s, %s", rt, rs); in ABSQ_S_W()
1547 return img_format("ACLR 0x%" PRIx64 ", %" PRId64 "(%s)", in ACLR()
1571 return img_format("ADD %s, %s, %s", rd, rs, rt); in ADD()
1596 return img_format("ADD.D %s, %s, %s", fd, fs, ft); in ADD_D()
1621 return img_format("ADD.S %s, %s, %s", fd, fs, ft); in ADD_S()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py873 def add_drive(self, path, opts='', interface='virtio', img_format=imgfmt): argument
880 options.append('format=%s' % img_format)
887 if img_format == 'luks' and 'key-secret' not in opts:
H A D055497 img_format=self.target_fmt['type'],