Searched defs:thunkOp (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c1126 UInt thunkOp; local
1135 thunkOp = sz==4 ? X86G_CC_OP_ADCL
1163 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(thunkOp) ) );
1180 UInt thunkOp; local
1189 thunkOp = sz==4 ? X86G_CC_OP_SBBL
1217 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(thunkOp) ) );
H A Dguest_amd64_toIR.c1960 UInt thunkOp; local
1970 case 8: thunkOp = AMD64G_CC_OP_ADCQ; break;
1971 case 4: thunkOp = AMD64G_CC_OP_ADCL; break;
1972 case 2: thunkOp = AMD64G_CC_OP_ADCW; break;
1973 case 1: thunkOp = AMD64G_CC_OP_ADCB; break;
2002 stmt( IRStmt_Put( OFFB_CC_OP, mkU64(thunkOp) ) );
2019 UInt thunkOp; local
2029 case 8: thunkOp = AMD64G_CC_OP_SBBQ; break;
2030 case 4: thunkOp = AMD64G_CC_OP_SBBL; break;
2031 case 2: thunkOp
[all...]

Completed in 150 milliseconds