Searched refs:TREG_ZERO (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtile-desc_32.c7 #define TREG_ZERO 63 macro
15 { "bpt", TILE_OPC_BPT, 0x2, 0, TREG_ZERO, 0,
18 { "info", TILE_OPC_INFO, 0xf, 1, TREG_ZERO, 1,
21 { "infol", TILE_OPC_INFOL, 0x3, 1, TREG_ZERO, 1,
24 { "j", TILE_OPC_J, 0x2, 1, TREG_ZERO, 1,
30 { "move", TILE_OPC_MOVE, 0xf, 2, TREG_ZERO, 1,
36 { "movei", TILE_OPC_MOVEI, 0xf, 2, TREG_ZERO, 1,
42 { "moveli", TILE_OPC_MOVELI, 0x3, 2, TREG_ZERO, 1,
51 { "prefetch", TILE_OPC_PREFETCH, 0x12, 1, TREG_ZERO, 1,
54 { "raise", TILE_OPC_RAISE, 0x2, 0, TREG_ZERO,
[all...]
H A Dsingle_step.c83 create_SrcB_X1(TREG_ZERO) |
92 return move_X1(n, TREG_ZERO, TREG_ZERO);
133 (val_reg != TREG_ZERO ||
167 val = (val_reg == TREG_ZERO) ? 0 : regs->regs[val_reg];
220 bundle |= (create_SrcBDest_Y2(TREG_ZERO) |
329 BUG_ON(get_SrcA_X1(__single_step_addli_insn) != TREG_ZERO);
H A Dtraps.c155 if (get_Dest_X0(bundle) != TREG_ZERO)
157 if (get_SrcA_X0(bundle) != TREG_ZERO)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/arch/
H A Dabi.h48 #define TREG_ZERO 63 /**< "Zero" register; always reads as "0". */ macro

Completed in 114 milliseconds