Searched refs:is_intn (Results 1 – 12 of 12) sorted by relevance
/external/vixl/test/ |
D | test-api.cc | 52 bool is_intn; member 173 if (test_vector[i].is_intn) { \ in TEST()
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 531 DCHECK(is_intn(offset, maxReach)); in bind_to() 564 return is_intn(offset, maxReach); in is_near()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 222 return is_intn(offset, ImmBranchRangeBitwidth(branch_type)); in IsValidImmPCOffset()
|
D | simulator-arm64.cc | 79 DCHECK(is_uintn(bits, width) || is_intn(bits, width)); in SetBits()
|
D | assembler-arm64.cc | 4429 return offset_is_inst_multiple && is_intn(offset, ImmLLiteral_width); in IsImmLLiteral()
|
/external/v8/src/ |
D | utils.h | 924 inline bool is_intn(int64_t x, unsigned n) { in is_intn() function 952 inline bool is_int##N(int64_t x) { return is_intn(x, N); }
|
/external/vixl/src/ |
D | utils-vixl.h | 96 VIXL_DEPRECATED("IsIntN", inline bool is_intn(unsigned n, int64_t x)) { in is_intn() function
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 580 if (maxReach && is_intn(offset, maxReach) == false) { in bind_to() 628 return is_intn(offset, maxReach); in is_near()
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 926 DCHECK(is_intn(imm, bits)); in SetBranchOffset() 1540 DCHECK(is_intn(offset, bits + 2)); in branch_offset_helper()
|
D | macro-assembler-mips.cc | 2864 DCHECK(is_intn(offset, bits)); in GetOffset()
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 872 DCHECK(is_intn(imm, bits)); in SetBranchOffset() 1520 DCHECK(is_intn(offset, bits + 2)); in branch_offset_helper()
|
D | macro-assembler-mips64.cc | 3361 DCHECK(is_intn(offset, bits)); in GetOffset()
|