Lines Matching refs:opnd

874 get_operand (xtensa_isa_internal *intisa, xtensa_opcode opc, int opnd)  in get_operand()  argument
882 CHECK_OPERAND (intisa, opc, iclass, opnd, NULL); in get_operand()
883 operand_id = iclass->operands[opnd].u.operand_id; in get_operand()
889 xtensa_operand_name (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_name() argument
894 intop = get_operand (intisa, opc, opnd); in xtensa_operand_name()
901 xtensa_operand_is_visible (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_is_visible() argument
911 CHECK_OPERAND (intisa, opc, iclass, opnd, XTENSA_UNDEFINED); in xtensa_operand_is_visible()
914 if (iclass->operands[opnd].inout == 's') in xtensa_operand_is_visible()
917 operand_id = iclass->operands[opnd].u.operand_id; in xtensa_operand_is_visible()
927 xtensa_operand_inout (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_inout() argument
937 CHECK_OPERAND (intisa, opc, iclass, opnd, 0); in xtensa_operand_inout()
938 inout = iclass->operands[opnd].inout; in xtensa_operand_inout()
949 xtensa_operand_get_field (xtensa_isa isa, xtensa_opcode opc, int opnd, in xtensa_operand_get_field() argument
958 intop = get_operand (intisa, opc, opnd); in xtensa_operand_get_field()
986 xtensa_operand_set_field (xtensa_isa isa, xtensa_opcode opc, int opnd, in xtensa_operand_set_field() argument
995 intop = get_operand (intisa, opc, opnd); in xtensa_operand_set_field()
1023 xtensa_operand_encode (xtensa_isa isa, xtensa_opcode opc, int opnd, in xtensa_operand_encode() argument
1030 intop = get_operand (intisa, opc, opnd); in xtensa_operand_encode()
1097 xtensa_operand_decode (xtensa_isa isa, xtensa_opcode opc, int opnd, in xtensa_operand_decode() argument
1103 intop = get_operand (intisa, opc, opnd); in xtensa_operand_decode()
1121 xtensa_operand_is_register (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_is_register() argument
1126 intop = get_operand (intisa, opc, opnd); in xtensa_operand_is_register()
1136 xtensa_operand_regfile (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_regfile() argument
1141 intop = get_operand (intisa, opc, opnd); in xtensa_operand_regfile()
1149 xtensa_operand_num_regs (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_num_regs() argument
1154 intop = get_operand (intisa, opc, opnd); in xtensa_operand_num_regs()
1162 xtensa_operand_is_known_reg (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_is_known_reg() argument
1167 intop = get_operand (intisa, opc, opnd); in xtensa_operand_is_known_reg()
1177 xtensa_operand_is_PCrelative (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_is_PCrelative() argument
1182 intop = get_operand (intisa, opc, opnd); in xtensa_operand_is_PCrelative()
1192 xtensa_operand_do_reloc (xtensa_isa isa, xtensa_opcode opc, int opnd, in xtensa_operand_do_reloc() argument
1198 intop = get_operand (intisa, opc, opnd); in xtensa_operand_do_reloc()
1224 xtensa_operand_undo_reloc (xtensa_isa isa, xtensa_opcode opc, int opnd, in xtensa_operand_undo_reloc() argument
1230 intop = get_operand (intisa, opc, opnd); in xtensa_operand_undo_reloc()