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

  /external/valgrind/main/none/tests/amd64/
amd64locked.c 430 #define GEN_do_locked_unary_E(_name,_eax) \
483 GEN_do_locked_unary_E(decb,al)
484 GEN_do_locked_unary_E(decw,ax)
485 GEN_do_locked_unary_E(decl,eax)
486 GEN_do_locked_unary_E(decq,rax)
488 GEN_do_locked_unary_E(incb,al)
489 GEN_do_locked_unary_E(incw,ax)
490 GEN_do_locked_unary_E(incl,eax)
491 GEN_do_locked_unary_E(incq,rax)
493 GEN_do_locked_unary_E(negb,al
    [all...]
  /external/valgrind/main/none/tests/x86/
x86locked.c 394 #define GEN_do_locked_unary_E(_name,_eax) \
447 GEN_do_locked_unary_E(decb,al)
448 GEN_do_locked_unary_E(decw,ax)
449 GEN_do_locked_unary_E(decl,eax)
451 GEN_do_locked_unary_E(incb,al)
452 GEN_do_locked_unary_E(incw,ax)
453 GEN_do_locked_unary_E(incl,eax)
455 GEN_do_locked_unary_E(negb,al)
456 GEN_do_locked_unary_E(negw,ax)
457 GEN_do_locked_unary_E(negl,eax
    [all...]

Completed in 270 milliseconds