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

  /external/qemu/target-arm/
op_addsub.h 58 uint32_t HELPER(glue(PFX,sub8))(uint32_t a, uint32_t b GE_ARG)
63 SUB8(a, b, 0);
64 SUB8(a >> 8, b >> 8, 1);
65 SUB8(a >> 16, b >> 16, 2);
66 SUB8(a >> 24, b >> 24, 3);
103 #undef SUB8
helper.c     [all...]

Completed in 37 milliseconds