Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_arm64_defs.h246 ARM64LogicOp; typedef
649 ARM64LogicOp op;
1031 extern ARM64Instr* ARM64Instr_Logic ( HReg, HReg, ARM64RIL*, ARM64LogicOp );
Dhost_arm64_defs.c769 static const HChar* showARM64LogicOp ( ARM64LogicOp op ) { in showARM64LogicOp()
1336 HReg argL, ARM64RIL* argR, ARM64LogicOp op ) { in ARM64Instr_Logic()
Dhost_arm64_isel.c1663 ARM64LogicOp lop = 0; /* invalid */ in iselIntExpr_R_wrk()