Home
last modified time | relevance | path

Searched refs:GET_INST_OPCODE (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/art/runtime/interpreter/mterp/out/
Dmterp_arm64.S227 .macro GET_INST_OPCODE reg macro
409 GET_INST_OPCODE ip // extract opcode from wINST
424 GET_INST_OPCODE ip // ip<- opcode from rINST
437 GET_INST_OPCODE ip // ip<- opcode from wINST
455 GET_INST_OPCODE ip // extract opcode from wINST
473 GET_INST_OPCODE ip // extract opcode from xINST
491 GET_INST_OPCODE ip // extract opcode from wINST
505 GET_INST_OPCODE ip // extract opcode from wINST
520 GET_INST_OPCODE ip // extract opcode from rINST
534 GET_INST_OPCODE ip // ip<- opcode from wINST
[all …]
Dmterp_mips.S310 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF macro
805 GET_INST_OPCODE(t0) # extract opcode from rINST
820 GET_INST_OPCODE(t0) # extract opcode from rINST
833 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
850 GET_INST_OPCODE(t0) # extract opcode from rINST
867 GET_INST_OPCODE(t0) # extract opcode from rINST
885 GET_INST_OPCODE(t0) # extract opcode from rINST
899 GET_INST_OPCODE(t0) # extract opcode from rINST
913 GET_INST_OPCODE(t0) # extract opcode from rINST
927 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
[all …]
Dmterp_arm.S233 .macro GET_INST_OPCODE reg macro
394 GET_INST_OPCODE ip @ extract opcode from rINST
409 GET_INST_OPCODE ip @ ip<- opcode from rINST
422 GET_INST_OPCODE ip @ ip<- opcode from rINST
440 GET_INST_OPCODE ip @ extract opcode from rINST
458 GET_INST_OPCODE ip @ extract opcode from rINST
479 GET_INST_OPCODE ip @ extract opcode from rINST
496 GET_INST_OPCODE ip @ extract opcode from rINST
514 GET_INST_OPCODE ip @ extract opcode from rINST
528 GET_INST_OPCODE ip @ ip<- opcode from rINST
[all …]
Dmterp_mips64.S168 .macro GET_INST_OPCODE reg macro
391 GET_INST_OPCODE v0
407 GET_INST_OPCODE v0 # extract opcode from rINST
420 GET_INST_OPCODE v0 # extract opcode from rINST
438 GET_INST_OPCODE v0 # extract opcode from rINST
456 GET_INST_OPCODE v0 # extract opcode from rINST
474 GET_INST_OPCODE v0 # extract opcode from rINST
488 GET_INST_OPCODE v0 # extract opcode from rINST
502 GET_INST_OPCODE v0 # extract opcode from rINST
517 GET_INST_OPCODE v0 # extract opcode from rINST
[all …]
/art/runtime/interpreter/mterp/arm64/
Dfooter.S107 GET_INST_OPCODE ip
146 GET_INST_OPCODE ip // extract opcode from wINST
155 GET_INST_OPCODE ip // extract opcode from wINST
175 GET_INST_OPCODE ip // extract opcode from wINST
208 GET_INST_OPCODE ip // extract opcode from wINST
220 GET_INST_OPCODE ip // extract opcode from wINST
227 GET_INST_OPCODE ip // extract opcode from wINST
Dop_nop.S2 GET_INST_OPCODE ip // ip<- opcode from rINST
Dop_const_16.S6 GET_INST_OPCODE ip // extract opcode from wINST
Dop_const_wide_16.S5 GET_INST_OPCODE ip // extract opcode from rINST
Dop_const_4.S5 GET_INST_OPCODE ip // ip<- opcode from xINST
Dop_move_wide_16.S8 GET_INST_OPCODE ip // extract opcode from rINST
Dop_move_wide_from16.S7 GET_INST_OPCODE ip // extract opcode from wINST
Dop_const_high16.S7 GET_INST_OPCODE ip // extract opcode from rINST
Dop_const_wide_high16.S7 GET_INST_OPCODE ip // extract opcode from wINST
Dop_int_to_long.S6 GET_INST_OPCODE ip // extract opcode from wINST
Dop_move_wide.S7 GET_INST_OPCODE ip // extract opcode from wINST
DfunopWider.S14 GET_INST_OPCODE ip // extract opcode from wINST
Dop_move_result_wide.S7 GET_INST_OPCODE ip // extract opcode from wINST
/art/runtime/interpreter/mterp/mips/
Dop_float_to_long.S22 GET_INST_OPCODE(t1) # extract opcode from rINST
48 GET_INST_OPCODE(t1) # extract opcode from rINST
55 GET_INST_OPCODE(t1) # extract opcode from rINST
Dop_double_to_long.S24 GET_INST_OPCODE(t1) # extract opcode from rINST
51 GET_INST_OPCODE(t1) # extract opcode from rINST
58 GET_INST_OPCODE(t1) # extract opcode from rINST
Dop_float_to_int.S22 GET_INST_OPCODE(t1) # extract opcode from rINST
28 GET_INST_OPCODE(t1) # extract opcode from rINST
Dop_double_to_int.S24 GET_INST_OPCODE(t1) # extract opcode from rINST
30 GET_INST_OPCODE(t1) # extract opcode from rINST
Dop_nop.S2 GET_INST_OPCODE(t0) # extract opcode from rINST
/art/runtime/interpreter/mterp/mips64/
DfcvtFooter.S16 GET_INST_OPCODE v0 # extract opcode from rINST
Dop_nop.S2 GET_INST_OPCODE v0 # extract opcode from rINST
/art/runtime/interpreter/mterp/arm/
Dop_nop.S2 GET_INST_OPCODE ip @ ip<- opcode from rINST

12345678910>>...14