Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Darch.h23 extern const uint8_t rLPS_table_64x4[64][4];
H A Darch.c33 const uint8_t rLPS_table_64x4[64][4] = { variable
H A Dop_helper.c412 rLPS = rLPS_table_64x4[state][(range >> 29) & 3]; in HELPER()
455 rLPS = rLPS_table_64x4[state][(range >> 29) & 3]; in HELPER()
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef1052 rLPS = rLPS_table_64x4[state][ (range >>29)&3];