Searched refs:Dt_imm6_1_Decode (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 163 DataTypeValue Dt_imm6_1_Decode(uint32_t value, uint32_t type_value) { in Dt_imm6_1_Decode() function 32173 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeT32() 32316 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeT32() 32459 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeT32() 32602 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeT32() 32744 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeT32() 37402 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeT32() 44707 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeA32() 44842 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeA32() 44977 Dt_imm6_1_Decode((instr >> 19) & 0x7, in DecodeA32() [all …]
|
D | disasm-aarch32.h | 2521 DataTypeValue Dt_imm6_1_Decode(uint32_t value, uint32_t type_value);
|