Searched refs:SignedBits (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 168 V_(ImmPCRelHi, 23, 5, SignedBits) \ 195 V_(ImmTestBranch, 18, 5, SignedBits) \ 204 V_(ImmCondBranch, 23, 5, SignedBits) \ 212 V_(ImmLS, 20, 12, SignedBits) \ 214 V_(ImmLSPair, 21, 15, SignedBits) \ 233 V_(ImmUncondBranch, 25, 0, SignedBits) \ 234 V_(ImmCmpBranch, 23, 5, SignedBits) \ 235 V_(ImmLLiteral, 23, 5, SignedBits) \
|
D | instructions-arm64.h | 97 int32_t SignedBits(int msb, int lsb) const { in SignedBits() function
|
D | simulator-arm64.h | 286 int32_t SignedBits(int msb, int lsb) const { in SignedBits() function
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 184 int32_t SignedBits(int msb, int lsb) const) {
|
D | simulator-aarch64.h | 524 int32_t SignedBits(int msb, int lsb) const) {
|