Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.h242 ARM64LogicOp; typedef
551 ARM64LogicOp op;
916 extern ARM64Instr* ARM64Instr_Logic ( HReg, HReg, ARM64RIL*, ARM64LogicOp );
Dhost_arm64_defs.c477 static const HChar* showARM64LogicOp ( ARM64LogicOp op ) { in showARM64LogicOp()
838 HReg argL, ARM64RIL* argR, ARM64LogicOp op ) { in ARM64Instr_Logic()
Dhost_arm64_isel.c1516 ARM64LogicOp lop = 0; /* invalid */ in iselIntExpr_R_wrk()