aboutsummaryrefslogtreecommitdiff
path: root/smali/src/test/resources/LexerTest/InstructionTest.tokens
diff options
context:
space:
mode:
Diffstat (limited to 'smali/src/test/resources/LexerTest/InstructionTest.tokens')
-rw-r--r--smali/src/test/resources/LexerTest/InstructionTest.tokens14
1 files changed, 14 insertions, 0 deletions
diff --git a/smali/src/test/resources/LexerTest/InstructionTest.tokens b/smali/src/test/resources/LexerTest/InstructionTest.tokens
index 435e7cfa..871c5a01 100644
--- a/smali/src/test/resources/LexerTest/InstructionTest.tokens
+++ b/smali/src/test/resources/LexerTest/InstructionTest.tokens
@@ -225,4 +225,18 @@ INSTRUCTION_FORMAT3rms_METHOD("invoke-super-quick/range")
INSTRUCTION_FORMAT41c_TYPE("check-cast/jumbo")
INSTRUCTION_FORMAT41c_TYPE("new-instance/jumbo")
INSTRUCTION_FORMAT41c_TYPE("const-class/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget-wide/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget-object/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget-boolean/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget-byte/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget-char/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sget-short/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput-wide/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput-object/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput-boolean/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput-byte/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput-char/jumbo")
+INSTRUCTION_FORMAT41c_FIELD("sput-short/jumbo")
INSTRUCTION_FORMAT51l("const-wide") \ No newline at end of file