Home
last modified time | relevance | path

Searched refs:n_operands (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dbedbug.c247 if (ctx->op->fields[field] > n_operands) { in print_operands()
382 if (field > n_operands) { in get_operand_value()
764 int n_operands = 0; /* # of operands read */ in asmppc() local
799 while (n_operands < w_operands) { in asmppc()
801 oper[n_operands] = &operands[opc->fields[n_operands] - 1]; in asmppc()
803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc()
807 printf ("asmppc: Operand %d \"%s\" SILENT\n", n_operands, in asmppc()
808 oper[n_operands]->name); in asmppc()
811 ++n_operands; in asmppc()
819 printf ("asmppc: Operand %d \"%s\" : \"%s\"\n", n_operands, in asmppc()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Drecog.h256 char n_operands; member
284 return &recog_op_alt[which_alternative * recog_data.n_operands]; in which_op_alt()
388 const char n_operands; member
H A Dlra-int.h180 char n_operands; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Drecog.h256 char n_operands; member
284 return &recog_op_alt[which_alternative * recog_data.n_operands]; in which_op_alt()
388 const char n_operands; member
H A Dlra-int.h180 char n_operands; member
/OK3568_Linux_fs/u-boot/include/bedbug/
H A Dppc.h388 extern const unsigned int n_operands;
H A Dtables.h54 const unsigned int n_operands = sizeof(operands) / sizeof(operands[0]); variable