OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extract
(Results
151 - 175
of
8518
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/runtime/interpreter/mterp/arm/
binopLit8.S
1
%default {"
extract
":"asr r1, r3, #8", "result":"r0", "chkzero":"0"}
8
* You can override "
extract
" if the extraction of the literal value
24
$
extract
@ optional; typically r1<- ssssssCC (sign extended)
32
GET_INST_OPCODE ip @
extract
opcode from rINST
op_const.S
7
GET_INST_OPCODE ip @
extract
opcode from rINST
op_move_16.S
8
GET_INST_OPCODE ip @
extract
opcode from rINST
op_move_result_wide.S
9
GET_INST_OPCODE ip @
extract
opcode from rINST
op_new_array.S
18
GET_INST_OPCODE ip @
extract
opcode from rINST
/art/runtime/interpreter/mterp/arm64/
binopLit8.S
1
%default {"
extract
": "asr w1, w3, #8", "preinstr":"", "result":"w0", "chkzero":"0"}
8
* You can override "
extract
" if the extraction of the literal value
24
$
extract
// optional; typically w1<- ssssssCC (sign extended)
31
GET_INST_OPCODE ip //
extract
opcode from rINST
op_array_length.S
10
GET_INST_OPCODE ip //
extract
opcode from rINST
op_check_cast.S
15
GET_INST_OPCODE ip //
extract
opcode from rINST
op_const_string_jumbo.S
13
GET_INST_OPCODE ip //
extract
opcode from rINST
op_iget_wide_quick.S
10
GET_INST_OPCODE ip //
extract
opcode from wINST
op_iput_wide.S
14
GET_INST_OPCODE ip //
extract
opcode from wINST
op_iput_wide_quick.S
10
GET_INST_OPCODE ip //
extract
opcode from wINST
op_move_16.S
8
GET_INST_OPCODE ip //
extract
opcode from xINST
op_move_from16.S
8
GET_INST_OPCODE ip //
extract
opcode from wINST
op_new_array.S
17
GET_INST_OPCODE ip //
extract
opcode from rINST
op_rem_double.S
10
GET_INST_OPCODE ip //
extract
opcode from rINST
op_rem_double_2addr.S
9
GET_INST_OPCODE ip //
extract
opcode from rINST
op_sget_wide.S
18
GET_INST_OPCODE ip //
extract
opcode from wINST
op_sput_wide.S
17
GET_INST_OPCODE ip //
extract
opcode from wINST
/art/runtime/interpreter/mterp/mips/
funop.S
14
GET_INST_OPCODE(t1) #
extract
opcode from rINST
funopWider.S
13
GET_INST_OPCODE(t0) #
extract
opcode from rINST
op_array_length.S
12
GET_INST_OPCODE(t0) #
extract
opcode from rINST
op_check_cast.S
15
GET_INST_OPCODE(t0) #
extract
opcode from rINST
op_const_string_jumbo.S
13
GET_INST_OPCODE(t0) #
extract
opcode from rINST
op_const_wide.S
10
GET_INST_OPCODE(t0) #
extract
opcode from rINST
Completed in 380 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>