Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c1517 long max_lvalue = (dialect & PPC_OPCODE_POWER4) ? 2 : 1; in insert_ls() local
1518 if (value > max_lvalue) in insert_ls()