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

/external/v8/src/arm64/
H A Dinstructions-arm64.cc97 int64_t imm_s = ImmSetBits();
H A Dassembler-arm64-inl.h1084 Instr Assembler::ImmSetBits(unsigned imms, unsigned reg_size) { function in class:v8::Assembler
H A Dconstants-arm64.h161 V_(ImmSetBits, 15, 10, Bits) \
H A Dassembler-arm64.h1823 inline static Instr ImmSetBits(unsigned imms, unsigned reg_size);
H A Dassembler-arm64.cc2303 ImmSetBits(imm_s, reg_size) | ImmRotate(imm_r, reg_size) | dest_reg |
/external/vixl/src/vixl/a64/
H A Dinstructions-a64.cc135 int64_t imm_s = ImmSetBits();
H A Dconstants-a64.h85 V_(ImmSetBits, 15, 10, Bits) \
H A Dassembler-a64.h3821 static Instr ImmSetBits(unsigned imms, unsigned reg_size) {
H A Dassembler-a64.cc4685 ImmSetBits(imm_s, reg_size) | ImmRotate(imm_r, reg_size) | dest_reg |

Completed in 253 milliseconds