Searched defs:Strb (Results 1 – 7 of 7) sorted by relevance
/external/vixl/examples/ |
D | add2-vectors.cc | 75 __ Strb(w5, MemOperand(x0, 1, PostIndex)); in GenerateAdd2Vectors() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 398 __ Strb(i.InputRegister(2), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/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 | lithium-codegen-arm64.cc | 4858 __ Strb(value, operand); in DoSeqStringSetChar() local 5203 __ Strb(value, dst); in DoStoreKeyedExternal() local
|
/external/vixl/test/ |
D | test-simulator-a64.cc | 593 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmp_Helper() local 716 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmpZero_Helper() local
|
D | test-assembler-a64.cc | 2283 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 2381 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 2439 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 6608 __ Strb(w3, MemOperand(x21, -1)); in TEST() local
|
/external/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
|