Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c2382 unsigned int size, operand_length; in h8300_unary_length() local
2385 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_unary_length()
2395 return operand_length + (size == 4 ? 6 : 4); in h8300_unary_length()
2398 return operand_length + 6; in h8300_unary_length()
2411 unsigned int size, operand_length; in h8300_short_immediate_length() local
2414 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_short_immediate_length()
2424 return 4 + operand_length; in h8300_short_immediate_length()
2437 unsigned int size, operand_length; in h8300_bitfield_length() local
2444 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_bitfield_length()
2451 return 4 + operand_length; in h8300_bitfield_length()
H A Dh8300.cc2301 unsigned int size, operand_length; in h8300_unary_length() local
2304 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_unary_length()
2314 return operand_length + (size == 4 ? 6 : 4); in h8300_unary_length()
2317 return operand_length + 6; in h8300_unary_length()
2330 unsigned int size, operand_length; in h8300_short_immediate_length() local
2333 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_short_immediate_length()
2343 return 4 + operand_length; in h8300_short_immediate_length()
2356 unsigned int size, operand_length; in h8300_bitfield_length() local
2363 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_bitfield_length()
2370 return 4 + operand_length; in h8300_bitfield_length()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c2382 unsigned int size, operand_length; in h8300_unary_length() local
2385 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_unary_length()
2395 return operand_length + (size == 4 ? 6 : 4); in h8300_unary_length()
2398 return operand_length + 6; in h8300_unary_length()
2411 unsigned int size, operand_length; in h8300_short_immediate_length() local
2414 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_short_immediate_length()
2424 return 4 + operand_length; in h8300_short_immediate_length()
2437 unsigned int size, operand_length; in h8300_bitfield_length() local
2444 operand_length = h8300_classify_operand (op, size, &opclass); in h8300_bitfield_length()
2451 return 4 + operand_length; in h8300_bitfield_length()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-csky.c4174 #define make_insn(total_length, opcode, operand, operand_length) \ argument
4179 opcode | (operand & ((1 << operand_length) - 1)), \
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-csky.c4841 #define make_insn(total_length, opcode, operand, operand_length) \ argument
4846 opcode | (operand & ((1 << operand_length) - 1)), \
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.c4665 #define make_insn(total_length, opcode, operand, operand_length) \ argument
4670 opcode | (operand & ((1 << operand_length) - 1)), \
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-csky.c4841 #define make_insn(total_length, opcode, operand, operand_length) \ argument
4846 opcode | (operand & ((1 << operand_length) - 1)), \