Home
last modified time | relevance | path

Searched refs:tile_bundle_bits (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/tile/include/asm/
Dopcode-tile_64.h8 typedef unsigned long long tile_bundle_bits; typedef
425 get_BrOff_SN(tile_bundle_bits num) in get_BrOff_SN()
432 get_BrOff_X1(tile_bundle_bits n) in get_BrOff_X1()
439 get_BrType_X1(tile_bundle_bits n) in get_BrType_X1()
445 get_Dest_Imm8_X1(tile_bundle_bits n) in get_Dest_Imm8_X1()
452 get_Dest_SN(tile_bundle_bits num) in get_Dest_SN()
459 get_Dest_X0(tile_bundle_bits num) in get_Dest_X0()
466 get_Dest_X1(tile_bundle_bits n) in get_Dest_X1()
472 get_Dest_Y0(tile_bundle_bits num) in get_Dest_Y0()
479 get_Dest_Y1(tile_bundle_bits n) in get_Dest_Y1()
[all …]
Dopcode-tile_32.h8 typedef unsigned long long tile_bundle_bits; typedef
425 get_BrOff_SN(tile_bundle_bits num) in get_BrOff_SN()
432 get_BrOff_X1(tile_bundle_bits n) in get_BrOff_X1()
439 get_BrType_X1(tile_bundle_bits n) in get_BrType_X1()
445 get_Dest_Imm8_X1(tile_bundle_bits n) in get_Dest_Imm8_X1()
452 get_Dest_SN(tile_bundle_bits num) in get_Dest_SN()
459 get_Dest_X0(tile_bundle_bits num) in get_Dest_X0()
466 get_Dest_X1(tile_bundle_bits n) in get_Dest_X1()
472 get_Dest_Y0(tile_bundle_bits num) in get_Dest_Y0()
479 get_Dest_Y1(tile_bundle_bits n) in get_Dest_Y1()
[all …]
/linux-2.6.39/arch/tile/kernel/
Dsingle_step.c59 static inline tile_bundle_bits set_BrOff_X1(tile_bundle_bits n, s32 offset) in set_BrOff_X1()
61 tile_bundle_bits result; in set_BrOff_X1()
64 tile_bundle_bits mask = create_BrOff_X1(-1); in set_BrOff_X1()
73 static inline tile_bundle_bits move_X1(tile_bundle_bits n, int dest, int src) in move_X1()
75 tile_bundle_bits result; in move_X1()
76 tile_bundle_bits op; in move_X1()
90 static inline tile_bundle_bits nop_X1(tile_bundle_bits n) in nop_X1()
95 static inline tile_bundle_bits addi_X1( in addi_X1()
96 tile_bundle_bits n, int dest, int src, int imm) in addi_X1()
110 static tile_bundle_bits rewrite_load_store_unaligned( in rewrite_load_store_unaligned()
[all …]
Dbacktrace.c30 #define tile_bundle_bits tilegx_bundle_bits macro
52 tile_bundle_bits bits;
288 tile_bundle_bits prefetched_bundles[32]; in find_caller_pc_and_caller_sp()
312 for (pc = start_pc;; pc += sizeof(tile_bundle_bits)) { in find_caller_pc_and_caller_sp()
351 bytes_to_prefetch / sizeof(tile_bundle_bits); in find_caller_pc_and_caller_sp()
Dtraps.c106 #define bundle_bits tile_bundle_bits
Dtile-desc_32.c2420 find_opcode(tile_bundle_bits bits, const unsigned short *table) in find_opcode()
2440 parse_insn_tile(tile_bundle_bits bits, in parse_insn_tile()