HomeSort by relevance Sort by last modified time
    Searched refs:isU32 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 767 static inline Bool isU32 ( IRExpr* e, UInt n )
811 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) {
821 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) {
826 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) {
832 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondL)) {
838 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL))
    [all...]
guest_arm_helpers.c 545 static Bool isU32 ( IRExpr* e, UInt n )
593 if (isU32(cond_n_op, (ARMCondEQ << 4) | ARMG_CC_OP_SUB)) {
598 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_SUB)) {
604 if (isU32(cond_n_op, (ARMCondGT << 4) | ARMG_CC_OP_SUB)) {
610 if (isU32(cond_n_op, (ARMCondLE << 4) | ARMG_CC_OP_SUB)) {
616 if (isU32(cond_n_op, (ARMCondLT << 4) | ARMG_CC_OP_SUB)) {
622 if (isU32(cond_n_op, (ARMCondGE << 4) | ARMG_CC_OP_SUB)) {
629 if (isU32(cond_n_op, (ARMCondHS << 4) | ARMG_CC_OP_SUB)) {
635 if (isU32(cond_n_op, (ARMCondLO << 4) | ARMG_CC_OP_SUB)) {
641 if (isU32(cond_n_op, (ARMCondLS << 4) | ARMG_CC_OP_SUB))
    [all...]

Completed in 267 milliseconds