Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_tilegx_toIR.c2423 IRExpr *opc_oprand[5]; in disInstr_TILEGX_WRK() local
2425 opc_oprand[0] = mkU64(opcode); in disInstr_TILEGX_WRK()
2430 opc_oprand[i + 1] = NULL; in disInstr_TILEGX_WRK()
2436 opc_oprand[i + 1] = getIReg(opd[i]); in disInstr_TILEGX_WRK()
2439 opc_oprand[i + 1] = mkU64(opd[i]); in disInstr_TILEGX_WRK()
2441 opc_oprand[i + 1] = getIReg(opd[i]); in disInstr_TILEGX_WRK()
2443 opc_oprand[i + 1] = mkU64(0xfeee); in disInstr_TILEGX_WRK()
2446 IRExpr **args = mkIRExprVec_5(opc_oprand[0], opc_oprand[1], in disInstr_TILEGX_WRK()
2447 opc_oprand[2], opc_oprand[3], in disInstr_TILEGX_WRK()
2448 opc_oprand[4]); in disInstr_TILEGX_WRK()