Searched refs:ImmSetBits (Results 1 - 9 of 9) sorted by relevance

/external/vixl/src/a64/
H A Dinstructions-a64.cc63 int64_t imm_s = ImmSetBits();
H A Dconstants-a64.h85 V_(ImmSetBits, 15, 10, Bits) \
H A Dassembler-a64.h1528 static inline Instr ImmSetBits(unsigned imms, unsigned reg_size) {
H A Dassembler-a64.cc1689 ImmSetBits(imm_s, reg_size) | ImmRotate(imm_r, reg_size) | dest_reg |
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.cc97 int64_t imm_s = ImmSetBits();
H A Dassembler-arm64-inl.h1076 Instr Assembler::ImmSetBits(unsigned imms, unsigned reg_size) { function in class:v8::Assembler
H A Dconstants-arm64.h159 V_(ImmSetBits, 15, 10, Bits) \
H A Dassembler-arm64.h1770 inline static Instr ImmSetBits(unsigned imms, unsigned reg_size);
H A Dassembler-arm64.cc2055 ImmSetBits(imm_s, reg_size) | ImmRotate(imm_r, reg_size) | dest_reg |

Completed in 762 milliseconds