Home
last modified time | relevance | path

Searched refs:uint4_t (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h25 typedef uint8_t uint4_t; typedef
306 uint4_t VRegA_11n() const { in VRegA_11n()
312 uint4_t VRegA_12x() const { in VRegA_12x()
331 uint4_t VRegA_22c() const { in VRegA_22c()
334 uint4_t VRegA_22s() const { in VRegA_22s()
337 uint4_t VRegA_22t() const { in VRegA_22t()
357 uint4_t VRegA_35c() const { in VRegA_35c()
366 uint4_t VRegA_45cc() const { in VRegA_45cc()
377 uint4_t VRegA_11n(uint16_t inst_data) const;
379 uint4_t VRegA_12x(uint16_t inst_data) const;
[all …]
Ddex_instruction-inl.h140 inline uint4_t Instruction::VRegA_11n(uint16_t inst_data) const { in VRegA_11n()
150 inline uint4_t Instruction::VRegA_12x(uint16_t inst_data) const { in VRegA_12x()
185 inline uint4_t Instruction::VRegA_22c(uint16_t inst_data) const { in VRegA_22c()
190 inline uint4_t Instruction::VRegA_22s(uint16_t inst_data) const { in VRegA_22s()
195 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const { in VRegA_22t()
235 inline uint4_t Instruction::VRegA_35c(uint16_t inst_data) const { in VRegA_35c()
250 inline uint4_t Instruction::VRegA_45cc(uint16_t inst_data) const { in VRegA_45cc()
337 inline uint4_t Instruction::VRegB_12x(uint16_t inst_data) const { in VRegB_12x()
367 inline uint4_t Instruction::VRegB_22c(uint16_t inst_data) const { in VRegB_22c()
372 inline uint4_t Instruction::VRegB_22s(uint16_t inst_data) const { in VRegB_22s()
[all …]
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h536 uint4_t dst = inst->VRegA_11n(inst_data); in CONST_4()
1505 uint4_t vregA = A(); in ADD_INT_2ADDR()
1511 uint4_t vregA = A(); in SUB_INT_2ADDR()
1517 uint4_t vregA = A(); in MUL_INT_2ADDR()
1523 uint4_t vregA = A(); in DIV_INT_2ADDR()
1528 uint4_t vregA = A(); in REM_INT_2ADDR()
1533 uint4_t vregA = A(); in SHL_INT_2ADDR()
1539 uint4_t vregA = A(); in SHR_INT_2ADDR()
1545 uint4_t vregA = A(); in USHR_INT_2ADDR()
1551 uint4_t vregA = A(); in AND_INT_2ADDR()
[all …]