Searched refs:ExtractSignedBits (Results 1 – 5 of 5) sorted by relevance
/third_party/vixl/src/aarch64/ |
D | constants-aarch64.h | 95 V_(ImmPCRelHi, 23, 5, ExtractSignedBits) \ 122 V_(ImmTestBranch, 18, 5, ExtractSignedBits) \ 131 V_(ImmCondBranch, 23, 5, ExtractSignedBits) \ 139 V_(ImmLS, 20, 12, ExtractSignedBits) \ 141 V_(ImmLSPair, 21, 15, ExtractSignedBits) \ 150 V_(ImmLSPACHi, 22, 22, ExtractSignedBits) \ 154 V_(ImmUncondBranch, 25, 0, ExtractSignedBits) \ 155 V_(ImmCmpBranch, 23, 5, ExtractSignedBits) \ 156 V_(ImmLLiteral, 23, 5, ExtractSignedBits) \ 211 V_(ImmSVEVLScale, 10, 5, ExtractSignedBits) \ [all …]
|
D | instructions-aarch64.h | 289 int32_t ExtractSignedBits(int msb, int lsb) const { in ExtractSignedBits() function 295 return ExtractSignedBits(msb, lsb);
|
D | simulator-aarch64.cc | 10798 : instr->ExtractSignedBits(9, 5); in Simulator() 10800 : instr->ExtractSignedBits(20, 16); in Simulator() 12122 (instr->ExtractSignedBits(19, 16) * vl) / (1 << vl_divisor_log2); in Simulator() 12157 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl; in Simulator() 12217 instr->ExtractSignedBits(19, 16) * dwords * kDRegSizeInBytes; in Simulator() 12273 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl * reg_count; in Simulator() 12580 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl; in Simulator() 12628 (instr->ExtractSignedBits(19, 16) * vl) / (1 << vl_divisor_log2); in Simulator() 12705 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl * reg_count; in Simulator() 13766 (instr->ExtractSignedBits(19, 16) * vl) / (1 << vl_divisor_log2); in Simulator()
|
D | simulator-aarch64.h | 926 int32_t ExtractSignedBits(int msb, int lsb) const { in ExtractSignedBits() function 931 return ExtractSignedBits(msb, lsb);
|
D | disasm-aarch64.cc | 9842 int imm = instr->ExtractSignedBits(19, 16); in Disassembler()
|