Searched refs:get_operand (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 836 static xtensa_operand_internal *get_operand(xtensa_isa_internal *intisa, in get_operand() function 856 intop = get_operand(intisa, opc, opnd); in xtensa_operand_name() 924 intop = get_operand(intisa, opc, opnd); in xtensa_operand_get_field() 960 intop = get_operand(intisa, opc, opnd); in xtensa_operand_set_field() 994 intop = get_operand(intisa, opc, opnd); in xtensa_operand_encode() 1067 intop = get_operand(intisa, opc, opnd); in xtensa_operand_decode() 1091 intop = get_operand(intisa, opc, opnd); in xtensa_operand_is_register() 1109 intop = get_operand(intisa, opc, opnd); in xtensa_operand_regfile() 1123 intop = get_operand(intisa, opc, opnd); in xtensa_operand_num_regs() 1137 intop = get_operand(intisa, opc, opnd); in xtensa_operand_is_known_reg() [all …]
|