Searched refs:Strb (Results 1 – 9 of 9) sorted by relevance
/external/vixl/test/ |
D | test-simulator-a64.cc | 564 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmp_Helper() local 684 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmpZero_Helper() local
|
D | test-assembler-a64.cc | 1931 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 2029 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 2087 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 2647 __ Strb(w3, MemOperand(x21, -1)); in TEST() local
|
/external/chromium_org/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 398 __ Strb(i.InputRegister(2), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 2845 __ Strb(x2, FieldMemOperand(map, Map::kBitField2Offset)); in EmitIsStringWrapperSafeForDefaultValueOf() local 3238 __ Strb(value, MemOperand(scratch, index)); in EmitOneByteSeqStringSetChar() local 3764 __ Strb(separator, MemOperand(result_pos, 1, PostIndex)); in EmitFastOneByteArrayJoin() local 4858 __ Strb(x11, MemOperand(x13)); in ExitFinallyBlock() local
|
D | macro-assembler-arm64.h | 39 V(Strb, Register&, rt, STRB_w) \
|
D | macro-assembler-arm64.cc | 655 Strb(rt, addr); in Store() 2632 Strb(tmp1, MemOperand(dst, 1, PostIndex)); in CopyBytes()
|
D | lithium-codegen-arm64.cc | 4858 __ Strb(value, operand); in DoSeqStringSetChar() local 5203 __ Strb(value, dst); in DoStoreKeyedExternal() local
|
/external/vixl/src/a64/ |
D | macro-assembler-a64.h | 37 V(Strb, Register&, rt, STRB_w) \
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 2436 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 2536 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 2595 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 3306 __ Strb(w3, MemOperand(x21, -1)); in TEST() local
|